Monday, 2019-02-04

*** pcaruana has joined #openstack-sahara07:35
*** pcaruana has quit IRC07:42
*** pcaruana has joined #openstack-sahara07:42
*** tosky has joined #openstack-sahara08:42
tellesnobregamorning tosky10:54
toskyhi10:54
tellesnobregathe issue I'm seeing with mapr on rhel is related to mysql10:55
tellesnobregaError loading MySQLdb module: libmysqlclient_r.so.16: cannot open shared object file: No such file or directory10:55
toskycan you pinpoint which program or library is trying to load that library?10:56
tellesnobregahue10:56
tellesnobregathis is the call10:57
tellesnobregasource /opt/mapr/hue/hue-3.10.0/build/env/bin/activate && /opt/mapr/hue/hue-3.10.0/build/env/bin/hue syncdb --noinput && /opt/mapr/hue/hue-3.10.0/build/env/bin/hue migrate10:57
tellesnobregathis library should be available through mariadb-libs10:57
toskyand if you log into the machine, is it not?10:58
toskyis this during the image building or during the cluster startup?10:58
tellesnobregacluster startup10:59
tellesnobregalibmysqlclient.so.18 (libc6,x86-64) => /usr/lib64/mysql/libmysqlclient.so.1811:04
tellesnobregaI have this11:04
tellesnobregamaybe we need to specify version of mariadb-libs that we can install?11:04
toskybut this was working before, so maybe the version of mariadb changed and it does not provide the expected compatibility anymore?11:06
tellesnobregathat is what I'm thinking11:07
tellesnobregaso11:14
tellesnobregaI found this11:14
tellesnobregahttps://mapr.com/docs/61/EcosystemRN/HueRN-3.10.0-1703.html11:14
toskyI wonder why I didn't see it, as Hue is part of the set of the services enabled by the default templates11:20
tellesnobregado you run tests on rhel?11:22
toskyyep, I did too (even if this may show on centos too, according that document)11:24
tellesnobregaI can try on a centos image here11:25
tellesnobregaand see how that goes11:25
* tosky nods11:25
*** dave-mccowan has joined #openstack-sahara13:21
*** dave-mccowan has quit IRC13:25
*** dave-mccowan has joined #openstack-sahara13:30
tellesnobregatosky, just tried with centos14:12
tellesnobregasame error14:13
tellesnobregatosky, so, from what I'm seeing, the issue is that mariadb does not provide libmysqlclient_r.so.16 anymore14:19
tellesnobregaonly .1814:20
tellesnobregathis seems to do the trick14:26
tellesnobregarpm -ivh --nodeps http://yum.mariadb.org/$(rpm -qa mariadb|cut -d- -f2)/rhel7-amd64/rpms/MariaDB-$(rpm -qa mariadb|cut -d- -f2)-centos7-x86_64-compat.rpm14:26
tellesnobregawith a small change14:27
toskytellesnobrega: there is no compatibility library in RHEL/CentOS or EPEL? I don't think we use anything from yum.mariadb.org14:44
toskyand more important: is this related to an update of mariadb in RHEL/CentOS?14:45
tellesnobregait looks like it so14:45
tellesnobregadon't know if there is compatibility library in RHEL/CentOS, I have to check14:45
tellesnobregaI'm going to grab some lunch15:00
tellesnobregabbl15:00
*** tmckay has joined #openstack-sahara15:18
tellesnobregaI'm back16:21
tellesnobregatosky, python3 functional tests are still experimental right?16:31
toskytellesnobrega: it's a bit more complicated than that16:34
toskythe contended patch only makes sahara-scenario run with python3, but still deploying with python216:35
toskyoh, but the full python3 job is the py3 one, which is experimental, correct16:35
toskyso yes, experimental (because not working)16:35
tellesnobregathanks16:38
tellesnobregatosky, related to mapr, the compatibility stuff worked on centos17:02
tellesnobregaalso meaning that (the point of this whole test was to test hbase)17:03
tellesnobregahbase started just fine17:04
toskyoh17:09
toskyI can reproduce the MapR issue now17:10
toskywith the same image that was working fine some time ago17:10
toskyso I suspect a change in the base RHEL17:10
tellesnobregaI'm not finding other sources for the compat file17:12
toskyor something changed in the MapR packages, but only recently17:15
tellesnobregaI don't think it was mapr17:17
tellesnobregahue 3.10 is there for a while now17:17
tellesnobregaI think mariadb changed the lib they use it17:17
tellesnobregacould you find any other source for the compat rpm?17:27
toskyI couldn't look for them17:27
tellesnobregaI found this https://downloads.mariadb.com/MariaDB/mariadb-5.5.60/yum/centos73-amd64/rpms/17:28
toskyand that's mariadb17:28
tellesnobregabut not very different from yum.mariadb17:28
toskyisn't it the same domain?17:28
tellesnobreganot sure17:28
tellesnobregabut don't think so17:29
tellesnobregahttp://yum.mariadb.org/ vs https://downloads.mariadb.com/17:29
toskycommunity vs commercial edition, I guess17:30
tellesnobregaI see17:30
openstackgerritLuigi Toscano proposed openstack/sahara-tests master: New job for sahara-scenario based on Python 3  https://review.openstack.org/60821117:36
openstackgerritLuigi Toscano proposed openstack/sahara-tests master: DNM Test print python version  https://review.openstack.org/60714517:36
tellesnobregatosky, do we have a roadmap or plan to turn the python3 job to voting?17:36
toskytellesnobrega: it can't be switched to voting until the (pickle?) bug is fixed, right?17:38
tellesnobregayes17:38
toskythen you have the answer :)17:39
tellesnobregamakes sense17:39
tellesnobregaI guess I have to find some time to work on that17:39
tosky"before the release"17:39
tellesnobregaI will take a look17:39
tellesnobregafor sure17:39
tellesnobregajust want to get the cdh stuff out of the way17:40
openstackgerritLuigi Toscano proposed openstack/python-saharaclient stable/rocky: Explicitly use the Python 2 venv for scenario tests  https://review.openstack.org/63475717:42
openstackgerritLuigi Toscano proposed openstack/sahara stable/rocky: Explicitly use venv-py2 for scenario tests, remove py3  https://review.openstack.org/63476317:51
openstackgerritLuigi Toscano proposed openstack/python-saharaclient stable/rocky: Explicitly use the Python 2 venv for scenario tests  https://review.openstack.org/63475717:51
openstackgerritLuigi Toscano proposed openstack/python-saharaclient stable/rocky: Explicitly venv-py2 to run sahara-scenario  https://review.openstack.org/63475717:52
openstackgerritLuigi Toscano proposed openstack/sahara stable/rocky: Use venv-py2 to run sahara-scenario, remove the py3 job  https://review.openstack.org/63476317:52
toskyI hope that the reason for those ^^ (and their future backports to older branches) is clear17:53
toskywhen those are merged, sahara-tests-scenario can be flipped to use Python3 to run the sahara-scenario command17:53
tellesnobregaawesome17:55
openstackgerritTelles Mota Vidal Nóbrega proposed openstack/sahara-plugin-mapr master: Adding compatibility to MariaDB  https://review.openstack.org/63476417:59
*** pcaruana has quit IRC18:00
openstackgerritLuigi Toscano proposed openstack/python-saharaclient stable/rocky: Explicitly use venv-py2 to run sahara-scenario  https://review.openstack.org/63475718:50
*** raissa has joined #openstack-sahara20:00
*** raissa has quit IRC20:08
openstackgerritTelles Mota Vidal Nóbrega proposed openstack/sahara-plugin-mapr master: Adding compatibility to MariaDB  https://review.openstack.org/63476420:08
*** raissa has joined #openstack-sahara20:10
openstackgerritTelles Mota Vidal Nóbrega proposed openstack/sahara-plugin-mapr master: Small fixes on MapR image gen.  https://review.openstack.org/63479920:13
openstackgerritLuigi Toscano proposed openstack/sahara-plugin-cdh master: archive-primary.cloudera.com -> archive.cloudera.com  https://review.openstack.org/63480921:05
openstackgerritLuigi Toscano proposed openstack/sahara-image-elements master: archive-primary.cloudera.com -> archive.cloudera.com  https://review.openstack.org/63481021:07
toskyyak shaving, yak shaving, grrr21:07
toskyit's like when you pick the wrong deal card when playing monopoly: "the server you use somewhere (but not everywhere) was shut down unexpectedly"21:09

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