-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49640/
-----------------------------------------------------------
(Updated July 11, 2016, 4:38 p.m.)
Review request for Ambari, Jonathan Hurley, Nate Cole, and Sumit Mohanty.
Changes
-------
Fixed comments, added defaults where possible. Some properties are not used at
our python scripts. Also it's hard to set reasonable defaults for some
properties, I'll post a list of such properties.
Bugs: AMBARI-17564
https://issues.apache.org/jira/browse/AMBARI-17564
Repository: ambari
Description
-------
Now that we have the mechanism to prevent configs from getting added as part of
Ambari upgrade, lets identify the configs that got added in 2.4.0 and mark them
as not to be added during Ambari upgrade.
Diffs (updated)
-----
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml
b4eecec
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-site.xml
871e571
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/storm-site.xml
61b4233
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/params_linux.py
52e9fe5
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/atlas-env.xml
8087204
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py
68961c1
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml
9811191
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py
0602d11
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml
61437d5
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/webhcat-site.xml
d8012dd
ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-10/configuration/kerberos-env.xml
29c46e9
ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/configuration/oozie-env.xml
d0e51eb
ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/params_linux.py
c158894
ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/ranger-tagsync-site.xml
a0bd322
ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
e7a851c
ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration-mapred/mapred-site.xml
6951db0
ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-env.xml
152c463
ambari-server/src/main/resources/stacks/HDP/2.0.6/configuration/cluster-env.xml
89e05d7
ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
fd0cb3e
ambari-server/src/main/resources/stacks/HDP/2.3/services/STORM/configuration/storm-site.xml
f3bbce8
ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/tez-interactive-site.xml
8d8af19
ambari-server/src/main/resources/stacks/HDP/2.5/services/RANGER/configuration/ranger-tagsync-site.xml
6a0991b
ambari-server/src/main/resources/stacks/HDP/2.5/services/STORM/configuration/storm-site.xml
902fdc9
ambari-server/src/main/resources/stacks/HDPWIN/2.3/services/OOZIE/configuration/oozie-site.xml
766fe62
Diff: https://reviews.apache.org/r/49640/diff/
Testing
-------
mvn clean test
Thanks,
Dmitro Lisnichenko