*** dave-mccowan has quit IRC | 00:17 | |
openstackgerrit | gengchc2 proposed openstack/sahara-tests: Removes unnecessary utf-8 coding https://review.openstack.org/415039 | 00:42 |
---|---|---|
*** tuanluong has joined #openstack-sahara | 00:53 | |
*** shuyingya has joined #openstack-sahara | 02:00 | |
*** mariannelm has quit IRC | 02:06 | |
*** dave-mccowan has joined #openstack-sahara | 02:56 | |
*** shuyingya has quit IRC | 03:25 | |
*** shuyingya has joined #openstack-sahara | 03:26 | |
*** links has joined #openstack-sahara | 03:39 | |
*** dave-mcc_ has joined #openstack-sahara | 03:52 | |
*** dave-mccowan has quit IRC | 03:55 | |
*** dave-mcc_ has quit IRC | 04:10 | |
*** Poornima has joined #openstack-sahara | 04:53 | |
gokhan_ | vgridnev, my problem is about using my local repo. I am working with hdp clusters. When try to create more than 10 nodes, ambari gets timeout error, so for solving this problem, I decided to use local repo. For using my local repo and create images I used sahara image elements. in https://github.com/openstack/sahara-image-elements/blob/master/elements/ambari/pre-install.d/90-ambari-repo-conf, I changed urls with my local repo url and in https://g | 05:37 |
gokhan_ | ithub.com/openstack/sahara-image-elements/tree/master/elements/hdp-local-mirror I set DIB_HDP_STACK_URL="http://mrepo.org/HDP/HDP_Centos6-2.4.2.0.tar.gz" and DIB_HDP_UTILS_URL="http://mrepo.org/HDP/HDP-UTILS_Centos6-1.1.0.21.tar.gz" . but when try this new image, I see it doesn't work successfully. It again uses hortonworks public repo. Do I need also some changes on sahara image elements code ? | 05:37 |
*** pgadiya has joined #openstack-sahara | 05:44 | |
*** tesseract has joined #openstack-sahara | 06:56 | |
*** esikache1 has joined #openstack-sahara | 07:16 | |
*** pcaruana has joined #openstack-sahara | 07:31 | |
*** anshul has joined #openstack-sahara | 07:46 | |
*** pcaruana has quit IRC | 07:50 | |
*** pcaruana has joined #openstack-sahara | 07:51 | |
*** esikachev has joined #openstack-sahara | 08:15 | |
*** esikache1 has quit IRC | 08:17 | |
vgridnev | gokhan_, you are wrong. When you created your mirror image, you need just to create a new instance with that image. Then you can put in general configs link to the mirror. http://<ip-floating-ip>/hdp/... (hdp-utils) | 08:18 |
vgridnev | you will just continue using usual image with ambari | 08:19 |
gokhan_ | vgridnev, sorry I am fresher I didn't understand you exactly. I will create an instance with image which is created by sahara image elements and then under /etc/yum.repos.d/ I will add hdp and hdp utils repo. is it right ? | 08:49 |
*** pgadiya has quit IRC | 08:59 | |
shuyingya | gokhan_ from the codes, I think you can just copy the hdp-stack and hdp-utils to the local apache root dir like this(for example, /var/www/html/HDP/centos6/2.x/updates/2.3.2.0/HDP-2.3.2.0-centos6-rpm.tar.gz). and then add "127.0.0.1 public-repo-1.hortonworks.com" to the /etc/hosts | 09:07 |
shuyingya | but If the installation requires more than two package (HDP-2.3.2.0-centos6-rpm.tar.gz and HDP-UTILS-1.1.0.20-centos6.tar.gz), it won't work | 09:08 |
shuyingya | Say sorry in advance if failed :) | 09:09 |
*** pgadiya has joined #openstack-sahara | 09:14 | |
*** esikache1 has joined #openstack-sahara | 09:17 | |
*** esikachev has quit IRC | 09:20 | |
*** pgadiya has quit IRC | 09:34 | |
*** pgadiya has joined #openstack-sahara | 09:47 | |
*** esikache1 has quit IRC | 09:59 | |
*** tuanluong has quit IRC | 10:08 | |
gokhan_ | thanks shuyingya, when I created an instance with image which is created by sahara image elements, I see that etc/yum.repos.d/HDP and hdp utils repos are not created. Probably these repo files is created by sahara project itself. | 10:34 |
*** exploreshaifali has joined #openstack-sahara | 10:35 | |
*** esikache1 has joined #openstack-sahara | 10:40 | |
gokhan_ | vgridnev: I now understand you. In horizon in cluster template in General parameters I see that repo url. in there I write my repo urls but it gives error like http://paste.openstack.org/show/593437/ . In code where hdp repo url is set ? | 11:30 |
openstackgerrit | Shu Yingya proposed openstack/sahara-ci-config: Add jobs for CDH 5.9 c7 and u14 https://review.openstack.org/415195 | 11:35 |
vgridnev | gokhan_, error message is not helpful at all. I'll suggest you to put exact value you have in general configs | 12:17 |
vgridnev | I think that you probably have wrong url in configs or something like that | 12:19 |
openstackgerrit | Shu Yingya proposed openstack/sahara-tests: Add CDH 5.9.0 scenario test https://review.openstack.org/415210 | 12:20 |
*** Poornima has quit IRC | 12:28 | |
*** shuyingya has quit IRC | 12:30 | |
*** mariannelm has joined #openstack-sahara | 12:35 | |
gokhan_ | vgrignev shuyingya tenobreg thanks for your helps I solved my problem :) but only I wonder where sahara set default hdp repo url public.hortonworks.. I did'nt find it. | 12:37 |
tenobreg | gokhan_, great | 12:39 |
exploreshaifali | Hello! I am trying to install Devstack+sahara on Ubuntu16.04 , after installation when I run "openstack dataprocessing plugin list" I get error - "openstack: 'dataprocessing plugin list' is not an openstack command. See 'openstack --help'" | 12:42 |
exploreshaifali | If I run "openstack service list", it list "sahara" and "data-processing" in the response list | 12:43 |
exploreshaifali | So I tried to run "openstack --help" to check in any dataprocessing command is available or not, in the response of this command I didn't got any command related to "dataprocesing" | 12:44 |
exploreshaifali | any thoughts what is the problem? | 12:44 |
openstackgerrit | Merged openstack/sahara-dashboard: Make plugin version orderly in version list https://review.openstack.org/414807 | 12:51 |
*** esikache1 has quit IRC | 12:56 | |
*** esikache1 has joined #openstack-sahara | 13:00 | |
*** esikache1 has quit IRC | 13:05 | |
vgridnev | gokhan_, we don't set any repo be default. Ambari uses own default repo. | 13:06 |
gokhan_ | vgridnev, hımm ok got it :) Thanks again. | 13:08 |
vgridnev | exploreshaifali, I guess you just installed plugin for sahara. Just enable additional plugin for UI; or install saharaclient in the system (enable_plugin sahara-dashboard git://git.openstack.org/openstack/sahara-dashboard) | 13:08 |
vgridnev | command to enable devstack plugin for sahara-dashboard is above | 13:08 |
exploreshaifali | yes vgridnev I just installed plugin for sahara. Looking at link you shared, thanks! | 13:10 |
*** pgadiya has quit IRC | 13:13 | |
*** esikache1 has joined #openstack-sahara | 13:13 | |
*** esikache1 has quit IRC | 13:18 | |
*** esikache1 has joined #openstack-sahara | 13:20 | |
*** esikache1 has quit IRC | 13:26 | |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara-ci-config: remove liberty from filters https://review.openstack.org/415224 | 13:28 |
*** esikache1 has joined #openstack-sahara | 13:29 | |
*** esikache1 has quit IRC | 13:33 | |
*** esikache1 has joined #openstack-sahara | 13:36 | |
*** esikache1 has quit IRC | 13:42 | |
exploreshaifali | vgridnev, to install saharaclient, I used command -- "sudo apt-get install openstack-sahara" which gave error - "E: Unable to locate package openstack-sahara" | 13:56 |
exploreshaifali | so is there any way to install saharaclient in Ubuntu? | 13:56 |
exploreshaifali | Also I installed sahara plugin in centos7, there I tried installing saharaclient using command - "yum install openstack-sahara", command ended successfully but now if I run any openstack command, getting this error "ImportError: cannot import name integer_types" | 13:58 |
tenobreg | exploreshaifali, sudo apt-get install python-saharaclient | 13:59 |
exploreshaifali | fully pasted here - http://paste.openstack.org/show/593457/ | 13:59 |
exploreshaifali | tenobreg, ok, trying | 13:59 |
tenobreg | might be the same on centos7 as well | 13:59 |
*** dave-mccowan has joined #openstack-sahara | 14:01 | |
exploreshaifali | I used "yum install openstack-sahara" because it is mentioned here http://docs.openstack.org/developer/sahara/userdoc/installation.guide.html | 14:01 |
exploreshaifali | I will try using same what you suggested in centos7 as well | 14:01 |
tenobreg | cool | 14:02 |
exploreshaifali | tenobreg, so after installing "python-saharaclient" on ubuntu, running any openstack command giving error - AttributeError: 'module' object has no attribute 'version' | 14:07 |
tenobreg | exploreshaifali, that is so weird | 14:07 |
tenobreg | https://ask.openstack.org/en/question/56412/juno-devstack-install-failure-attributeerror-module-object-has-no-attribute-wraps/ | 14:08 |
tenobreg | you probably have two versions of the same package, not sure which | 14:08 |
exploreshaifali | okay... looking more | 14:10 |
*** dave-mccowan has quit IRC | 14:20 | |
*** esikache1 has joined #openstack-sahara | 14:21 | |
*** esikache1 has quit IRC | 14:25 | |
openstackgerrit | Merged openstack/sahara-tests: Add CDH 5.9.0 scenario test https://review.openstack.org/415210 | 14:31 |
*** esikache1 has joined #openstack-sahara | 14:32 | |
*** dave-mccowan has joined #openstack-sahara | 14:35 | |
*** esikache1 has quit IRC | 14:39 | |
*** esikache1 has joined #openstack-sahara | 14:42 | |
*** esikache1 has quit IRC | 14:49 | |
*** anshul has quit IRC | 14:53 | |
openstackgerrit | Shu Yingya proposed openstack/sahara-ci-config: Add jobs for CDH 5.9 c7 and u14 https://review.openstack.org/415195 | 14:57 |
*** esikache1 has joined #openstack-sahara | 14:58 | |
*** esikache1 has quit IRC | 14:59 | |
*** exploreshaifali has quit IRC | 15:27 | |
*** links has quit IRC | 15:33 | |
*** dave-mccowan has quit IRC | 15:34 | |
*** openstackgerrit_ has joined #openstack-sahara | 15:56 | |
*** openstackgerrit_ has quit IRC | 15:57 | |
*** tesseract has quit IRC | 16:22 | |
*** stanchan has quit IRC | 16:28 | |
*** stanchan has joined #openstack-sahara | 16:29 | |
*** brad[] has quit IRC | 16:29 | |
*** brad[] has joined #openstack-sahara | 16:31 | |
*** itisha has joined #openstack-sahara | 16:53 | |
*** links has joined #openstack-sahara | 17:59 | |
*** david-lyle has joined #openstack-sahara | 18:34 | |
*** links has quit IRC | 18:38 | |
*** exploreshaifali has joined #openstack-sahara | 18:40 | |
*** pcaruana has quit IRC | 18:52 | |
*** david-lyle has quit IRC | 19:12 | |
*** david-lyle has joined #openstack-sahara | 19:17 | |
*** david-lyle has quit IRC | 19:26 | |
*** mariannelm has quit IRC | 20:20 | |
*** dave-mccowan has joined #openstack-sahara | 20:37 | |
*** hogepodge has quit IRC | 21:02 | |
*** hogepodge has joined #openstack-sahara | 21:03 | |
*** hogepodge has quit IRC | 21:08 | |
*** david-lyle has joined #openstack-sahara | 21:42 | |
*** david-lyle has quit IRC | 21:48 | |
*** dave-mcc_ has joined #openstack-sahara | 21:54 | |
*** dave-mccowan has quit IRC | 21:56 | |
*** exploreshaifali has quit IRC | 22:37 | |
*** dave-mcc_ has quit IRC | 22:58 | |
*** hogepodge has joined #openstack-sahara | 23:44 | |
*** david-lyle has joined #openstack-sahara | 23:45 | |
*** david-lyle has quit IRC | 23:49 | |
*** hogepodge has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!