-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/24797/
-----------------------------------------------------------
Review request for Ambari and Vitalyi Brodetskyi.
Bugs: AMBARI-6611
https://issues.apache.org/jira/browse/AMBARI-6611
Repository: ambari
Description
-------
On sles11 and maybe others (Centos5?) new user IDs start at 500. This
hardcoded value prevents users with IDs<1000 from running mapred jobs when
security is enabled.
mahadev yusaku can you capture 'final' solution - configurable via UI and if
this impacts existing installs or QE in anyway.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog170.java
0601d2c
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/configuration/yarn-env.xml
7d47165
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/package/scripts/params.py
bc0ad31
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/package/templates/container-executor.cfg.j2
90b12e6
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog170Test.java
19f37ad
ambari-server/src/test/python/stacks/2.0.6/configs/default.hbasedecom.json
9b0a85e
ambari-server/src/test/python/stacks/2.0.6/configs/default.json 67bf6f7
ambari-server/src/test/python/stacks/2.0.6/configs/default.non_gmetad_host.json
418c7b2
ambari-server/src/test/python/stacks/2.0.6/configs/ha_default.json 8d0afcd
ambari-server/src/test/python/stacks/2.0.6/configs/ha_secured.json 3e08e44
ambari-server/src/test/python/stacks/2.0.6/configs/rebalancehdfs_default.json
ba11bb5
ambari-server/src/test/python/stacks/2.0.6/configs/secured.json 1d47873
ambari-web/app/data/HDP2/site_properties.js 43cd076
Diff: https://reviews.apache.org/r/24797/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk