<?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 CDH6/CDH7 hbase/bin/start-hbase.sh is missing in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/CDH6-CDH7-hbase-bin-start-hbase-sh-is-missing/m-p/323892#M229236</link>
    <description>&lt;P&gt;In the cdh6/cdh7 parcels I do not see the lib/hbase/bin/start-hbase.sh script.&lt;/P&gt;&lt;P&gt;In cdh5 we used to use hbase-1.2.0-cdh5.16.1/bin/start-hbase.sh to start hbase in pseudo distributed mode.&lt;/P&gt;&lt;P&gt;Can someone let me know what is the alternative to using hbase in pseudo distributed mode in CDH6/CDH7 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudheendra S.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2026 08:58:36 GMT</pubDate>
    <dc:creator>Sudheend</dc:creator>
    <dc:date>2026-04-21T08:58:36Z</dc:date>
    <item>
      <title>CDH6/CDH7 hbase/bin/start-hbase.sh is missing</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH6-CDH7-hbase-bin-start-hbase-sh-is-missing/m-p/323892#M229236</link>
      <description>&lt;P&gt;In the cdh6/cdh7 parcels I do not see the lib/hbase/bin/start-hbase.sh script.&lt;/P&gt;&lt;P&gt;In cdh5 we used to use hbase-1.2.0-cdh5.16.1/bin/start-hbase.sh to start hbase in pseudo distributed mode.&lt;/P&gt;&lt;P&gt;Can someone let me know what is the alternative to using hbase in pseudo distributed mode in CDH6/CDH7 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudheendra S.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 08:58:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH6-CDH7-hbase-bin-start-hbase-sh-is-missing/m-p/323892#M229236</guid>
      <dc:creator>Sudheend</dc:creator>
      <dc:date>2026-04-21T08:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: CDH6/CDH7 hbase/bin/start-hbase.sh is missing</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH6-CDH7-hbase-bin-start-hbase-sh-is-missing/m-p/324175#M229294</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/91768"&gt;@Sudheend&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Pseudo-distributed&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;mode means&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;each of the separate processes run on the same server, rather than multiple servers in a cluster.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In CDH6/7, "start-hbase.sh" is not existing anymore, and "service hbase-master start/stop" is also not working anymore. Instead, Cloudera Manager will use multiple scripts to do this. You can check how a HBase role is started in CM by expanding steps and check stderr.log of the running commands.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the best way is to use Cloudera Manager to install HBase service, you can choose same host to install Master role, RegionServer role. Then you could stop/start the HBase roles via CM &amp;gt; HBase &amp;gt; Instances &amp;gt; Select role &amp;gt; Actions &amp;gt; Stop/Start.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then use jps or ps -ef to check the running processes:&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;# jps&lt;BR /&gt;7251 DataNode&lt;BR /&gt;8019 NodeManager&lt;BR /&gt;7253 NameNode&lt;BR /&gt;15238 HMaster&lt;BR /&gt;11384 HRegionServer&lt;BR /&gt;16105 Jps&lt;BR /&gt;7085 QuorumPeerMain&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Regards,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Will&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If the answer helps, please accept as solution and click thumbs up.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2021 05:04:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH6-CDH7-hbase-bin-start-hbase-sh-is-missing/m-p/324175#M229294</guid>
      <dc:creator>willx</dc:creator>
      <dc:date>2021-09-11T05:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: CDH6/CDH7 hbase/bin/start-hbase.sh is missing</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH6-CDH7-hbase-bin-start-hbase-sh-is-missing/m-p/324261#M229325</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/82089"&gt;@willx&lt;/a&gt; for sharing a nice idea.&lt;/P&gt;&lt;P&gt;I will setup a real cluster and follow your steps.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 19:27:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH6-CDH7-hbase-bin-start-hbase-sh-is-missing/m-p/324261#M229325</guid>
      <dc:creator>Sudheend</dc:creator>
      <dc:date>2021-09-13T19:27:47Z</dc:date>
    </item>
  </channel>
</rss>

