You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Sumit Mohanty (JIRA)" <ji...@apache.org> on 2013/06/11 23:46:21 UTC

[jira] [Commented] (AMBARI-2359) Configure hadoop 2 for RCA of YARN

    [ https://issues.apache.org/jira/browse/AMBARI-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13680726#comment-13680726 ] 

Sumit Mohanty commented on AMBARI-2359:
---------------------------------------

+1.

We should also add descriptions for all these properties. That can be done through a different JIRA that you can open.
                
> Configure hadoop 2 for RCA of YARN
> ----------------------------------
>
>                 Key: AMBARI-2359
>                 URL: https://issues.apache.org/jira/browse/AMBARI-2359
>             Project: Ambari
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 1.4.0
>            Reporter: Srimanth Gunturi
>            Assignee: Srimanth Gunturi
>             Fix For: 1.4.0
>
>         Attachments: AMBARI-2359_branch-1.4.0.patch
>
>
> The following properties need to be set in yarn-site.xml:
>   <property>
>     <name>yarn.resourcemanager.history-store.class</name
>     <value>org.apache.hadoop.yarn.server.resourcemanager.history.db.RMHistoryDBStore</value>
>   </property>
>   <property>
>     <name>yarn.resourcemanager.history-store.db.user</name>
>     <value>mapred</value>
>   </property>
>   <property>
>     <name>yarn.resourcemanager.history-store.db.password</name>
>     <value>mapred</value>
>   </property>
>   <property>
>     <name>yarn.resourcemanager.history-store.db.database</name>
>     <value>jdbc:postgresql:ambarirca</value>
>   </property>
>   <property>
>     <name>yarn.resourcemanager.history-store.db.driver</name>
>     <value>org.postgresql.Driver</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