<?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: Issue with HBase HMaster Disappearing When Starting HBase Shell in Pseudo-Distributed Mode in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-HBase-HMaster-Disappearing-When-Starting-HBase/m-p/393851#M248601</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80101"&gt;@shubham_sharma&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/65391"&gt;@aquilodran&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/47030"&gt;@pajoshi&lt;/a&gt;&amp;nbsp;Do you have some insights here? Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 23 Sep 2024 23:04:13 GMT</pubDate>
    <dc:creator>DianaTorres</dc:creator>
    <dc:date>2024-09-23T23:04:13Z</dc:date>
    <item>
      <title>Issue with HBase HMaster Disappearing When Starting HBase Shell in Pseudo-Distributed Mode</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-HBase-HMaster-Disappearing-When-Starting-HBase/m-p/393842#M248600</link>
      <description>&lt;P&gt;Dear Cloudera Community,&lt;/P&gt;&lt;P&gt;I am currently testing HBase for bulk loading purposes, and for this, we use the pseudo-distributed mode (single-host standalone) as our configuration. After completing all the configurations, I executed the jps command, which displayed all the necessary processes for testing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;[super@dc1-apache-hbase bin]$ jps&lt;BR /&gt;1119857 Jps&lt;BR /&gt;1118448 NodeManager&lt;BR /&gt;1119235 HQuorumPeer&lt;BR /&gt;1117730 NameNode&lt;BR /&gt;1117863 DataNode&lt;BR /&gt;1119627 HRegionServer&lt;BR /&gt;1118125 SecondaryNameNode&lt;BR /&gt;1119405 HMaster&lt;BR /&gt;1118332 ResourceManager&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;Additionally, I did not use Zookeeper manually for the process; instead, I used export HBASE_MANAGES_ZK=true.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;However, once I enter the HBase shell, the HMaster process disappears, and I encounter the following error message:&lt;BR /&gt;&lt;STRONG&gt;"ERROR: KeeperErrorCode = NoNode for /hbase/master"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;[super@dc1-apache-hbase conf]$ jps&lt;BR /&gt;1122225 Jps&lt;BR /&gt;1118448 NodeManager&lt;BR /&gt;1121283 HQuorumPeer&lt;BR /&gt;1122019 JarBootstrapMain&lt;BR /&gt;1117730 NameNode&lt;BR /&gt;1117863 DataNode&lt;BR /&gt;1121675 HRegionServer&lt;BR /&gt;1118125 SecondaryNameNode&lt;BR /&gt;1118332 ResourceManager&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have attached all the configuration files and version details that I used for this setup. Could you please assist me in resolving this issue?&lt;/P&gt;&lt;P&gt;Hadoop Version:&amp;nbsp;3.3.6&lt;/P&gt;&lt;P&gt;Hbase Version:&amp;nbsp;2.5.10&lt;/P&gt;&lt;P&gt;Java Version:&lt;/P&gt;&lt;P&gt;openjdk version "1.8.0_422"&lt;BR /&gt;OpenJDK Runtime Environment (build 1.8.0_422-b05)&lt;BR /&gt;OpenJDK 64-Bit Server VM (build 25.422-b05, mixed mode)&lt;/P&gt;&lt;P&gt;hbase-site.xml:&lt;/P&gt;&lt;P&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hbase.cluster.distributed&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hbase.zookeeper.property.dataDir&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;/home/super/zookeeper&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hbase.zookeeper.quorum&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;localhost&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hbase.rootdir&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;hdfs://localhost:8030/hbase&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hbase.zookeeper.property.clientPort&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;2181&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;hbase-env.sh&lt;/P&gt;&lt;P&gt;# The java implementation to use. Java 1.8+ required.&lt;BR /&gt;# export JAVA_HOME=/usr/java/jdk1.8.0/&lt;BR /&gt;export JAVA_HOME=/usr/local/java-1.8.0-openjdk-1.8.0.422.b05-2.el9.x86_64&lt;/P&gt;&lt;P&gt;# Extra Java CLASSPATH elements. Optional.&lt;BR /&gt;# export HBASE_CLASSPATH=&lt;BR /&gt;export HBASE_CLASSPATH=$HADOOP_CONF_DIR:$HBASE_CLASSPATH&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 17:15:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-HBase-HMaster-Disappearing-When-Starting-HBase/m-p/393842#M248600</guid>
      <dc:creator>Amandi</dc:creator>
      <dc:date>2024-09-23T17:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with HBase HMaster Disappearing When Starting HBase Shell in Pseudo-Distributed Mode</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-HBase-HMaster-Disappearing-When-Starting-HBase/m-p/393851#M248601</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80101"&gt;@shubham_sharma&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/65391"&gt;@aquilodran&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/47030"&gt;@pajoshi&lt;/a&gt;&amp;nbsp;Do you have some insights here? Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 23:04:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-HBase-HMaster-Disappearing-When-Starting-HBase/m-p/393851#M248601</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2024-09-23T23:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with HBase HMaster Disappearing When Starting HBase Shell in Pseudo-Distributed Mode</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-HBase-HMaster-Disappearing-When-Starting-HBase/m-p/393912#M248621</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/115535"&gt;@Amandi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have to add -&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;export HBASE_MANAGES_ZK=false&lt;/STRONG&gt; if you want to manage your own zookeeper and run hbase in distributed mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you do not run hbase in distributed mode, hbase will start its own zookeeper.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Error indicates that zookeeper do not have the znodes&amp;nbsp;&lt;STRONG&gt;/hbase/master &lt;/STRONG&gt;created in zookeeper&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;"ERROR: KeeperErrorCode = NoNode for /hbase/master"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 05:15:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-HBase-HMaster-Disappearing-When-Starting-HBase/m-p/393912#M248621</guid>
      <dc:creator>shubham_sharma</dc:creator>
      <dc:date>2024-09-25T05:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with HBase HMaster Disappearing When Starting HBase Shell in Pseudo-Distributed Mode</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-HBase-HMaster-Disappearing-When-Starting-HBase/m-p/394335#M248700</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/115535"&gt;@Amandi&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 19:24:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-HBase-HMaster-Disappearing-When-Starting-HBase/m-p/394335#M248700</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2024-10-01T19:24:08Z</dc:date>
    </item>
  </channel>
</rss>

