Jaimin D Jetly created AMBARI-3025:
--------------------------------------
Summary: Ambari is missing essential propeties in yarn-site.xml
and mapred-site.xml.
Key: AMBARI-3025
URL: https://issues.apache.org/jira/browse/AMBARI-3025
Project: Ambari
Issue Type: Bug
Components: client
Affects Versions: 1.4.0
Reporter: Jaimin D Jetly
Assignee: Jaimin D Jetly
Fix For: 1.4.1
Following properties with their defaults are required for yarn and MRv2
services:
mapred-site.xml:
<property>
<name>mapreduce.fileoutputcommitter.marksuccessfuljobs</name>
<value>false</value>
</property>
yarn-site.xml:
<property>
<name>yarn.resourcemanager.hostname</name>
<value>ip_address/hostname</value>
</property>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira