<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Configuration parameter 'yarn.timeline-service.leveldb-timeline-store.path' was not found in configurations dictionary! in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Configuration-parameter-yarn-timeline-service-leveldb/m-p/106908#M69784</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/2312/pavelhladik.html" nodeid="2312"&gt;@Pavel Hladík&lt;/A&gt;&lt;P&gt;timeline server was introduced to decouple job history from resource management in Hadoop 2.0. Here's &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_yarn_resource_mgt/content/ch_timeline_server.html"&gt;documentation&lt;/A&gt; for you to configure TimelineServer. Choose the doc version appropriate for your cluster.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2016 22:25:25 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2016-01-21T22:25:25Z</dc:date>
    <item>
      <title>Configuration parameter 'yarn.timeline-service.leveldb-timeline-store.path' was not found in configurations dictionary!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configuration-parameter-yarn-timeline-service-leveldb/m-p/106906#M69782</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I just upgraded Ambari from 2.1 to 2.2, my HDP version is 2.1.0, all on CentOS 6.7. I have a new strange issue with starting of MapReduce2 and YARN services. All is ending with this message:&lt;/P&gt;stderr:  /var/lib/ambari-agent/data/errors-4003.txt&lt;PRE&gt;Traceback (most recent call last):
  File "/var/lib/ambari-agent/cache/common-services/YARN/2.1.0.2.0/package/scripts/resourcemanager.py", line 221, in &amp;lt;module&amp;gt;
    Resourcemanager().execute()
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 219, in execute
    method(env)
  File "/var/lib/ambari-agent/cache/common-services/YARN/2.1.0.2.0/package/scripts/resourcemanager.py", line 110, in start
    import params
  File "/var/lib/ambari-agent/cache/common-services/YARN/2.1.0.2.0/package/scripts/params.py", line 28, in &amp;lt;module&amp;gt;
    from params_linux import *
  File "/var/lib/ambari-agent/cache/common-services/YARN/2.1.0.2.0/package/scripts/params_linux.py", line 153, in &amp;lt;module&amp;gt;
    ats_leveldb_lock_file = os.path.join(ats_leveldb_dir, "leveldb-timeline-store.ldb", "LOCK")
  File "/usr/lib64/python2.6/posixpath.py", line 67, in join
    elif path == '' or path.endswith('/'):
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/config_dictionary.py", line 81, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in configurations dictionary!")
resource_management.core.exceptions.Fail: Configuration parameter 'yarn.timeline-service.leveldb-timeline-store.path' was not found in configurations dictionary!&lt;/PRE&gt;stdout:  /var/lib/ambari-agent/data/output-4003.txt&lt;PRE&gt;2016-01-21 14:05:32,174 - Using hadoop conf dir: /etc/hadoop/conf
2016-01-21 14:05:32,282 - Using hadoop conf dir: /etc/hadoop/conf
2016-01-21 14:05:32,284 - Group['hadoop'] {}
2016-01-21 14:05:32,286 - Group['users'] {}
2016-01-21 14:05:32,286 - User['mapred'] {'gid': 'hadoop', 'groups': ['hadoop']}
2016-01-21 14:05:32,288 - User['ambari-qa'] {'gid': 'hadoop', 'groups': ['users']}
2016-01-21 14:05:32,289 - User['zookeeper'] {'gid': 'hadoop', 'groups': ['hadoop']}
2016-01-21 14:05:32,290 - User['hdfs'] {'gid': 'hadoop', 'groups': ['hadoop']}
2016-01-21 14:05:32,291 - User['yarn'] {'gid': 'hadoop', 'groups': ['hadoop']}
2016-01-21 14:05:32,292 - User['ams'] {'gid': 'hadoop', 'groups': ['hadoop']}
2016-01-21 14:05:32,292 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2016-01-21 14:05:32,294 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] {'not_if': '(test $(id -u ambari-qa) -gt 1000) || (false)'}
2016-01-21 14:05:32,343 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] due to not_if
2016-01-21 14:05:32,344 - User['hdfs'] {'ignore_failures': False}
2016-01-21 14:05:32,345 - User['hdfs'] {'ignore_failures': False, 'groups': ['hadoop']}
2016-01-21 14:05:32,345 - Directory['/etc/hadoop'] {'mode': 0755}
2016-01-21 14:05:32,346 - Directory['/etc/hadoop/conf.empty'] {'owner': 'root', 'group': 'hadoop', 'recursive': True}
2016-01-21 14:05:32,346 - Link['/etc/hadoop/conf'] {'not_if': 'ls /etc/hadoop/conf', 'to': '/etc/hadoop/conf.empty'}
2016-01-21 14:05:32,393 - Skipping Link['/etc/hadoop/conf'] due to not_if
2016-01-21 14:05:32,407 - File['/etc/hadoop/conf/hadoop-env.sh'] {'content': InlineTemplate(...), 'owner': 'hdfs', 'group': 'hadoop'}
2016-01-21 14:05:32,408 - Directory['/var/lib/ambari-agent/tmp/hadoop_java_io_tmpdir'] {'owner': 'hdfs', 'group': 'hadoop', 'mode': 0777}
2016-01-21 14:05:32,423 - Execute[('setenforce', '0')] {'not_if': '(! which getenforce ) || (which getenforce &amp;amp;&amp;amp; getenforce | grep -q Disabled)', 'sudo': True, 'only_if': 'test -f /selinux/enforce'}
2016-01-21 14:05:32,477 - Skipping Execute[('setenforce', '0')] due to not_if
2016-01-21 14:05:32,477 - Directory['/var/log/hadoop'] {'owner': 'root', 'mode': 0775, 'group': 'hadoop', 'recursive': True, 'cd_access': 'a'}
2016-01-21 14:05:32,480 - Directory['/var/run/hadoop'] {'owner': 'root', 'group': 'root', 'recursive': True, 'cd_access': 'a'}
2016-01-21 14:05:32,480 - Directory['/tmp/hadoop-hdfs'] {'owner': 'hdfs', 'recursive': True, 'cd_access': 'a'}
2016-01-21 14:05:32,481 - File['/var/lib/ambari-agent/lib/fast-hdfs-resource.jar'] {'content': StaticFile('fast-hdfs-resource.jar'), 'mode': 0644}
2016-01-21 14:05:32,538 - File['/etc/hadoop/conf/commons-logging.properties'] {'content': Template('commons-logging.properties.j2'), 'owner': 'hdfs'}
2016-01-21 14:05:32,540 - File['/etc/hadoop/conf/health_check'] {'content': Template('health_check.j2'), 'owner': 'hdfs'}
2016-01-21 14:05:32,541 - File['/etc/hadoop/conf/log4j.properties'] {'content': ..., 'owner': 'hdfs', 'group': 'hadoop', 'mode': 0644}
2016-01-21 14:05:32,549 - File['/etc/hadoop/conf/hadoop-metrics2.properties'] {'content': Template('hadoop-metrics2.properties.j2'), 'owner': 'hdfs'}
2016-01-21 14:05:32,549 - File['/etc/hadoop/conf/task-log4j.properties'] {'content': StaticFile('task-log4j.properties'), 'mode': 0755}
2016-01-21 14:05:32,550 - File['/etc/hadoop/conf/configuration.xsl'] {'owner': 'hdfs', 'group': 'hadoop'}
2016-01-21 14:05:32,554 - File['/etc/hadoop/conf/topology_mappings.data'] {'owner': 'hdfs', 'content': Template('topology_mappings.data.j2'), 'only_if': 'test -d /etc/hadoop/conf', 'group': 'hadoop'}
2016-01-21 14:05:32,602 - File['/etc/hadoop/conf/topology_script.py'] {'content': StaticFile('topology_script.py'), 'only_if': 'test -d /etc/hadoop/conf', 'mode': 0755}
2016-01-21 14:05:32,845 - Using hadoop conf dir: /etc/hadoop/conf
2016-01-21 14:05:32,845 - Skipping get_hdp_version since hdp-select is not yet available
2016-01-21 14:05:32,846 - Using hadoop conf dir: /etc/hadoop/conf&lt;/PRE&gt;&lt;P&gt;Can you please recommend what shall I do? Thank you so much.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 21:28:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configuration-parameter-yarn-timeline-service-leveldb/m-p/106906#M69782</guid>
      <dc:creator>pavel_hladik</dc:creator>
      <dc:date>2016-01-21T21:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration parameter 'yarn.timeline-service.leveldb-timeline-store.path' was not found in configurations dictionary!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configuration-parameter-yarn-timeline-service-leveldb/m-p/106907#M69783</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2312/pavelhladik.html" nodeid="2312"&gt;@Pavel Hladík&lt;/A&gt;&lt;P&gt;See the compatibility matrix &lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_Installing_HDP_AMB/content/_determine_stack_compatibility.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_Installing_HDP_AMB/content/_determine_stack_compatibility.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;HDP 2.1.0 is compatible but deprecated. You should look into the option to upgrade HDP. &lt;/P&gt;&lt;P&gt;I don't see any existing jira based on this message. &lt;/P&gt;&lt;P&gt;Check Yarn logs to see more details.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 21:36:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configuration-parameter-yarn-timeline-service-leveldb/m-p/106907#M69783</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-21T21:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration parameter 'yarn.timeline-service.leveldb-timeline-store.path' was not found in configurations dictionary!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configuration-parameter-yarn-timeline-service-leveldb/m-p/106908#M69784</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2312/pavelhladik.html" nodeid="2312"&gt;@Pavel Hladík&lt;/A&gt;&lt;P&gt;timeline server was introduced to decouple job history from resource management in Hadoop 2.0. Here's &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_yarn_resource_mgt/content/ch_timeline_server.html"&gt;documentation&lt;/A&gt; for you to configure TimelineServer. Choose the doc version appropriate for your cluster.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 22:25:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configuration-parameter-yarn-timeline-service-leveldb/m-p/106908#M69784</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-21T22:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration parameter 'yarn.timeline-service.leveldb-timeline-store.path' was not found in configurations dictionary!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configuration-parameter-yarn-timeline-service-leveldb/m-p/106909#M69785</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2312/pavelhladik.html" nodeid="2312"&gt;@Pavel Hladík&lt;/A&gt; additionally, you will have to configure timeline server specific properties going from HDP 2.1 to HDP 2.2 and 2.3. You can read more about it &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_upgrading_hdp_manually/content/configure-yarn-mr-21.html"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 22:29:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configuration-parameter-yarn-timeline-service-leveldb/m-p/106909#M69785</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-21T22:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration parameter 'yarn.timeline-service.leveldb-timeline-store.path' was not found in configurations dictionary!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configuration-parameter-yarn-timeline-service-leveldb/m-p/106910#M69786</link>
      <description>&lt;P&gt;I solved the issue with stating YARN service by insert property lines about yarn.timeline-service.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 23:51:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configuration-parameter-yarn-timeline-service-leveldb/m-p/106910#M69786</guid>
      <dc:creator>pavel_hladik</dc:creator>
      <dc:date>2016-01-21T23:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration parameter 'yarn.timeline-service.leveldb-timeline-store.path' was not found in configurations dictionary!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configuration-parameter-yarn-timeline-service-leveldb/m-p/106911#M69787</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2312/pavelhladik.html" nodeid="2312"&gt;@Pavel Hladík&lt;/A&gt; look in you mapred logs, I would not change permissions, Ambari will handle it as necessary.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 00:20:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configuration-parameter-yarn-timeline-service-leveldb/m-p/106911#M69787</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-22T00:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration parameter 'yarn.timeline-service.leveldb-timeline-store.path' was not found in configurations dictionary!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configuration-parameter-yarn-timeline-service-leveldb/m-p/106912#M69788</link>
      <description>&lt;P&gt;excellent, please accept the best answer to close out the thread. &lt;A rel="user" href="https://community.cloudera.com/users/2312/pavelhladik.html" nodeid="2312"&gt;@Pavel Hladík&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2016 00:32:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configuration-parameter-yarn-timeline-service-leveldb/m-p/106912#M69788</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-23T00:32:15Z</dc:date>
    </item>
  </channel>
</rss>

