<?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: namespace doesnt exist in meta but has a znode in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/namespace-doesnt-exist-in-meta-but-has-a-znode/m-p/196777#M83952</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14200/asirna.html" nodeid="14200"&gt;@Aditya Sirna&lt;/A&gt;  there were some issue in properties in hbase-site.xml&lt;/P&gt;&lt;P&gt;fixed it. from configuring the properties from ambari itself.&lt;/P&gt;&lt;P&gt;but there is some issue popped in ambari that zookeeper is getting stopped.&lt;/P&gt;&lt;P&gt;but when running from CUI with ./zkServer.sh start&lt;/P&gt;&lt;P&gt;it is successfully running.&lt;/P&gt;&lt;P&gt;but it is not getting reflected in ambari service..&lt;/P&gt;&lt;P&gt;checked the log error "permission denied -  "FAILDED TO WRITE PID File"&lt;/P&gt;&lt;P&gt;default permission was hadoop zookeeper changed to root:root&lt;/P&gt;&lt;P&gt;still same.&lt;/P&gt;&lt;P&gt;do you know that the datadir for zookeeper takes  from root or hdfs(user)&lt;/P&gt;&lt;P&gt;or please suggest to solve it.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;And really thanks for the above solution.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Oct 2018 12:55:06 GMT</pubDate>
    <dc:creator>a_sam</dc:creator>
    <dc:date>2018-10-03T12:55:06Z</dc:date>
    <item>
      <title>namespace doesnt exist in meta but has a znode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/namespace-doesnt-exist-in-meta-but-has-a-znode/m-p/196775#M83950</link>
      <description>&lt;P&gt;When creating table through hbase shell.&lt;/P&gt;&lt;P&gt;it is stuck forever.&lt;/P&gt;&lt;P&gt;checked log and found" namespace doesnt exist in meta but has a znode"&lt;/P&gt;&lt;P&gt;next Terminating Master&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 23:40:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/namespace-doesnt-exist-in-meta-but-has-a-znode/m-p/196775#M83950</guid>
      <dc:creator>a_sam</dc:creator>
      <dc:date>2018-10-01T23:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: namespace doesnt exist in meta but has a znode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/namespace-doesnt-exist-in-meta-but-has-a-znode/m-p/196776#M83951</link>
      <description>&lt;P&gt; @Amit Samanta,&lt;/P&gt;&lt;P&gt;Looks like your hbase got into some inconsistent state somehow. The namespace creation is failed. You can check the logs under /var/log/hbase/hbase-master-xxx.log&lt;/P&gt;&lt;P&gt;You can try doing the below steps and see if this works.&lt;/P&gt;&lt;P&gt;For non kerberized environment,&lt;/P&gt;&lt;PRE&gt;# su hbase
# zookeeper-client -server {some-zookeeper-hostname}:2181
## rmr /hbase-unsecure ----&amp;gt; This should be run inside zookeeper shell
## quit&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;For kerberized environment,&lt;/P&gt;&lt;PRE&gt;# kinit -kt /etc/security/keytabs/hbase.headless.keytab hbase
# zookeeper-client -server {some-zookeeper-hostname}:2181
## rmr /hbase-secure
## quit&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Restart HBase after performing above steps.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Please "Accept" the answer if this helps&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 10:54:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/namespace-doesnt-exist-in-meta-but-has-a-znode/m-p/196776#M83951</guid>
      <dc:creator>asirna</dc:creator>
      <dc:date>2018-10-02T10:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: namespace doesnt exist in meta but has a znode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/namespace-doesnt-exist-in-meta-but-has-a-znode/m-p/196777#M83952</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14200/asirna.html" nodeid="14200"&gt;@Aditya Sirna&lt;/A&gt;  there were some issue in properties in hbase-site.xml&lt;/P&gt;&lt;P&gt;fixed it. from configuring the properties from ambari itself.&lt;/P&gt;&lt;P&gt;but there is some issue popped in ambari that zookeeper is getting stopped.&lt;/P&gt;&lt;P&gt;but when running from CUI with ./zkServer.sh start&lt;/P&gt;&lt;P&gt;it is successfully running.&lt;/P&gt;&lt;P&gt;but it is not getting reflected in ambari service..&lt;/P&gt;&lt;P&gt;checked the log error "permission denied -  "FAILDED TO WRITE PID File"&lt;/P&gt;&lt;P&gt;default permission was hadoop zookeeper changed to root:root&lt;/P&gt;&lt;P&gt;still same.&lt;/P&gt;&lt;P&gt;do you know that the datadir for zookeeper takes  from root or hdfs(user)&lt;/P&gt;&lt;P&gt;or please suggest to solve it.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;And really thanks for the above solution.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 12:55:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/namespace-doesnt-exist-in-meta-but-has-a-znode/m-p/196777#M83952</guid>
      <dc:creator>a_sam</dc:creator>
      <dc:date>2018-10-03T12:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: namespace doesnt exist in meta but has a znode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/namespace-doesnt-exist-in-meta-but-has-a-znode/m-p/196778#M83953</link>
      <description>@Amit&lt;P&gt;I suggest you to start all the services from Ambari and not from CUI. It may change the permissions of the files depending on the user who start the services. Zookeeper data directory should be owned by zookeeper user&lt;/P&gt;&lt;P&gt;Permission of /hadoop/zookeeper (except myid file) should be zookeeper:hadoop &lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 13:35:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/namespace-doesnt-exist-in-meta-but-has-a-znode/m-p/196778#M83953</guid>
      <dc:creator>asirna</dc:creator>
      <dc:date>2018-10-03T13:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: namespace doesnt exist in meta but has a znode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/namespace-doesnt-exist-in-meta-but-has-a-znode/m-p/196779#M83954</link>
      <description>&lt;P&gt;All  service is not starting getting failed while starting zookeeper service.&lt;/P&gt;&lt;P&gt;once i change zookeeper:hadoop to root:root&lt;/P&gt;&lt;P&gt;again changed to zookeeper:hadoop still same.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 21:51:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/namespace-doesnt-exist-in-meta-but-has-a-znode/m-p/196779#M83954</guid>
      <dc:creator>a_sam</dc:creator>
      <dc:date>2018-10-03T21:51:59Z</dc:date>
    </item>
  </channel>
</rss>

