-dev,yarn-...@hadoop.apache.org,
> mapreduce-...@hadoop.apache.org,
> Date:2018-08-29 20:00:44
> Subject:[Discuss] Merge discussion for Node attribute support feature
> YARN-3409
>
> Hi All,
>
> We would like to hear your thoughts on merging “Node Attributes Support in
> YAR
:Naganarasimha Garla
To:common-...@hadoop.apache.org,Hdfs-dev,yarn-...@hadoop.apache.org,mapreduce-...@hadoop.apache.org,
Date:2018-08-29 20:00:44
Subject:[Discuss] Merge discussion for Node attribute support feature YARN-3409
Hi All,
We would like to hear your thoughts on merging “Node Attribu
+1 for merge.
Quickly checked all basic test runs in the branch
- Add/replace/remove of attributes work good.
- scheduler can now handle attribute based placement constraints.
- tested DS shell with various constructs like java=1.8, python!=3, AND/OR
constraints etc.
- Documentation on attributes
Hi Naga
+1 for the merge. We need it for 3.2.0.
This brings a lot of value when it works with placement constraints APIs,
it will be very important for long-running jobs and service type tasks.
Thanks!
--
Weiwei
On Wed, Aug 29, 2018 at 10:30 PM Naganarasimha Garla <
naganarasimha...@apache.org>
Hi All,
We would like to hear your thoughts on merging “Node Attributes Support in
YARN” branch (YARN-3409) [2] into trunk in a few weeks. The goal is to get
it in for HADOOP 3.2.
*Major work happened in this branch*
YARN-6858. Attribute Manager to store and provide node attributes in RM
YARN-78