<?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 Atlas Metadata Server Start Failure in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-Metadata-Server-Start-Failure/m-p/122441#M51230</link>
    <description>&lt;P&gt;I am currently installing a cluster with HDP-2.5 and Ambari 2.4.1.0. After I installed Atlas the Metadata Server would not start correctly. Kafka, HBase and Ambari Infra, etc. are all installed and running. &lt;/P&gt;&lt;P&gt;I added the error messages for debugging. At this point I tried to install Atlas manually ("yum install atlas-metadata_2_5 ...), but it didnt helped. I also tried to start the Server via atlas_start.py which gave me the same exact errmsg.&lt;/P&gt;&lt;P&gt;If anybody could advise me I would be grateful.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/11293-output-712.txt"&gt;output-712.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/11294-errors-712.txt"&gt;errors-712.txt&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jan 2017 20:27:01 GMT</pubDate>
    <dc:creator>d_hessmer</dc:creator>
    <dc:date>2017-01-10T20:27:01Z</dc:date>
    <item>
      <title>Atlas Metadata Server Start Failure</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-Metadata-Server-Start-Failure/m-p/122441#M51230</link>
      <description>&lt;P&gt;I am currently installing a cluster with HDP-2.5 and Ambari 2.4.1.0. After I installed Atlas the Metadata Server would not start correctly. Kafka, HBase and Ambari Infra, etc. are all installed and running. &lt;/P&gt;&lt;P&gt;I added the error messages for debugging. At this point I tried to install Atlas manually ("yum install atlas-metadata_2_5 ...), but it didnt helped. I also tried to start the Server via atlas_start.py which gave me the same exact errmsg.&lt;/P&gt;&lt;P&gt;If anybody could advise me I would be grateful.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/11293-output-712.txt"&gt;output-712.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/11294-errors-712.txt"&gt;errors-712.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 20:27:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-Metadata-Server-Start-Failure/m-p/122441#M51230</guid>
      <dc:creator>d_hessmer</dc:creator>
      <dc:date>2017-01-10T20:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Metadata Server Start Failure</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-Metadata-Server-Start-Failure/m-p/122442#M51231</link>
      <description>&lt;P&gt;Ohh boy, this was a wild ride. So I solved this problem, for people who have the same problem, here is my workaround.&lt;/P&gt;&lt;P&gt;The python scripts need your JAVA_HOME to be set. Lets say mine was set at /java/home&lt;/P&gt;&lt;P&gt;In the atlas_config.py, the method jar(path) uses the function os.environ.get(JAVA_HOME, None) to get your JAVA_HOME variable.&lt;/P&gt;&lt;P&gt;As in the example, it was set at /java/home, but the function os.environ.get() was giving me /java/home/jre as my JAVA_HOME variable. I really dont know where os.environ.get() is searching for your envrionment variables, but mine was set globally to /java/home. &lt;/P&gt;&lt;P&gt;Anyway, here is what I added to the second line in the definition of the jar function in the atlas_config.py file: &lt;/P&gt;&lt;PRE&gt;
...
java_home = "ACUTAL JAVA HOME PATH"
...&lt;/PRE&gt;&lt;P&gt;If you know what could have caused the wrong output of os-environ.get feel free to tell me.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 00:47:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-Metadata-Server-Start-Failure/m-p/122442#M51231</guid>
      <dc:creator>d_hessmer</dc:creator>
      <dc:date>2017-01-11T00:47:20Z</dc:date>
    </item>
  </channel>
</rss>

