[
https://issues.apache.org/jira/browse/AMBARI-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14068443#comment-14068443
]
Jeff Sposetti commented on AMBARI-4825:
---------------------------------------
Hi, what version of Ambari are you using?
{code}
ambari-server --version
{code}
http://docs.hortonworks.com/HDPDocuments/Ambari-1.6.1.0/bk_releasenotes_ambari_1.6.1/content/ch_relnotes-ambari-1.6.1.0-knownissues.html
Depending on the version of Ambari and the Version of HDP Stack you are using,
you need to change the value of yarn.timeline-service.store-class:
If using HDP 2.1.2 or 2.1.1, use this:
yarn.timeline-service.store-class=org.apache.hadoop.yarn.server.applicationhistoryservice.timeline.LeveldbTimelineStore
If using HDP 2.1.3, use this:
yarn.timeline-service.store-class=org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore
> YARN App Timeline Server does not start after install
> -----------------------------------------------------
>
> Key: AMBARI-4825
> URL: https://issues.apache.org/jira/browse/AMBARI-4825
> Project: Ambari
> Issue Type: Bug
> Components: client
> Affects Versions: 1.5.0
> Reporter: Srimanth Gunturi
> Assignee: Srimanth Gunturi
> Priority: Critical
> Fix For: 1.5.0
>
>
> {code}
> stderr: /var/lib/ambari-agent/data/errors-136.txt
> initial_wait=5
> File "/usr/lib/python2.6/site-packages/resource_management/core/base.py",
> line 148, in __init__
> self.env.run()
> File
> "/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
> line 149, in run
> self.run_action(resource, action)
> File
> "/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
> line 115, in run_action
> provider_action()
> File
> "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py",
> line 238, in action_run
> raise ex
> Fail: Execution of 'ls /var/run/hadoop-yarn/yarn/yarn-yarn-historyserver.pid
> >/dev/null 2>&1 && ps `cat
> /var/run/hadoop-yarn/yarn/yarn-yarn-historyserver.pid` >/dev/null 2>&1'
> returned 1.
> {code}
> {code}
> stdout: /var/lib/ambari-agent/data/output-136.txt
> initial_wait=5
> File "/usr/lib/python2.6/site-packages/resource_management/core/base.py",
> line 148, in __init__
> self.env.run()
> File
> "/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
> line 149, in run
> self.run_action(resource, action)
> File
> "/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
> line 115, in run_action
> provider_action()
> File
> "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py",
> line 238, in action_run
> raise ex
> Fail: Execution of 'ls /var/run/hadoop-yarn/yarn/yarn-yarn-historyserver.pid
> >/dev/null 2>&1 && ps `cat
> /var/run/hadoop-yarn/yarn/yarn-yarn-historyserver.pid` >/dev/null 2>&1'
> returned 1.
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)