<?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: Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Check-the-value-configured-in-zookeeper-znode-parent-There/m-p/98323#M11780</link>
    <description>&lt;P&gt;Hi All,
I am new to this and I am facing the same error. I have checked hbase-site.xml (value of zookeeper.znode.parent is /hbase-unsecure) I have given it's path in the CLASSPATH (and even in PATH variables). My code is bundled in a jar and while running as well I tried giving the path using the -cp. 
I see no error logs either in HBase or in Zookeeper.
Is there anything I need to check further?&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2017 18:58:38 GMT</pubDate>
    <dc:creator>tatvapci98</dc:creator>
    <dc:date>2017-11-21T18:58:38Z</dc:date>
    <item>
      <title>Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Check-the-value-configured-in-zookeeper-znode-parent-There/m-p/98318#M11775</link>
      <description>&lt;P&gt;After default install, I can use Hbase shell to create tables. But when I tired to use Java API to do the same thing, I got the above mismatch issue. I found the default install seems not setup zookeeper's myid file in Habase master node. there is no znode called '/hbase-unseure" in zookeeper znode folder. How to configure Hbase and Zookeepr and test if they are running well? It seems that HW default install does not make ZK and Hbase configure automatically correct?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 03:15:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Check-the-value-configured-in-zookeeper-znode-parent-There/m-p/98318#M11775</guid>
      <dc:creator>cui_lin</dc:creator>
      <dc:date>2015-12-10T03:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Check-the-value-configured-in-zookeeper-znode-parent-There/m-p/98319#M11776</link>
      <description>&lt;P&gt;Instead of changing the default ZooKeeper node for HBase, you could (should) include /etc/hbase/conf/hbase-site.xml in the classpath of your application. This will help the HBase libraries find the correct location in ZooKeeper for your HBase instance.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 03:22:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Check-the-value-configured-in-zookeeper-znode-parent-There/m-p/98319#M11776</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2015-12-10T03:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Check-the-value-configured-in-zookeeper-znode-parent-There/m-p/98320#M11777</link>
      <description>&lt;P&gt;The ZNode is automatically recreated by the HBase Master during startup, if it does not exist. There might be times where you run into a corrupted HBase Znode, in that case you have to basically shutdown hbase, remove the old ZNode, and restart HBase again.&lt;/P&gt;&lt;P&gt;Is your environment kerberized?&lt;/P&gt;&lt;P&gt;Could you please shutdown HBase, open the HBase master log and restart the hbase master. During startup monitor the log and look out for Errors and Zookeeper related entries.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 03:47:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Check-the-value-configured-in-zookeeper-znode-parent-There/m-p/98320#M11777</guid>
      <dc:creator>jstraub</dc:creator>
      <dc:date>2015-12-10T03:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Check-the-value-configured-in-zookeeper-znode-parent-There/m-p/98321#M11778</link>
      <description>&lt;P&gt;In HDP deployments, zookeeper is always started as a separate service (rather than HBase managing zookeeper). You can see whether zookeeper is running or not from Ambari or by manually looking at running processes. You can also use the zkCli command to connect to the running zookeeper to inspect its state. &lt;/P&gt;&lt;P&gt;However, as pointed out by Josh already, from an Java application talking to HBase, the correct way to configure is to add the hbase's configuration directory (/etc/hbase/conf) to your classpath. You can check &lt;A href="https://community.hortonworks.com/articles/4091/hbase-client-application-best-practices.html" target="_blank"&gt;https://community.hortonworks.com/articles/4091/hbase-client-application-best-practices.html&lt;/A&gt;. &lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 04:07:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Check-the-value-configured-in-zookeeper-znode-parent-There/m-p/98321#M11778</guid>
      <dc:creator>Enis</dc:creator>
      <dc:date>2015-12-10T04:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Check-the-value-configured-in-zookeeper-znode-parent-There/m-p/98322#M11779</link>
      <description>&lt;P&gt;Thanks for all your answers. I was tried to put /etc/hbase/conf/hbase-site.xml  into $CLASSPATH or $PATH but not able to work out. However, when I put it into jar -cp directory. It works! &lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 02:04:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Check-the-value-configured-in-zookeeper-znode-parent-There/m-p/98322#M11779</guid>
      <dc:creator>cui_lin</dc:creator>
      <dc:date>2015-12-11T02:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Check-the-value-configured-in-zookeeper-znode-parent-There/m-p/98323#M11780</link>
      <description>&lt;P&gt;Hi All,
I am new to this and I am facing the same error. I have checked hbase-site.xml (value of zookeeper.znode.parent is /hbase-unsecure) I have given it's path in the CLASSPATH (and even in PATH variables). My code is bundled in a jar and while running as well I tried giving the path using the -cp. 
I see no error logs either in HBase or in Zookeeper.
Is there anything I need to check further?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 18:58:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Check-the-value-configured-in-zookeeper-znode-parent-There/m-p/98323#M11780</guid>
      <dc:creator>tatvapci98</dc:creator>
      <dc:date>2017-11-21T18:58:38Z</dc:date>
    </item>
  </channel>
</rss>

