Re: [openstack-dev] [sahara] Nominate Telles Mota Vidal Nóbrega for core team

2016-08-11 Thread lu jander
+2 from me thx Telles 2016-08-12 0:20 GMT+08:00 Sergey Reshetnyak : > +2 from me > > 2016-08-11 19:15 GMT+03:00 Sergey Lukjanov : > >> +2 >> >> On Thu, Aug 11, 2016 at 8:48 AM, Elise Gafford >> wrote: >> >>> Hearty +2.

[openstack-dev] [sahara]FFE Request for resume EDP job

2016-03-06 Thread lu jander
Hi folks, I would like to request a FFE for the feature “Resume EDP job”: BP: https://blueprints.launchpad.net/sahara/+spec/add-suspend-resume-ability-for-edp-jobs

[openstack-dev] [sahara] Scheduler EDP patch request to be merged

2016-01-19 Thread lu jander
Hi, List Thx for reminding to add release notes for new features. I have add the release notes for scheduling EDP jobs https://review.openstack.org/#/c/268881/ *https://review.openstack.org/#/c/182310/45 * This patch has been long time

Re: [openstack-dev] [sahara] FFE request for scheduler and suspend EDP job for sahara

2015-09-07 Thread lu jander
that consists with 2 patch-sets, and one of that marked as Work In Progress. > > > On Sun, Sep 6, 2015 at 7:18 PM, lu jander <juvenboy1...@gmail.com> wrote: > >> Hi, Guys >> >> I would like to request FFE for scheduler EDP job and suspend EDP job >>

[openstack-dev] [sahara] FFE request for scheduler and suspend EDP job for sahara

2015-09-06 Thread lu jander
Hi, Guys I would like to request FFE for scheduler EDP job and suspend EDP job for sahara. these patches has been reviewed for a long time with lots of patch sets. Blueprint: (1) https://blueprints.launchpad.net/sahara/+spec/enable-scheduled-edp-jobs (2)

[openstack-dev] [Sahara] [EDP] about get_job_status in oozie engine

2015-06-23 Thread lu jander
Hi Trevor in sahara oozie engine (sahara/service/edp/oozie/engine.py sahara/service/edp/oozie/oozie.py) function get_job_status actually returns not only the status of the job, but it returns all the info about the job, so i think that we should rename this function as get_job_info maybe more

Re: [openstack-dev] [Sahara] [EDP] about get_job_status in oozie engine

2015-06-23 Thread lu jander
, and an optional get_job_info() that returns more? But that may be a bigger discussion. Best, Trevor On Tue, 2015-06-23 at 15:18 +0800, lu jander wrote: Hi Trevor in sahara oozie engine (sahara/service/edp/oozie/engine.py sahara/service/edp/oozie/oozie.py) function get_job_status

[openstack-dev] [Sahara] improve oozie engine for common lib management

2015-05-11 Thread lu jander
Hi, All Currently, oozie share lib is not well known and can be hardly used by the users, so I think we can make it less oozieness and more friendly for the users, it can be used for running jobs which are using third party libs. If many jobs use the same libs, oozie share lib can make it as a

Re: [openstack-dev] [Sahara] improve oozie engine for common lib management

2015-05-11 Thread lu jander
Sergey Lukjanov slukja...@mirantis.com: Hi, do you think it could be implemented based on job binaries? It sounds like it's a type of job binary that should be always uploaded to Oozie for the tenant where it lives. (A bit crazy, but could useful). Thanks. On Mon, May 11, 2015 at 6:39 PM, lu

Re: [openstack-dev] About Sahara EDP New Ideas for Liberty

2015-04-30 Thread lu jander
Hi Trevor you mean adding an abstract layer for basic function like run job, cancel job etc, the we implement these by specific job engine like oozie, Ooyala job server etc, right ? so I will do two things as below: (1) working on the scheduler edp jobs by oozie coordination so make sure we can

Re: [openstack-dev] Sahara HA discussion

2015-04-26 Thread lu jander
Hi, Sergey we are in the same phase like you, I have noticed that there is a topic in the https://etherpad.openstack.org/p/sahara-liberty-proposed-sessions currently we decide to do the HA on service level (HDFS etc), here is the doc

Re: [openstack-dev] Global Cluster Template in Sahara

2015-04-15 Thread lu jander
We have already implement the default template for sahara https://blueprints.launchpad.net/sahara/+spec/default-templates 2015-04-16 5:22 GMT+08:00 Liang, Yanchao yanli...@ebay.com: Dear Openstack Developers, My name is Yanchao Liang. I am a software engineer in eBay, working on Hadoop as

[openstack-dev] [sahara] sahara Integration tests issue

2014-11-30 Thread lu jander
Hi Sahara dev, I am working on the integration tests in sahara(with nova network), when I am using tox -e cdh to run cdh tests, it failed with error below, then I check the sahara log, it says heat error. This error reminds me a bug which is not merged