<?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: Atlas Server fails to start on HDP 2.5 Sandbox on Docker in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-Server-fails-to-start-on-HDP-2-5-Sandbox-on-Docker/m-p/166289#M53805</link>
    <description>&lt;P&gt;Glad it worked! Accept the answer.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2017 01:55:54 GMT</pubDate>
    <dc:creator>apathan</dc:creator>
    <dc:date>2017-02-14T01:55:54Z</dc:date>
    <item>
      <title>Atlas Server fails to start on HDP 2.5 Sandbox on Docker</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-Server-fails-to-start-on-HDP-2-5-Sandbox-on-Docker/m-p/166285#M53801</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have previously had success working with Apache Atlas within the Sandbox using Docker, but on a fresh install, I've come across the following issue I cannot resolve. &lt;/P&gt;&lt;P&gt;Environment: &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A new container running the HDP docker image locally, Docker 1.13.0 on El Capitan (10.11.6).&lt;/LI&gt;&lt;LI&gt;All default services are running&lt;/LI&gt;&lt;LI&gt;Kafka, Ambari Infra, and HBase and have been started and confirmed to be running.&lt;/LI&gt;&lt;LI&gt;Attempts to start Atlas consistently fail with the following error:&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;stderr:   /var/lib/ambari-agent/data/errors-187.txt
Traceback (most recent call last):
  File "/var/lib/ambari-agent/cache/common-services/ATLAS/0.1.0.2.3/package/scripts/metadata_server.py", line 217, in &amp;lt;module&amp;gt;
    MetadataServer().execute()
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 280, in execute
    method(env)
  File "/var/lib/ambari-agent/cache/common-services/ATLAS/0.1.0.2.3/package/scripts/metadata_server.py", line 94, in start
    user=params.hbase_user
  File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 155, in __init__
    self.env.run()
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 160, in run
    self.run_action(resource, action)
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 124, in run_action
    provider_action()
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 273, in action_run
    tries=self.resource.tries, try_sleep=self.resource.try_sleep)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 71, in inner
    result = function(command, **kwargs)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 93, in checked_call
    tries=tries, try_sleep=try_sleep)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 141, in _call_wrapper
    result = _call(command, **kwargs_copy)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 294, in _call
    raise Fail(err_msg)
resource_management.core.exceptions.Fail: Execution of 'cat /var/lib/ambari-agent/tmp/atlas_hbase_setup.rb | hbase shell -n' returned 1. atlas_titan
ATLAS_ENTITY_AUDIT_EVENTS
atlas
TABLE
atlas_titan
1 row(s) in 0.3290 seconds

nil
TABLE
atlas_titan
1 row(s) in 0.0020 seconds

nil
ERROR ArgumentError: DISABLED: Security features are not available

&lt;/PRE&gt;&lt;P&gt;Trying to debug from HBase, I see the following:&lt;/P&gt;&lt;PRE&gt;hbase(main):001:0&amp;gt; list

TABLE
atlas_titan
1 row(s) in 0.1710 seconds

=&amp;gt; ["atlas_titan"
&lt;/PRE&gt;&lt;P&gt;So it seems that creating ATLAS_ENTITY_AUDIT_EVENTS fails, but when I attempt to do so manually:&lt;/P&gt;&lt;PRE&gt;hbase(main):002:0&amp;gt; create 'ATLAS_ENTITY_AUDIT_EVENTS', {NAME =&amp;gt; 'dt', DATA_BLOCK_ENCODING =&amp;gt; 'FAST_DIFF', COMPRESSION =&amp;gt;'GZ', BLOOMFILTER =&amp;gt;'ROW'}

ERROR: Table already exists: ATLAS_ENTITY_AUDIT_EVENTS!
&lt;/PRE&gt;&lt;P&gt;However:&lt;/P&gt;&lt;PRE&gt;hbase(main):002:0&amp;gt; exists 'ATLAS_ENTITY_AUDIT_EVENTS'
Table ATLAS_ENTITY_AUDIT_EVENTS does not exist
0 row(s) in 0.0780 seconds
&lt;/PRE&gt;&lt;P&gt;I am uncertain how to proceed; any help would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 22:26:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-Server-fails-to-start-on-HDP-2-5-Sandbox-on-Docker/m-p/166285#M53801</guid>
      <dc:creator>schwartn</dc:creator>
      <dc:date>2017-02-08T22:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Server fails to start on HDP 2.5 Sandbox on Docker</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-Server-fails-to-start-on-HDP-2-5-Sandbox-on-Docker/m-p/166286#M53802</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/15921/schwartn.html" nodeid="15921"&gt;@nick _&lt;/A&gt;&lt;P&gt;It is possible that zookeeper has that corresponding znode for that table and restricting to create the table. So, I would suggest, open the zookeeper client terminal and delete the hbase table znode entry using this command "&lt;EM&gt;rmr /hbase/table/TABLE_NAME" . &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;After that restart hbase service(both master+region servers) and try recreating the table. This should resolve the issue. &lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 01:27:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-Server-fails-to-start-on-HDP-2-5-Sandbox-on-Docker/m-p/166286#M53802</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2017-02-09T01:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Server fails to start on HDP 2.5 Sandbox on Docker</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-Server-fails-to-start-on-HDP-2-5-Sandbox-on-Docker/m-p/166287#M53803</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/15921/schwartn.html" nodeid="15921"&gt;@nick _&lt;/A&gt;&lt;P&gt;Did you try the mentioned solution? Is it working for you?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 01:28:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-Server-fails-to-start-on-HDP-2-5-Sandbox-on-Docker/m-p/166287#M53803</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2017-02-14T01:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Server fails to start on HDP 2.5 Sandbox on Docker</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-Server-fails-to-start-on-HDP-2-5-Sandbox-on-Docker/m-p/166288#M53804</link>
      <description>&lt;P&gt;Hi Ayub,&lt;/P&gt;&lt;P&gt;Apologies for the delayed response. Your solution did in fact resolve this curious issue. Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 01:46:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-Server-fails-to-start-on-HDP-2-5-Sandbox-on-Docker/m-p/166288#M53804</guid>
      <dc:creator>schwartn</dc:creator>
      <dc:date>2017-02-14T01:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Server fails to start on HDP 2.5 Sandbox on Docker</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-Server-fails-to-start-on-HDP-2-5-Sandbox-on-Docker/m-p/166289#M53805</link>
      <description>&lt;P&gt;Glad it worked! Accept the answer.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 01:55:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-Server-fails-to-start-on-HDP-2-5-Sandbox-on-Docker/m-p/166289#M53805</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2017-02-14T01:55:54Z</dc:date>
    </item>
  </channel>
</rss>

