Wednesday, 2018-07-11

openstackgerritNguyen Hung Phuong proposed openstack/sahara-image-elements master: fix tox python3 overrides  https://review.openstack.org/58117600:15
*** Bhujay has joined #openstack-sahara04:53
*** links has joined #openstack-sahara05:03
*** Bhujay has quit IRC06:59
*** Bhujay has joined #openstack-sahara07:05
*** Bhujay has quit IRC07:09
*** tesseract has joined #openstack-sahara07:12
*** Bhujay has joined #openstack-sahara07:13
*** tosky has joined #openstack-sahara07:37
*** rcernin has quit IRC08:03
*** Bhujay has quit IRC08:11
openstackgerritTuan Do Anh proposed openstack/sahara master: Trivial fix typo of description  https://review.openstack.org/58163309:04
*** Bhujay has joined #openstack-sahara09:29
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_sahara master: Revert "Disable keystone_authtoken/service_token_roles_required for now"  https://review.openstack.org/58167411:01
openstackgerritMerged openstack/sahara master: Final fixup to APIv2 responses  https://review.openstack.org/58107211:12
openstackgerritVu Cong Tuan proposed openstack/sahara master: Remove testrepository  https://review.openstack.org/58168011:13
*** Bhujay has quit IRC11:24
openstackgerritMerged openstack/python-saharaclient master: Reflect response fixes for jobs/jobs templates  https://review.openstack.org/58107711:31
*** openstack has joined #openstack-sahara13:04
*** ChanServ sets mode: +o openstack13:04
*** Bhujay has joined #openstack-sahara14:25
*** Bhujay has quit IRC14:30
openstackgerritJeremy Freudberg proposed openstack/sahara master: Switch make_json_error back to being a function  https://review.openstack.org/58177315:06
openstackgerritJeremy Freudberg proposed openstack/sahara master: Give the illusion of microversion support  https://review.openstack.org/58177415:06
*** jeremyfreudberg has joined #openstack-sahara15:08
jeremyfreudbergtellesnobrega: one problem with your spark image-- it is installing too many packages. i see it installing cloudera manager, which is wrong. it should only be these: https://github.com/openstack/sahara-image-elements/blob/master/elements/hadoop-cloudera/package-installs.yaml15:10
*** links has quit IRC15:16
openstackgerritLuigi Toscano proposed openstack/sahara-tests master: Add basic S3 job binaries API tests  https://review.openstack.org/58178115:51
*** tesseract has quit IRC16:01
tellesnobregajeremyfreudberg, hmm, thanks16:02
*** jeremyfreudberg has quit IRC16:32
tellesnobregatosky, HDP 2.3 with ambari 2.2.0.0 passes scenarios locally16:46
toskytellesnobrega: that's good to hear, thanks16:49
toskyso maybe the issue showed only with 2.4.something, and 2.2.x were too "primitives" to be affected16:49
tellesnobregashould I test 2.2.1.0 as well?16:50
toskytellesnobrega: if you can, yes please17:01
tellesnobregano problem at all17:03
tellesnobregatosky, do you know why we install cloudera stuff on spark?17:23
tellesnobregatrying spark 2.2 with sahara-image-pack Operation with name 'Executing "apt-get -y install cloudera-manager-agent cloudera-manager-daemons cloudera-manager-server cloudera-manager-server-db-2"'' timed out after 300 second(s)17:23
tellesnobregathis is during cluster creation17:23
toskytellesnobrega: do we have a new-type image generator for Spark?17:25
toskyoh, your patch maybe17:25
tellesnobregaI'm working on it17:25
toskyin fact I don't know17:27
toskycloudera-manager is a bit too much, if only few libraries are needed17:27
tellesnobregafrom the SIE stuff, we only install hadoop-hdfs-namenode and hadoop-hdfs-datanode17:28
toskyso some variable is missing, because the hadoop-cloudera element is used for spark17:28
toskybut it does not do all the magic that it usually does17:28
tellesnobregait is used, but only for those packages17:29
tellesnobregahttps://github.com/openstack/sahara-image-elements/blob/master/elements/hadoop-cloudera/install.d/50-install-cloudera#L1517:29
tellesnobregathis is set to 1 for spark17:29
tellesnobregaso the packages are not installed17:29
toskythanks to DIB_CDH_HDFS_ONLY, yeah17:30
toskythe name is not really helpful17:30
tellesnobregatrue17:30
tellesnobregabut why would we need to install those during cluster creation?17:30
toskybut I don't see any reference to those names in the current code17:31
tellesnobregame neither17:31
tellesnobreganot sure why this is happening17:31
toskysomething in the validation code? :)17:31
tellesnobregaprobably17:31
tellesnobregaby validation you are saying from image-pack validation?17:38
*** jeremyfreudberg has joined #openstack-sahara17:39
tellesnobregatosky, apparently it is something from sahara-image-pack, not sure why it is trying to install the packages, they are not on the images.yaml17:44
openstackgerritJeremy Freudberg proposed openstack/sahara master: Give the illusion of microversion support  https://review.openstack.org/58177417:44
toskytellesnobrega: the code should be there somewhere17:46
toskytellesnobrega: I mean, even if they are not listed, the code should be there; if you want, please share the patch17:53
jeremyfreudbergyes, i'd like to see the patch17:54
tellesnobregasure17:54
tellesnobregaI will put the patch for review in a bit17:54
openstackgerritTelles Mota Vidal Nóbrega proposed openstack/sahara master: Adding Spark to sahara-image-pack  https://review.openstack.org/58180817:59
tellesnobregatosky, jeremyfreudberg ^18:00
toskytellesnobrega: can you please share the output of the image generation?18:04
toskyI suspect that one of the two packages installed brings cloudera-manager as dependency, but that can be checked only comparing the full log with the yaml18:13
tellesnobregahm18:37
tellesnobregatosky, I guess this is the relevant part18:40
tellesnobregahttp://paste.openstack.org/show/725594/18:40
openstackgerritTelles Mota Vidal Nóbrega proposed openstack/sahara master: Adding Spark to sahara-image-pack  https://review.openstack.org/58180818:49
toskytellesnobrega: I think that  those packages have either strict dependencies on cloudera-manager, or, more likely, a semi-strict dependency: recommends, which is enabled by default on Debian and Ubuntu19:30
tellesnobregatosky, shouldn't it be installed during image creation then?19:30
toskytellesnobrega: uh, isndo you have the log for the image creation to compare?19:31
toskyyes, I would expect them to behave in the same way19:31
*** jeremyfreudberg has quit IRC19:46
tellesnobregathat part I sent is the part that install the hdfs part19:51
tellesnobregaand all cloudera, so cloudera is not being installed19:58
tellesnobregaI'm checking if it is really necessary19:59
toskytellesnobrega: I totally misread the log that you sent; it does not mention cloudera-manager20:05
toskytellesnobrega: isn't there any reference of cloudera-manager in the logs?20:06
tellesnobreganope20:09
tellesnobregaI think it might have been residual from previous run20:09
tellesnobregaI'm testing again20:09
openstackgerritMerged openstack/openstack-ansible-os_sahara master: Revert "Disable keystone_authtoken/service_token_roles_required for now"  https://review.openstack.org/58167420:10
openstackgerritJeremy Freudberg proposed openstack/sahara-dashboard master: [WIP] APIv2 in dashboard  https://review.openstack.org/58187820:16
openstackgerritMerged openstack/openstack-ansible-os_sahara master: fix tox python3 overrides  https://review.openstack.org/58006420:27
toskytellesnobrega: I tried too, and the execution fails with 'Error during command execution: "sudo chwon -R $USER:$USER /opt/spark"'20:38
toskytellesnobrega: added few comments20:56
openstackgerritLuigi Toscano proposed openstack/sahara master: Trivial: Update Zuul Status Page to correct URL  https://review.openstack.org/57063422:00
*** rcernin has joined #openstack-sahara22:15
openstackgerritMerged openstack/sahara-specs master: fix tox python3 overrides  https://review.openstack.org/58119323:01
openstackgerritMerged openstack/sahara master: S3 data source  https://review.openstack.org/57896723:02
openstackgerritMerged openstack/sahara-dashboard master: Fix the coverage tox target  https://review.openstack.org/57910823:18
openstackgerritMerged openstack/sahara-image-elements master: fix tox python3 overrides  https://review.openstack.org/58117623:18
openstackgerritMerged openstack/sahara-image-elements master: Adding Spark 2.3  https://review.openstack.org/57808523:22
openstackgerritMerged openstack/sahara-dashboard master: Change approach to saharaclient authentication  https://review.openstack.org/58108823:23
*** tosky has quit IRC23:35

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!