You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jaimin D Jetly (JIRA)" <ji...@apache.org> on 2013/08/26 19:51:52 UTC

[jira] [Created] (AMBARI-3025) Ambari is missing essential propeties in yarn-site.xml and mapred-site.xml.

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