[
https://issues.apache.org/jira/browse/AMBARI-11131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14543911#comment-14543911
]
Greg Hill commented on AMBARI-11131:
------------------------------------
It looks like the logic for the timeline server is already in several places.
Do I need to update all of these if I want to attempt to add this new one or
are some of them deprecated?
ambari/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/yarn.py
ambari/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/YARN/package/scripts/yarn.py
ambari/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/package/scripts/yarn.py
ambari/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/package/scripts/yarn.py
ambari/ambari-server/src/main/resources/stacks/PHD/3.0.0.0/services/YARN/package/scripts/yarn.py
> Ambari does not create my rmstore hdfs path
> -------------------------------------------
>
> Key: AMBARI-11131
> URL: https://issues.apache.org/jira/browse/AMBARI-11131
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: Greg Hill
>
> If you pass an hdfs path into Ambari for the YARN rmstore, Ambari does not
> create that folder for you with the right permissions, and the
> ResourceManager process crashes. These are the configurations I'm passing in:
> "yarn.resourcemanager.store.class":
> "org.apache.hadoop.yarn.server.resourcemanager.recovery.FileSystemRMStateStore",
> "yarn.resourcemanager.fs.state-store.uri": 'hdfs:///apps/yarn/rmstore',
> If you do something similar for the timeline server, Ambari does create it
> for you, so it should just follow that same logic.
> "yarn.timeline-service.leveldb-timeline-store.path":
> 'hdfs:///apps/yarn/timeline'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)