-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26980/
-----------------------------------------------------------
Review request for Ambari, Aleksandr Kovalenko and Alexandr Antonenko.
Bugs: MBARI-7887
https://issues.apache.org/jira/browse/MBARI-7887
Repository: ambari
Description
-------
Two new properties have been added to yarn-site.
*hadoop.registry.rm.enabled*
This should be displayed as a check box and by default disabled (false). When
Slider is selected as a service this should be enabled (true).
<property>
<description>
Is the registry enabled: does the RM start it up, create the user and
system paths, and purge service records when containers, application attempts
and applications complete
</description>
<name>hadoop.registry.rm.enabled</name>
<value>false</value>
</property>
*hadoop.registry.zk.quorum*
This could be always set to the default ZK quorum.
<property>
<description>
List of hostname:port pairs defining the zookeeper quorum binding for the
registry
</description>
<name>hadoop.registry.zk.quorum</name>
<value>localhost:2181</value>
</property>
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
83d2a7f
ambari-web/app/controllers/main/host/details.js d72a5b9
ambari-web/app/controllers/wizard.js 7cc52aa
ambari-web/app/controllers/wizard/step7_controller.js 44d0a4e
ambari-web/app/controllers/wizard/step8_controller.js 470c876
ambari-web/app/data/HDP2.2/site_properties.js 1b02985
ambari-web/app/models/service_config.js 7901253
ambari-web/test/controllers/main/host/details_test.js 84e394b
ambari-web/test/controllers/wizard/step7_test.js 9316c1c
ambari-web/test/controllers/wizard/step8_test.js 087badc
Diff: https://reviews.apache.org/r/26980/diff/
Testing
-------
tests added
4697 tests complete (6 seconds)
60 tests pending
Thanks,
Andriy Babiichuk