*** nosnos has joined #savanna | 01:24 | |
mattf | fyi, reading nova, cinder and keystone code, they do name|id on the client side! | 02:26 |
---|---|---|
*** IlyaE has joined #savanna | 02:47 | |
*** vodopianow has joined #savanna | 04:09 | |
*** vodopianow has quit IRC | 04:14 | |
*** akuznetsov has joined #savanna | 04:16 | |
*** IlyaE has quit IRC | 04:52 | |
*** aignatov has joined #savanna | 05:12 | |
*** aignatov has quit IRC | 05:17 | |
*** IlyaE has joined #savanna | 05:17 | |
*** DinaBelova_ is now known as DinaBelova | 05:40 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 05:40 | |
*** akuznetsov has quit IRC | 05:46 | |
*** nosnos has quit IRC | 05:52 | |
*** nosnos_ has joined #savanna | 05:52 | |
openstackgerrit | Jenkins proposed a change to openstack/savanna: Imported Translations from Transifex https://review.openstack.org/67633 | 06:07 |
SergeyLukjanov | mattf, sure, names should be resolved on client side | 06:07 |
SergeyLukjanov | for cli | 06:07 |
*** akuznetsov has joined #savanna | 06:13 | |
*** akuznetsov has quit IRC | 06:13 | |
*** akuznetsov has joined #savanna | 06:13 | |
*** DinaBelova has quit IRC | 06:28 | |
*** DinaBelova has joined #savanna | 06:31 | |
*** nosnos_ has quit IRC | 06:52 | |
*** nosnos has joined #savanna | 06:53 | |
*** SergeyLukjanov is now known as SergeyLukjanov_a | 06:59 | |
*** SergeyLukjanov_a is now known as SergeyLukjanov_ | 07:00 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 07:08 | |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 07:18 | |
*** IlyaE has quit IRC | 07:42 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 07:43 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 07:53 | |
openstackgerrit | A change was merged to openstack/savanna: Imported Translations from Transifex https://review.openstack.org/67633 | 08:08 |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 08:47 | |
*** DinaBelova is now known as DinaBelova_ | 08:48 | |
*** dmitryme has joined #savanna | 08:58 | |
*** aignatov_ has joined #savanna | 09:24 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 09:43 | |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 09:48 | |
*** IvanBerezovskiy has joined #savanna | 09:49 | |
aignatov_ | mattf, ping | 09:59 |
openstackgerrit | Sergey Reshetnyak proposed a change to openstack/savanna: Add code to configure cluster for external hdfs https://review.openstack.org/47828 | 10:11 |
openstackgerrit | Sergey Reshetnyak proposed a change to openstack/savanna: Add alembic migration tool to sqlalchemy https://review.openstack.org/64032 | 10:23 |
*** _ruhe is now known as ruhe | 10:42 | |
*** Ch00k has joined #savanna | 11:55 | |
Ch00k | hi | 11:56 |
Ch00k | I'm having troubles starting my job in my savanna cluster | 11:56 |
Ch00k | it gets into KILLED state all the time and I get the following in oozie.log: https://gist.github.com/Ch00k/8518820 | 11:57 |
Ch00k | The job I try to run is this one https://github.com/openstack/savanna-extra/tree/master/edp-examples/pig-job | 11:57 |
aignatov_ | hi, Ch00k, from the ooze log it's only clear that job doesn't exist when ooze tries to run it | 12:02 |
Ch00k | aignatov_: but it is in savanna dashboard | 12:03 |
*** dmitryme has quit IRC | 12:03 | |
aignatov_ | can you make sure that pig script you are trying to run is uploaded to the hdfs? | 12:03 |
Ch00k | aignatov_: how can I check that? | 12:03 |
aignatov_ | try to run job again and collect debug logs from savanna | 12:04 |
Ch00k | ok | 12:05 |
*** ylobankov has joined #savanna | 12:07 | |
Ch00k | aignatov_: https://gist.github.com/Ch00k/8518942/raw/ad60b9cd80fab435ef8235b5cee64f6faa134d27/debug | 12:09 |
*** ruhe is now known as _ruhe | 12:09 | |
Ch00k | I don't see any errors there | 12:12 |
Ch00k | and I see my binaries are uploaded to hdfs | 12:13 |
aignatov_ | yes, I see, indeed there is no exceptions or some suspicious logs | 12:15 |
aignatov_ | another way to check is to run ooze job not from savanna and manually, maybe there are some ooze issues itself | 12:17 |
Ch00k | I see | 12:17 |
Ch00k | in savanna dashboard my cluster reports oozie url as http://172.24.4.228:11000 | 12:24 |
Ch00k | but when I run oozie jobs --oozie http://172.24.4.228:11000 | 12:25 |
Ch00k | I get Error: HTTP error code: 404 : Not Found | 12:25 |
Ch00k | curl http://172.24.4.228:11000 works fine | 12:27 |
*** _ruhe is now known as ruhe | 12:30 | |
openstackgerrit | Yaroslav Lobankov proposed a change to openstack/savanna: Fixed HDP plugin to support Heat engine https://review.openstack.org/65981 | 12:34 |
Ch00k | aignatov_: is that the correct url to use? | 12:35 |
aignatov_ | you did curl from the same net when your savanna installed? | 12:38 |
aignatov_ | not sure, do you have security groups with opened access to port 11000 in your openstack installation? | 12:39 |
aignatov_ | it seems that there is some networking problem and savanna is not able to launch jobs via oozie | 12:40 |
Ch00k | I am running oozie on the same machine where it is installed | 12:40 |
*** qwerty_nor has joined #savanna | 12:41 | |
Ch00k | and this same url is also available from the machine where openstack is installed | 12:41 |
Ch00k | so no networking issues | 12:41 |
*** dmitryme has joined #savanna | 12:52 | |
*** Ch00k has quit IRC | 12:54 | |
dmitryme | Hey Ch00k, do you run 'curl' and 'ooze' utilities from the same machine? | 12:56 |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 12:58 | |
*** DinaBelova_ is now known as DinaBelova | 12:58 | |
*** Ch00k has joined #savanna | 12:59 | |
dmitryme | Hey Ch00k, seems like you've missed my question. Do you run 'curl' and 'ooze' utilities from the same machine? | 13:05 |
Ch00k | dmitryme: yes | 13:05 |
Ch00k | dmitryme: and this is the machine that oozie server is running on | 13:06 |
Ch00k | dmitryme: https://gist.github.com/Ch00k/8519574 this is the output of both | 13:07 |
Ch00k | dmitryme: and this is how oozie was started, maybe it will help https://gist.github.com/Ch00k/8519581 | 13:08 |
dmitryme | Ch00k: got it, let me check it on my setup | 13:09 |
*** ruhe is now known as _ruhe | 13:11 | |
aignatov_ | Ch00k: how many datanodes are you using in your setup? | 13:13 |
mattf | aignatov_, pong | 13:15 |
Ch00k | aignatov_: one | 13:15 |
aignatov_ | mattf: I'm again about https://review.openstack.org/#/c/64210/ | 13:16 |
aignatov_ | :) | 13:16 |
mattf | that the heat stuff? | 13:16 |
aignatov_ | yes, heat | 13:16 |
Ch00k | aignatov_: one node: oozie, jobtracker, namenode, the other node: datanode, tasktracker | 13:16 |
mattf | gotcha, thanks for the ping | 13:17 |
aignatov_ | Ch00k: there might be a problem that Oozzie is not started properly because of 1 DataNode and dfs.replication=3 | 13:18 |
aignatov_ | Oozie tries to put libs during the start to the hdfs and they are not replicated in time and than Error | 13:18 |
Ch00k | aignatov_: hm, do I need 3 datanodes? | 13:18 |
aignatov_ | Ch00k: yes, or decrease replication factor to 1 | 13:19 |
aignatov_ | and use 1 DataNode in that case | 13:19 |
Ch00k | I'll try, thanks | 13:20 |
Ch00k | aignatov_: wait, where are you seeing this replication setting? | 13:20 |
aignatov_ | I know, 3 is by default :) | 13:20 |
Ch00k | I mean where do I need to change it? :) | 13:21 |
aignatov_ | during the creating cluster template in the HDFS setting tab you will see it | 13:21 |
Ch00k | ah, ok, so I need to recreate the cluster, right? | 13:22 |
aignatov_ | yes, recreating cluster itself could help you ^^ | 13:22 |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 13:26 | |
*** _ruhe is now known as ruhe | 13:29 | |
*** tmckay has joined #savanna | 13:29 | |
*** Ch00k has quit IRC | 13:33 | |
*** Ch00k has joined #savanna | 13:34 | |
dmitryme | Ch00k: looks like I understood what is wrong: the oozie URL should have a path, i.e. | 13:34 |
dmitryme | ./oozie jobs -oozie http://172.24.4.228:11000/oozie | 13:34 |
Ch00k | dmitryme: yep, it works with /oozie, thanks | 13:36 |
dmitryme | Ch00k, no problem | 13:36 |
Ch00k | aignatov_: dmitryme after re-creating the cluster woth replication = 1 the exception in oozie log is no longer shown but the job still gets into KILLED state | 13:36 |
Ch00k | I will try it manually | 13:37 |
Ch00k | ok, looks like I need to specify -config option for the job, where do I find that config file? | 13:39 |
aignatov_ | Ch00k: job.properties, actually savanna creates it internally you no need to create this one manually | 13:44 |
aignatov_ | buit if you want to run jobs not from savanna, just on the created cluster the following page will help you https://oozie.apache.org/docs/4.0.0/DG_Examples.html | 13:44 |
aignatov_ | *but | 13:46 |
*** _crobertsrh is now known as crobertsrh | 13:53 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 14:04 | |
aignatov_ | mattf, I've found that test files in savannaclient have "nova" in path https://github.com/openstack/python-savannaclient/tree/master/savannaclient/tests/nova | 14:04 |
aignatov_ | is this expected? | 14:05 |
*** moisha has joined #savanna | 14:08 | |
Ch00k | aignatov_: I am having the same org.apache.oozie.command.CommandException: E0604: Job does not exist [None] exception with a 3- and 4-worker node cluster | 14:10 |
Ch00k | so the problem is not the replication | 14:10 |
mattf | aignatov_, it is. i left it there because those tests are mostly taken from nova. i expect i'll remove the "nova" bit at some point in the future. | 14:11 |
*** moisha has quit IRC | 14:11 | |
aignatov_ | ok, please file the bug about that, maybe someone from the community will fix that before you :) it's low-hanging-fruit | 14:12 |
mattf | hmm bug to say "we copied client tests from nova and stored them in a dir named nova" ? | 14:14 |
mattf | what would you prefer the lay to be? | 14:14 |
mattf | aignatov_, it doesn't seem specifically wrong to me to have "nova" in a path name, so i'm having trouble formulating a bug statement | 14:18 |
aignatov_ | just 'Rename/remove nova in unit tests path' | 14:20 |
aignatov_ | Ch00k: but was you able to run ooze job manual? | 14:20 |
aignatov_ | *manually | 14:21 |
Ch00k | aignatov_: well, I did not try actually | 14:21 |
openstackgerrit | Sergey Reshetnyak proposed a change to openstack/savanna: WIP Add integration tests to Intel plugin WIP https://review.openstack.org/66812 | 14:21 |
Ch00k | aignatov_: I don't quite understranf how to create a job.properties file | 14:25 |
aignatov_ | in the ooze node you can find /opt/oozie/oozie-examples-4.0.0.tar.gz | 14:25 |
aignatov_ | untag it, there are many examples of jobs | 14:26 |
aignatov_ | *untar | 14:26 |
aignatov_ | in the above link https://oozie.apache.org/docs/4.0.0/DG_Examples.html there is an example of how to run simple map-reduce example | 14:27 |
openstackgerrit | Ivan Berezovskiy proposed a change to openstack/savanna-image-elements: Remove image size fixing for Fedora cloud image https://review.openstack.org/67839 | 14:28 |
Ch00k | aignatov_: is there any way to get the job.properties that savanna is using to run the job? | 14:28 |
aignatov_ | yes, i can find it in /user/hadoop/spaces/45148468-3a16-4988-a0ea-e6ecc6a98e6d | 14:30 |
aignatov_ | this path I've took from your logs above | 14:30 |
aignatov_ | savanna logs I mean | 14:30 |
aignatov_ | each job creates new uuid like path in the tail, you can see all jobs submitted to the ozies in the cluster's hdfs | 14:32 |
aignatov_ | in /user/hadoop/ | 14:32 |
aignatov_ | the command is "hadoop fs -ls /user/hadoop/NAME_OF_YOUR_JOB/SOME_UUID" | 14:33 |
*** Ch00k has quit IRC | 14:33 | |
*** Ch00k has joined #savanna | 14:35 | |
Ch00k | aignatov_: but there is no job.properties there because they must be stored on the local fs not hdfs | 14:35 |
tmckay | aignatov_, ping | 14:39 |
aignatov_ | tmckay: pong | 14:40 |
tmckay | aignatov_, hi. The good news is that my Java integration test job launched, but I must have something wrong. I got a "KILLED". Is there a way to get at the Oozie logs for a job that ran on savanna-ci? | 14:41 |
tmckay | If it's killed, then Oozie threw an error somewhere | 14:42 |
openstackgerrit | Matthew Farrellee proposed a change to openstack/python-savannaclient: Refactor display of node group template https://review.openstack.org/67669 | 14:43 |
openstackgerrit | Matthew Farrellee proposed a change to openstack/python-savannaclient: Refactor display of cluster template https://review.openstack.org/67670 | 14:43 |
openstackgerrit | Matthew Farrellee proposed a change to openstack/python-savannaclient: Refactor display of cluster https://review.openstack.org/67671 | 14:43 |
openstackgerrit | Matthew Farrellee proposed a change to openstack/python-savannaclient: Add cluster-template-show command to CLI https://review.openstack.org/67665 | 14:43 |
openstackgerrit | Matthew Farrellee proposed a change to openstack/python-savannaclient: Add --json option to node-group-template-show https://review.openstack.org/67672 | 14:43 |
openstackgerrit | Matthew Farrellee proposed a change to openstack/python-savannaclient: Add --json option to cluster-template-show https://review.openstack.org/67673 | 14:43 |
openstackgerrit | Matthew Farrellee proposed a change to openstack/python-savannaclient: Add --json option to cluster-show https://review.openstack.org/67674 | 14:43 |
aignatov_ | tmckay: I'm afraid it is imposible to take that, because savanna-ci kills clusters after each tests runninig | 14:44 |
tmckay | aignatov_, hehe, okay. So I have to play detective. Thanks. | 14:45 |
*** dmitryme has quit IRC | 14:48 | |
*** dmitryme has joined #savanna | 14:49 | |
*** SergeyLukjanov is now known as SergeyLukjanov_a | 14:51 | |
*** SergeyLukjanov_a is now known as SergeyLukjanov_ | 14:52 | |
*** nosnos has quit IRC | 15:06 | |
*** Ch00k has quit IRC | 15:06 | |
openstackgerrit | Jonathan Maron proposed a change to openstack/savanna: Update Ambari Repo location and services refactoring https://review.openstack.org/67577 | 15:11 |
*** DinaBelova is now known as DinaBelova_ | 15:16 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 15:19 | |
openstackgerrit | Trevor McKay proposed a change to openstack/savanna: Ignore key/value pairs with empty keys in workflow generation https://review.openstack.org/67497 | 15:19 |
*** DinaBelova_ is now known as DinaBelova | 15:20 | |
openstackgerrit | Trevor McKay proposed a change to openstack/savanna: Ignore key/value pairs with empty keys in workflow generation https://review.openstack.org/67497 | 15:21 |
*** mascotte has joined #savanna | 15:25 | |
*** mascotte has quit IRC | 15:32 | |
openstackgerrit | A change was merged to openstack/savanna: Add support for HBase in HDP plugin https://review.openstack.org/60616 | 15:42 |
*** 23LAAXST3 has joined #savanna | 15:45 | |
*** lukout has joined #savanna | 15:45 | |
*** pivenherlitz has joined #savanna | 15:46 | |
*** IlyaE has joined #savanna | 15:46 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 15:47 | |
*** Ch00k has joined #savanna | 15:51 | |
*** lukout has quit IRC | 15:52 | |
*** pivenherlitz has quit IRC | 15:53 | |
*** 23LAAXST3 has quit IRC | 15:53 | |
*** dmitryme has quit IRC | 15:58 | |
openstackgerrit | Yaroslav Lobankov proposed a change to openstack/savanna: Fixed HDP plugin to support Heat engine https://review.openstack.org/65981 | 16:00 |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 16:09 | |
*** DinaBelova is now known as DinaBelova_ | 16:17 | |
*** dmitryme has joined #savanna | 16:23 | |
*** schmigirilov has joined #savanna | 16:26 | |
*** Jayunit100 has joined #savanna | 16:27 | |
Jayunit100 | mattf: hello sir | 16:27 |
mattf | Jayunit100, howdy | 16:27 |
Jayunit100 | http://www.youtube.com/watch?v=OVnN4S52F3k | 16:27 |
Jayunit100 | thats an MLK video for steve | 16:27 |
Jayunit100 | my bad. anyways... | 16:27 |
Jayunit100 | How do "outputS" actually get glued into to the jobs.? Normally in hadoop you specify output as part of the job binary. | 16:27 |
*** schmigirilov has quit IRC | 16:28 | |
mattf | tmckay, you're in that code right now, afaik, can you field ^^ ? | 16:28 |
tmckay | Jayunit100, hi | 16:29 |
Jayunit100 | hi tmckay ! | 16:29 |
tmckay | Jayunit100, so for all job types except "Java" which was recently added, you specify an input data_source and output data_source | 16:30 |
tmckay | Data_Sources are objects that wrap a swift URL, or currently on review, an hdfs url. | 16:30 |
tmckay | When Savanna generates the Oozie workflow for you, it takes apart the input and output data source and sets the values in the workflow.xml | 16:31 |
Jayunit100 | ohhh okay . so really its all ooze based. | 16:31 |
Jayunit100 | mattf: i think at open stack CT i might focus some on how oozie works . | 16:32 |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 16:32 | |
tmckay | yes, totally Oozie based. We're working on adding more Oozie actions, including raw Oozie that you upload yourself | 16:32 |
Jayunit100 | okay that makes sense. | 16:32 |
*** silvertabby has joined #savanna | 16:33 | |
mattf | Jayunit100, assuming everyone gets the overall picture. that makes sense if you've deep knowledge about oozie. we made a decision to use oozie as our workflow interface to the cluster. | 16:34 |
*** silvertabby has quit IRC | 16:35 | |
*** makuta has joined #savanna | 16:36 | |
Jayunit100 | i wonder if ooze supports, or ever will support, OSGI style apps | 16:37 |
*** makuta has quit IRC | 16:37 | |
*** DinaBelova_ is now known as DinaBelova | 16:39 | |
*** aignatov_ has quit IRC | 16:50 | |
openstackgerrit | Trevor McKay proposed a change to openstack/savanna: Read Swift credentials from input_data OR output_data https://review.openstack.org/67509 | 16:50 |
*** bordache has joined #savanna | 16:56 | |
*** ruhe is now known as _ruhe | 16:59 | |
*** dmitryme has quit IRC | 17:00 | |
*** bordache has quit IRC | 17:09 | |
*** IlyaE has quit IRC | 17:23 | |
mattf | IvanBerezovskiy, welcome back | 17:23 |
openstackgerrit | A change was merged to openstack/python-savannaclient: Make plugin commands singular https://review.openstack.org/67660 | 17:25 |
openstackgerrit | A change was merged to openstack/python-savannaclient: Add node-group-template-show command to CLI https://review.openstack.org/67663 | 17:25 |
mattf | and so it begins | 17:26 |
*** aignatov_ has joined #savanna | 17:41 | |
*** dmitryme has joined #savanna | 17:45 | |
*** _ruhe is now known as ruhe | 17:45 | |
*** dmitryme has quit IRC | 17:46 | |
*** aignatov_ has quit IRC | 17:47 | |
*** IlyaE has joined #savanna | 17:47 | |
openstackgerrit | A change was merged to openstack/savanna-image-elements: Remove image size fixing for Fedora cloud image https://review.openstack.org/67839 | 17:47 |
openstackgerrit | Trevor McKay proposed a change to openstack/savanna: Change configs["args"] to be a list for Pig jobs https://review.openstack.org/67588 | 17:48 |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 17:52 | |
openstackgerrit | Trevor McKay proposed a change to openstack/savanna: Change configs["args"] to be a list for Pig jobs https://review.openstack.org/67588 | 17:53 |
*** ruhe is now known as _ruhe | 17:57 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 18:05 | |
*** nadya__ has joined #savanna | 18:16 | |
*** nadya__ has quit IRC | 18:17 | |
*** mattf is now known as _mattf | 18:22 | |
*** SergeyLukjanov is now known as SergeyLukjanov_a | 18:24 | |
*** SergeyLukjanov_a is now known as SergeyLukjanov_ | 18:25 | |
*** _mattf is now known as mattf | 18:27 | |
*** tmckay has left #savanna | 18:27 | |
mattf | SergeyLukjanov_, can i talk you into approving https://review.openstack.org/#/c/67665/ and https://review.openstack.org/#/c/67669/ ? | 18:30 |
mattf | if anyone happens in CT and is interested in savanna - http://www.meetup.com/Openstack-Connecticut/events/156660582/ | 18:32 |
*** IlyaE has quit IRC | 18:37 | |
openstackgerrit | Andrew Lazarev proposed a change to openstack/savanna: [Vanilla] Updated docs to point to icehouse images https://review.openstack.org/67569 | 18:38 |
*** tmckay has joined #savanna | 18:40 | |
*** dmitryme has joined #savanna | 18:45 | |
*** IlyaE has joined #savanna | 18:55 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 19:02 | |
*** aignatov_ has joined #savanna | 19:03 | |
*** IlyaE has quit IRC | 19:03 | |
*** IlyaE has joined #savanna | 19:23 | |
*** SergeyLukjanov is now known as SergeyLukjanov_a | 19:31 | |
*** SergeyLukjanov_a is now known as SergeyLukjanov_ | 19:32 | |
*** SergeyLukjanov_ is now known as SergeyLukjanov | 19:35 | |
*** nadya__ has joined #savanna | 19:37 | |
SergeyLukjanov | mattf, done | 19:38 |
SergeyLukjanov | mattf, nice to see that there are events about savanna :0 | 19:38 |
mattf | props to Jayunit100 for coming up to speed in a few days! | 19:39 |
SergeyLukjanov | mattf, please, take a look on https://review.openstack.org/#/c/66722/ and apprv it ;) | 19:39 |
mattf | btw, i hope it isn't just me, but the patchsets i've been sending are the units that i like to see and review | 19:39 |
mattf | done | 19:40 |
SergeyLukjanov | mattf, I've already reviewed them earlier | 19:40 |
mattf | i'm saying i'm a fan of small, distinct changes | 19:41 |
mattf | i groan every time i see a 1000+ loc review | 19:41 |
SergeyLukjanov | agreed | 19:44 |
*** tmckay has quit IRC | 19:48 | |
*** nadya__ has quit IRC | 19:50 | |
crobertsrh | akuznetsov: I'm testing out https://review.openstack.org/#/c/47828/ and came across some issues. I'm hoping that you might be able to steer me in the right direction (my questions are in the review notes). | 19:53 |
*** rnirmal has joined #savanna | 19:55 | |
*** kiselar has joined #savanna | 19:58 | |
*** _ruhe is now known as ruhe | 19:59 | |
*** tmckay has joined #savanna | 20:03 | |
*** tmckay has left #savanna | 20:04 | |
*** tmckay has joined #savanna | 20:05 | |
*** nadya__ has joined #savanna | 20:05 | |
*** nadya__ has quit IRC | 20:10 | |
*** aignatov_ has quit IRC | 20:16 | |
*** aignatov_ has joined #savanna | 20:19 | |
*** SergeyLukjanov is now known as SergeyLukjanov_ | 20:22 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 20:45 | |
*** dmitryme has quit IRC | 20:49 | |
* tmckay is learning how to run integration tests on his laptop cluster from README.rst and hacking :) | 20:52 | |
*** IlyaE has quit IRC | 20:54 | |
*** IlyaE has joined #savanna | 20:55 | |
*** rnirmal has quit IRC | 20:56 | |
*** DinaBelova is now known as DinaBelova_ | 21:00 | |
openstackgerrit | A change was merged to openstack/python-savannaclient: Add cluster-template-show command to CLI https://review.openstack.org/67665 | 21:18 |
openstackgerrit | A change was merged to openstack/python-savannaclient: Refactor display of node group template https://review.openstack.org/67669 | 21:18 |
openstackgerrit | A change was merged to openstack/python-savannaclient: Refactor display of cluster template https://review.openstack.org/67670 | 21:18 |
openstackgerrit | A change was merged to openstack/python-savannaclient: Refactor display of cluster https://review.openstack.org/67671 | 21:18 |
openstackgerrit | A change was merged to openstack/python-savannaclient: Add --json option to node-group-template-show https://review.openstack.org/67672 | 21:18 |
openstackgerrit | A change was merged to openstack/python-savannaclient: Add --json option to cluster-template-show https://review.openstack.org/67673 | 21:19 |
openstackgerrit | A change was merged to openstack/python-savannaclient: Add --json option to cluster-show https://review.openstack.org/67674 | 21:19 |
openstackgerrit | A change was merged to openstack/python-savannaclient: Remove version from setup.cfg https://review.openstack.org/66722 | 21:19 |
openstackgerrit | Matthew Farrellee proposed a change to openstack/python-savannaclient: Add node-group-template-create to CLI https://review.openstack.org/67960 | 21:20 |
openstackgerrit | Andrew Lazarev proposed a change to openstack/savanna: [IDH] Added config controlling hadoop-swift.jar URL https://review.openstack.org/65821 | 21:20 |
mattf | aignatov_, fyi, reading nova, cinder and keystone code, they do name|id on the client side! | 21:23 |
*** IlyaE has quit IRC | 21:32 | |
*** aignatov_ has quit IRC | 21:34 | |
*** ruhe is now known as _ruhe | 21:34 | |
*** IlyaE has joined #savanna | 21:37 | |
*** mattf is now known as _mattf | 21:44 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 21:52 | |
*** kiselar has quit IRC | 21:53 | |
*** rnirmal has joined #savanna | 22:00 | |
*** _mattf is now known as mattf | 22:01 | |
*** crobertsrh is now known as _crobertsrh | 22:04 | |
openstackgerrit | Trevor McKay proposed a change to openstack/savanna: Add integration test for Oozie java action https://review.openstack.org/66415 | 22:22 |
*** Ch00k has quit IRC | 22:25 | |
*** Ch00k has joined #savanna | 22:26 | |
*** tmckay has quit IRC | 22:26 | |
*** Ch00k has quit IRC | 23:09 | |
openstackgerrit | Jonathan Maron proposed a change to openstack/savanna: Update Ambari Repo location and services refactoring https://review.openstack.org/67577 | 23:32 |
*** qwerty_nor has quit IRC | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!