Re: YARN native services Re: 2017-10-06 Hadoop 3 release status update

2017-10-09 Thread Jian He
Allen, I was under the impression (and, maybe this was my misunderstanding. if so, sorry) that “the goal” for this first pass was to integrate the existing Apache Slider functionality into YARN. As it stands, I don’t think those goals have been met. It doesn’t seem to be much different than

YARN native services Re: 2017-10-06 Hadoop 3 release status update

2017-10-09 Thread Allen Wittenauer
> On Oct 6, 2017, at 5:51 PM, Eric Yang wrote: > yarn application -deploy –f spec.json > yarn application -stop > yarn application -restart > yarn application -remove > > and > > yarn application –list will display both application list from RM as well as > docker

Re: 2017-10-06 Hadoop 3 release status update

2017-10-06 Thread Eric Yang
Hi Allen, What if the commands are: yarn application -deploy –f spec.json yarn application -stop yarn application -restart yarn application -remove and yarn application –list will display both application list from RM as well as docker services? I think the development team was concerned

Re: 2017-10-06 Hadoop 3 release status update

2017-10-06 Thread Andrew Wang
Thanks for the update Allen, appreciate your continued help reviewing this feature. Looking at the calendar, we have three weeks from when we want to have GA RC0 out for vote. We're already dipping into code freeze time landing HDFS router-based federation and API-based scheduler configuration

Re: 2017-10-06 Hadoop 3 release status update

2017-10-06 Thread Jian He
Hi Allen, Thanks for spending the time reviewing it. A new patch was uploaded yesterday on YARN-7198 to address the documentation of missing config, you might want to check. The api-server is basically a REST server which accepts user requests to deploy services, it now has an option to be run

Re: 2017-10-06 Hadoop 3 release status update

2017-10-06 Thread Allen Wittenauer
> On Oct 6, 2017, at 1:31 PM, Andrew Wang wrote: > > - Still waiting on Allen to review YARN native services feature. Fake news. I’m still -1 on it, at least prior to a patch that posted late yesterday. I’ll probably have a chance to play with it

2017-10-06 Hadoop 3 release status update

2017-10-06 Thread Andrew Wang
https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+3+release+status+updates 2017-10-06 The beta1 RC0 vote passed, and beta1 is out! Now tracking GA features. Highlights: - 3.0.0-beta1 has been released! - Router-based federation merge vote should be about to pass - API-based