<?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 Metadata server not starting in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Metadata-server-not-starting/m-p/243525#M205323</link>
    <description>&lt;P&gt;&lt;EM&gt;&lt;A href="@Bhushan Kandalkar"&gt; @Bhushan Kandalkar&lt;/A&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This looks like an authorization issue in ranger, Atlas need the hbase DB for the backend ensure all hbase components are running, Check the in Ranger that Atlas has the correct permissions to 2 important tables &lt;STRONG&gt;Atlas_titan &lt;/STRONG&gt;and &lt;/EM&gt;&lt;EM&gt;&lt;STRONG&gt;ATLAS_ENTITY_AUDIT_EVENTS&lt;/STRONG&gt; see attached screenshots&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Log on the Zookeeper CLI and check the ACL's you should have a similar output&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;[zk: localhost:2181(CONNECTED) 0] getAcl  /hbase-unsecure/table/ATLAS_ENTITY_AUDIT_EVENTS
'world,'anyone
: cdrwa
[zk: localhost:2181(CONNECTED) 1] getAcl  /hbase-unsecure/table/atlas_titan
'world,'anyone
: cdrwa
[zk: localhost:2181(CONNECTED)2] getAcl  /hbase-unsecure/table/hbase:meta
'world,'anyone
: cdrwa
[zk: localhost:2181(CONNECTED) 3] getAcl  /hbase-unsecure/table/hbase:namespace
'world,'anyone
: cdrwa&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Please revert&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/6383iCF41079D7BC776DB/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="atlas-titan.png" title="atlas-titan.png" /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/6384i8009DCD6A163C9BE/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="atlas-entity-audit.png" title="atlas-entity-audit.png" /&gt;</description>
    <pubDate>Sat, 26 Jan 2019 00:44:07 GMT</pubDate>
    <dc:creator>Shelton</dc:creator>
    <dc:date>2019-01-26T00:44:07Z</dc:date>
    <item>
      <title>Atlas Metadata server not starting</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Metadata-server-not-starting/m-p/243524#M205322</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;After enabling Kerberos on HDP-2.6 cluster, Atlas metadata server is not starting. Getting following error:&lt;/P&gt;&lt;PRE&gt;java exception
ERROR Java::OrgApacheHadoopHbaseIpc::RemoteWithExtrasException: org.apache.hadoop.hbase.coprocessor.CoprocessorException: HTTP 503 Error: HTTP 503
    at org.apache.ranger.authorization.hbase.RangerAuthorizationCoprocessor.grant(RangerAuthorizationCoprocessor.java:1236)
    at org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos$AccessControlService$1.grant(AccessControlProtos.java:9933)
    at org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos$AccessControlService.callMethod(AccessControlProtos.java:10097)
    at org.apache.hadoop.hbase.regionserver.HRegion.execService(HRegion.java:7857)
    at org.apache.hadoop.hbase.regionserver.RSRpcServices.execServiceOnRegion(RSRpcServices.java:1999)
    at org.apache.hadoop.hbase.regionserver.RSRpcServices.execService(RSRpcServices.java:1981)
    at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:32389)
    at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2150)
    at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:112)
    at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:187)
    at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:167)
&lt;/PRE&gt;&lt;P&gt;How to solve this? Please suggest.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhushan&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 19:29:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-Metadata-server-not-starting/m-p/243524#M205322</guid>
      <dc:creator>bkandalkar</dc:creator>
      <dc:date>2019-01-25T19:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Metadata server not starting</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Metadata-server-not-starting/m-p/243525#M205323</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;A href="@Bhushan Kandalkar"&gt; @Bhushan Kandalkar&lt;/A&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This looks like an authorization issue in ranger, Atlas need the hbase DB for the backend ensure all hbase components are running, Check the in Ranger that Atlas has the correct permissions to 2 important tables &lt;STRONG&gt;Atlas_titan &lt;/STRONG&gt;and &lt;/EM&gt;&lt;EM&gt;&lt;STRONG&gt;ATLAS_ENTITY_AUDIT_EVENTS&lt;/STRONG&gt; see attached screenshots&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Log on the Zookeeper CLI and check the ACL's you should have a similar output&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;[zk: localhost:2181(CONNECTED) 0] getAcl  /hbase-unsecure/table/ATLAS_ENTITY_AUDIT_EVENTS
'world,'anyone
: cdrwa
[zk: localhost:2181(CONNECTED) 1] getAcl  /hbase-unsecure/table/atlas_titan
'world,'anyone
: cdrwa
[zk: localhost:2181(CONNECTED)2] getAcl  /hbase-unsecure/table/hbase:meta
'world,'anyone
: cdrwa
[zk: localhost:2181(CONNECTED) 3] getAcl  /hbase-unsecure/table/hbase:namespace
'world,'anyone
: cdrwa&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Please revert&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/6383iCF41079D7BC776DB/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="atlas-titan.png" title="atlas-titan.png" /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/6384i8009DCD6A163C9BE/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="atlas-entity-audit.png" title="atlas-entity-audit.png" /&gt;</description>
      <pubDate>Sat, 26 Jan 2019 00:44:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-Metadata-server-not-starting/m-p/243525#M205323</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-01-26T00:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Metadata server not starting</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Metadata-server-not-starting/m-p/243526#M205324</link>
      <description>&lt;P&gt;This issue occurred as we have used Load balancer while implementing Ranger HA. Breaking HA and keeping only one Ranger Admin resolved this issue for us.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 16:41:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-Metadata-server-not-starting/m-p/243526#M205324</guid>
      <dc:creator>bkandalkar</dc:creator>
      <dc:date>2019-01-28T16:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas Metadata server not starting</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Atlas-Metadata-server-not-starting/m-p/243527#M205325</link>
      <description>&lt;P&gt;&lt;EM&gt; &lt;A href="https://community.hortonworks.com/questions/236776/@Bhushan%20Kandalkar"&gt;@Bhushan Kandalkar&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Good it worked out but you shouldn't have omitted the information about the architecture ie Load balancer  such info is critical in the analysis ....:-)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Happy hadooping &lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 16:50:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Atlas-Metadata-server-not-starting/m-p/243527#M205325</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-01-28T16:50:47Z</dc:date>
    </item>
  </channel>
</rss>

