Monday, 2018-04-30

*** links has joined #openstack-sahara04:39
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_sahara master: Updated from OpenStack Ansible Tests  https://review.openstack.org/56512705:16
*** masber has joined #openstack-sahara05:41
*** masuberu has joined #openstack-sahara05:51
*** masber has quit IRC05:55
*** masuberu has quit IRC06:02
*** tosky has joined #openstack-sahara07:03
*** Guest1988 has joined #openstack-sahara07:11
*** Guest1988 has quit IRC07:17
*** hoonetorg has quit IRC07:41
*** gokhan has joined #openstack-sahara07:50
*** gokhan has quit IRC07:50
*** hoonetorg has joined #openstack-sahara07:55
*** gokhan has joined #openstack-sahara08:12
openstackgerritMerged openstack/sahara master: Replace Chinese punctuation with English punctuation  https://review.openstack.org/56500809:09
openstackgerritMerged openstack/openstack-ansible-os_sahara master: Updated from OpenStack Ansible Tests  https://review.openstack.org/56512710:07
*** dave-mccowan has joined #openstack-sahara11:27
*** dave-mccowan has quit IRC11:31
*** dave-mcc_ has joined #openstack-sahara11:32
*** tellesnobrega has joined #openstack-sahara11:48
openstackgerritMerged openstack/sahara master: Fix the openstack endpoint create failed  https://review.openstack.org/56481511:49
*** tellesnobrega has quit IRC11:53
*** tellesnobrega has joined #openstack-sahara11:54
*** bhujay has joined #openstack-sahara12:04
bhujayhello everybody , need a little help , I am trying to run the examplewordcount on a spark cluster. The job fails and in the stderr i see spark master is trying to connect keystone  using ssl and java is unable to validate the cert hence the job fails. Here is the complete log http://paste.openstack.org/show/720130/12:08
bhujaywill be grateful if you can hint some solution12:09
bhujaytosky: any suggestion ^12:09
toskynot really12:11
toskyI guess that you are using swift for data input/output?12:11
openstackgerritLuigi Toscano proposed openstack/sahara stable/queens: Replace Chinese punctuation with English punctuation  https://review.openstack.org/56519912:13
openstackgerritLuigi Toscano proposed openstack/sahara stable/queens: Fix the openstack endpoint create failed  https://review.openstack.org/56520012:13
bhujaytosky: thats right sir12:14
*** links has quit IRC13:22
bhujaytosky: i downloaded the keystone (haproxy) self signed certificate and imported into jre of spark master. The ssl error is gine now . May be we should keep an automated option in the sahara plugin .13:39
toskyuhm uhm13:40
toskytellesnobrega: ^^13:40
toskybhujay: if you have an account, can you please report this as story on storyboard.openstack.org?13:40
toskyso we don't forget13:40
toskydescribing the issue in detail and the solution13:41
bhujaytosky: sure will do so13:41
tellesnobregabhujay, thanks for looking into that13:41
bhujaytosky: anytime glad to help , its amazing the way you guys have developed it13:43
bhujaytellesnobrega: ^13:43
tellesnobregalet me know if we can be of any assistance13:44
bhujaytosky , tellesnobrega now the error seems to be on account of input path not exists for hdfs://sparkcluster-1-sparkm1-0:8020/spark-input-ds(my swift datasource name) . Is it due to designate ? i have not installed designate .is designate mandatory or sahara will map them through ip address ?13:47
toskyno, designate is not mandatory; iirc you should have the hostnames populated in /etc/hosts13:48
bhujayok13:48
bhujaytellesnobrega: is launchpad acceptable for reporting this ?13:50
toskybhujay: no :)13:51
toskybhujay: we moved to storyboard13:51
bhujayok13:51
*** ukaynar has joined #openstack-sahara14:49
openstackgerritMerged openstack/sahara stable/queens: Replace Chinese punctuation with English punctuation  https://review.openstack.org/56519914:49
openstackgerritMerged openstack/sahara stable/queens: Fix the openstack endpoint create failed  https://review.openstack.org/56520014:49
bhujaytosky, tellesnobrega  when spark master is trying to contact keystone it gets 504  with error as httpclient.HttpMethodBase: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended15:06
bhujaythe complete log is here http://paste.openstack.org/show/720144/15:06
bhujayi did a curl to keystone from the same shell and it goes through15:06
toskyuhm, is that the code of the swift adapter? Because otherwise we are in the domain of hadoop code15:08
bhujaylooks like swift15:09
toskylong time ago (unfortunately in this galaxy and not in a one far away) the sahara project forked the swift adapter15:10
toskyin order to add keystone v3 support, if I'm not mistaken15:10
toskylong == 3 years ago15:10
toskywe have a long standing item in our TODO list about rechecking the status of the current swift adapter to see if we can switch back to the official one, maybe contribute if there is some difference15:11
toskyof course the job is open for everyone :)15:11
bhujaytosky: thats a good hint , I will check if at all it is within my capabilities to understand . Well I am using sahara ocata and spark image 1.3.1 from mirantis upstream . Do you think  queen ocata will have solved this problem ?15:15
toskybhujay: I don't think that there were updats to the swift/hadoop adapter between those two versions15:15
bhujayok15:16
toskyif you have time and would like to contribute, you may try that, sure, and also try to replace the upstream jar for swift/hadoop15:16
toskyand see if it explodes or not :)15:16
toskythat would help us A LOT15:16
bhujaythats a great deal of info , i will check15:18
tellesnobregabhujay, I'm not sure that it got fixed (we weren't aware of this issue) but I would try spark 1.6.0 instead of 1.3.1 if it is possible for you as well16:13
tellesnobrega1.3.1 is out of support for quite some time now16:13
tellesnobregawe are at spark 2.1 at this point iirc16:13
bhujaytellesnobrega: I am novice in sahara and started with what i  image i found in mirantis upstream , that was on 1.3.1 .  Your suggestion seems very logical but for that do i need to build a 1.6.0 image to use with 1.6.0 plugin ?16:15
toskybhujay: for any supported version of openstack you need to build the image; due to resource constraints, we are not providing pre-built images anymore16:18
bhujayi was looking at the dates of jar files you mentioned , it looks like they are quite updated and since documents saying that latest jar file will be included during image build , it seems that will solve the adapter problem as well16:20
toskytellesnobrega: I know that you are busy, but between a test and another, this first patch should unlock the others (because it will force a rebase on top of this): https://review.openstack.org/#/c/562892/16:20
toskybhujay: the last jar file that we (sahara) provide, not the last jar file from hadoop16:21
tellesnobregatosky, no problem at all16:22
tellesnobregalooking at it now16:23
bhujayok got it16:23
toskyfor some reason, all the mox patches include the same change in a common file, instead of rebasing them (well, less dependency on a single patch)16:23
tellesnobregabhujay, if you need any help at all don't hesitate to ask here, we will try to respond to the best of our capabilities16:23
*** ukaynar has quit IRC16:23
toskyso merging the first one should force a change in the other patches, so that they will be basically close to be merged16:24
*** ukaynar has joined #openstack-sahara16:24
*** ukaynar has quit IRC16:25
*** ukaynar has joined #openstack-sahara16:26
tellesnobreganice16:26
bhujaytosky , tellesnobrega   you guys are very responsive , Many thanks for your support .  Sahara is very important for my org  and hence i jumped into it the only thing is there is a lot of  java and other stuff in this project unlike other projects in openstack . Hope I will be able to manage with little support from you guys16:27
tellesnobregabhujay, great to hear16:28
tellesnobregacan you tell us what org do you work for? we would appreciate feedback from you16:28
openstackgerritMerged openstack/sahara-dashboard master: Mox removal for DataProcessingJobTests  https://review.openstack.org/56289216:30
bhujaySure , www.itcportal.com   and https://www.linkedin.com/in/bhujaykbhatta/16:32
bhujaytellesnobrega, tosky ^16:33
toskyoh16:34
tellesnobregabhujay, nice16:35
tellesnobregathanks16:35
bhujaythank you guys , I will take some time to work on the suggestions given by you  and revert back16:37
tellesnobregabhujay, anytime, feel free to ping me or tosky16:40
toskywe also have other cores around, not always connected, but they read the logs :)16:41
tosky(Jeremy, I know that you read this)16:41
*** ukaynar has quit IRC16:42
*** bhujay has quit IRC16:42
tellesnobregatrue16:44
*** ukaynar has joined #openstack-sahara16:57
*** ukaynar has quit IRC17:32
*** elmiko has quit IRC17:55
*** elmiko has joined #openstack-sahara17:56
*** ukaynar has joined #openstack-sahara18:12
*** dave-mcc_ has quit IRC18:21
*** dave-mccowan has joined #openstack-sahara18:29
openstackgerritLuigi Toscano proposed openstack/sahara master: Remove the (now obsolete) pip-missing-reqs tox target  https://review.openstack.org/56527718:35
*** ukaynar has quit IRC18:56
*** ukaynar has joined #openstack-sahara19:04
openstackgerritChuck Short proposed openstack/sahara-dashboard master: Drop mox3 from DataProcessingJobBinaryTests  https://review.openstack.org/56429019:18
openstackgerritChuck Short proposed openstack/sahara-dashboard master: Drop mox3 from DataProcessingNodeGroupTests  https://review.openstack.org/56504719:18
openstackgerritChuck Short proposed openstack/sahara-dashboard master: Remove mox3 from DataProcessingClusterTemplateTests  https://review.openstack.org/56342419:19
openstackgerritChuck Short proposed openstack/sahara-dashboard master: Remove mox from DataProcessingClusterGuideTests  https://review.openstack.org/56342319:19
openstackgerritChuck Short proposed openstack/sahara-dashboard master: Drop mox3 from DataProcessingPluginsTests  https://review.openstack.org/56337419:19
openstackgerritChuck Short proposed openstack/sahara-dashboard master: Remove mox from DataProcessingClusterTests  https://review.openstack.org/56341919:20
openstackgerritChuck Short proposed openstack/sahara-dashboard master: Remove mox3 from DataProcessingImageRegistryTests  https://review.openstack.org/56338019:20
openstackgerritChuck Short proposed openstack/sahara-dashboard master: Mox removal for DataProcessingDataSourceTests  https://review.openstack.org/56337019:20
*** dave-mccowan has quit IRC20:02
*** ukaynar has quit IRC20:11
*** dave-mccowan has joined #openstack-sahara20:16
*** dave-mccowan has quit IRC20:55
*** ukaynar has joined #openstack-sahara20:58
*** ukaynar has quit IRC21:56
*** ukaynar has joined #openstack-sahara21:58
*** rcernin has joined #openstack-sahara22:13
*** abalutoiu_ has joined #openstack-sahara22:51
*** abalutoiu__ has quit IRC22:54
*** ukaynar has quit IRC23:02
*** ukaynar has joined #openstack-sahara23:11
*** ukaynar has quit IRC23:21

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