{"id":1725,"date":"2017-03-10T17:12:35","date_gmt":"2017-03-10T09:12:35","guid":{"rendered":"https:\/\/cowmanchiang.me\/wp\/?p=1725"},"modified":"2023-10-31T15:42:48","modified_gmt":"2023-10-31T07:42:48","slug":"install-hbase-5-9-in-mac-os-x","status":"publish","type":"post","link":"https:\/\/cowmanchiang.me\/wp\/?p=1725","title":{"rendered":"Install Hbase 5.9 in Mac OS X"},"content":{"rendered":"<ol>\n<li>\n<p>Download hbase package tar.gz file from <a href=\"http:\/\/here\">https:\/\/www.cloudera.com\/documentation\/enterprise\/release-notes\/topics\/cdh_vd_cdh_package_tarball_59.html<\/a><\/p>\n<\/li>\n<li>\n<p>Untar tar.gz file<\/p>\n<\/li>\n<li>\n<p>edit conf\/hbase-env.sh<br \/>\n<code><br \/>\nexport JAVA_HOME=<code>{{JAVA_HOME Directory path}}<\/code><br \/>\n<\/code><\/p>\n<\/li>\n<li>\n<p>edit conf\/hbase-site.xml<\/p>\n<\/li>\n<\/ol>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"xhtml\" data-enlighter-title=\"\">  &lt;property&gt;\n    &lt;name&gt;hbase.rootdir&lt;\/name&gt;\n    &lt;value&gt;file:\/\/\/{{location}}\/data&lt;\/value&gt;\n  &lt;\/property&gt;\n  &lt;property&gt;\n    &lt;name&gt;hbase.zookeeper.property.dataDir&lt;\/name&gt;\n    &lt;value&gt;{{location}}\/zookeeper&lt;\/value&gt;\n  &lt;\/property&gt;\n  &lt;property&gt;\n    &lt;name&gt;hbase.zookeeper.quorum&lt;\/name&gt;\n    &lt;value&gt;{{hostname}}&lt;\/value&gt;\n  &lt;\/property&gt;<\/pre>\n<ol>\n<li>\n<p>start hbase service<br \/>\n<code><br \/>\nbin\/start-hbase.sh<br \/>\n<\/code><\/p>\n<\/li>\n<li>\n<p>run hbase shell<br \/>\n<code><br \/>\nbin\/hbase shell<br \/>\n<\/code><\/p>\n<\/li>\n<li>\n<p>stop hbase shell service<br \/>\n<code><br \/>\nbin\/stop-hbase.sh<br \/>\n<\/code><\/p>\n<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Download hbase package tar.gz file from https:\/\/www.cloudera.com\/documentation\/enterprise\/release-notes\/topics\/cdh_vd_cdh_package_tarball_59.html Untar tar.gz file edit conf\/hbase-env.sh export JAVA_HOME={{JAVA_HOME Directory path}} edit conf\/hbase-site.xml &lt;property&gt; &lt;name&gt;hbase.rootdir&lt;\/name&gt; &lt;value&gt;file:\/\/\/{{location}}\/data&lt;\/value&gt; &lt;\/property&gt; &lt;property&gt; &lt;name&gt;hbase.zookeeper.property.dataDir&lt;\/name&gt; &lt;value&gt;{{location}}\/zookeeper&lt;\/value&gt; &lt;\/property&gt; &lt;property&gt; &lt;name&gt;hbase.zookeeper.quorum&lt;\/name&gt; &lt;value&gt;{{hostname}}&lt;\/value&gt; &lt;\/property&gt; start hbase service bin\/start-hbase.sh run hbase shell bin\/hbase shell stop &hellip; <a href=\"https:\/\/cowmanchiang.me\/wp\/?p=1725\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[47,60],"tags":[],"class_list":["post-1725","post","type-post","status-publish","format-standard","hentry","category-hbase","category-mac"],"_links":{"self":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1725","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1725"}],"version-history":[{"count":6,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1725\/revisions"}],"predecessor-version":[{"id":1865,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1725\/revisions\/1865"}],"wp:attachment":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1725"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1725"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1725"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}