{"id":1425,"date":"2022-06-14T11:54:15","date_gmt":"2022-06-14T03:54:15","guid":{"rendered":"http:\/\/www.eait.co\/?p=1425"},"modified":"2022-06-14T11:54:15","modified_gmt":"2022-06-14T03:54:15","slug":"hbase%e5%9f%ba%e7%a1%80","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=1425","title":{"rendered":"hbase\u57fa\u7840"},"content":{"rendered":"<p>\u90e8\u7f72\uff1a<\/p>\n<p>\u9996\u5148\u4fdd\u8bc1Zookeeper\u96c6\u7fa4\u7684\u6b63\u5e38\u90e8\u7f72\uff0c\u5e76\u542f\u52a8\u4e4b\uff1a<\/p>\n<p>\/opt\/module\/zookeeper-3.4.5\/bin\/zkServer.sh start<\/p>\n<p>Hadoop\u96c6\u7fa4\u7684\u6b63\u5e38\u90e8\u7f72\u5e76\u542f\u52a8\uff1a<\/p>\n<p>\/opt\/module\/hadoop-2.8.4\/sbin\/start-dfs.sh<\/p>\n<p>\/opt\/module\/hadoop-2.8.4\/sbin\/start-yarn.sh<\/p>\n<p><strong>2.1.4<\/strong><strong>\u3001<\/strong><strong>HBase<\/strong><strong>\u7684\u914d\u7f6e\u6587\u4ef6<\/strong><\/p>\n<p>\u9700\u8981\u4fee\u6539HBase\u5bf9\u5e94\u7684\u914d\u7f6e\u6587\u4ef6\u3002<\/p>\n<p><strong>hbase-env.sh<\/strong><strong>\u4fee\u6539\u5185\u5bb9\uff1a<\/strong><\/p>\n<p>export JAVA_HOME=\/opt\/module\/jdk1.8.0_144<\/p>\n<p>export HBASE_MANAGES_ZK=false<\/p>\n<p><strong>hbase-site.xml<\/strong><strong>\u4fee\u6539\u5185\u5bb9\uff1a<\/strong><\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;property&gt;  \r\n\t\t&lt;name&gt;hbase.rootdir&lt;\/name&gt;  \r\n\t\t&lt;value&gt;hdfs:\/\/bigdata166:9000\/hbase&lt;\/value&gt;  \r\n\t&lt;\/property&gt;\r\n\r\n\t&lt;property&gt;\r\n\t\t&lt;name&gt;hbase.cluster.distributed&lt;\/name&gt;\r\n\t\t&lt;value&gt;true&lt;\/value&gt;\r\n\t&lt;\/property&gt;\r\n\r\n\t&lt;property&gt;\r\n\t\t&lt;name&gt;hbase.master.port&lt;\/name&gt;\r\n\t\t&lt;value&gt;16000&lt;\/value&gt;\r\n\t&lt;\/property&gt;\r\n\r\n\t&lt;property&gt;  \r\n\t\t&lt;name&gt;hbase.zookeeper.quorum&lt;\/name&gt;\r\n\t\t&lt;value&gt;bigdata166:2181,bigdata167:2181,bigdata168:2181&lt;\/value&gt;\r\n\t&lt;\/property&gt;\r\n\r\n\t&lt;property&gt;  \r\n\t\t&lt;name&gt;hbase.zookeeper.property.dataDir&lt;\/name&gt;\r\n\t &lt;value&gt;\/opt\/module\/zookeeper-3.4.10\/zkData&lt;\/value&gt;\r\n\t&lt;\/property&gt;\r\n\r\n&lt;property&gt;\r\n&lt;name&gt;hbase.master.maxclockskew&lt;\/name&gt;\r\n&lt;value&gt;180000&lt;\/value&gt;\r\n&lt;\/property&gt;\r\n\r\n<\/pre>\n<p><strong>\u65b0\u5efaregionservers\u6587\u4ef6\uff08\u540c\u76ee\u5f55\u4e0b\uff09<\/strong><strong>\uff1a<\/strong><\/p>\n<p>\u5199\u5165\uff1a<\/p>\n<p>bigdata166<\/p>\n<p>bigdata167<\/p>\n<p>bigdata168<\/p>\n<p><strong>\u73af\u5883\u53d8\u91cf\uff1a<\/strong><\/p>\n<p>vi \/etc\/profile<\/p>\n<p>export HBASE_HOME=\/opt\/module\/hbase-1.3.1<\/p>\n<p>export PATH=$HBASE_HOME\/bin:$PATH<\/p>\n<p>source \/etc\/profile<\/p>\n<p><strong>scp\u63a8\u9001\uff1a<\/strong><\/p>\n<p>scp -r \/opt\/module\/hbase-1.3.1\/ bigdata167:\/opt\/module\/<\/p>\n<p>scp -r \/opt\/module\/hbase-1.3.1\/ bigdata168:\/opt\/module\/<\/p>\n<p><strong>\u542f\u52a8\uff1a<\/strong><\/p>\n<p><strong>\u542f\u52a8\u65b9\u5f0f<\/strong><strong>1<\/strong><strong>\uff1a<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>bin\/hbase-daemon.sh start master<\/p>\n<p>bin\/hbase-daemon.sh start regionserver<\/p>\n<p>\u5c16\u53eb\u63d0\u793a\uff1a\u5982\u679c\u96c6\u7fa4\u4e4b\u95f4\u7684\u8282\u70b9\u65f6\u95f4\u4e0d\u540c\u6b65\uff0c\u4f1a\u5bfc\u81f4regionserver\u65e0\u6cd5\u542f\u52a8\uff0c\u629b\u51faClockOutOfSyncException\u5f02\u5e38\u3002<\/p>\n<p><strong>\u542f\u52a8\u65b9\u5f0f<\/strong><strong>2<\/strong><strong>\uff1a<\/strong><\/p>\n<p>bin\/start-hbase.sh<\/p>\n<p>\u5bf9\u5e94\u7684\u505c\u6b62\u670d\u52a1\uff1a<\/p>\n<p>bin\/stop-hbase.sh<\/p>\n<p>\u6ce8:\u5982\u679c\u9700\u8981\u6e05\u7406Hbase,\u9700\u8981\u505a\u5982\u4e0b\u7684\u4e8b\u60c5<\/p>\n<ol>\n<li>\u5220\u9664HDFS\u7684\/hbase\u76ee\u5f55<\/li>\n<li>\u5220\u9664ZK\u7684\/hbase\u8282\u70b9<\/li>\n<li>\u5220\u9664\/opt\/module\/hbase-1.3.1\u76ee\u5f55<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p>\u5c0f\u5751\uff1a<\/p>\n<p>\u4e4b\u524d\u5305\u590d\u5236\u591a\u4e86\uff0c\u5bfc\u81f4\u542f\u52a8\u65f6\u62a5\u9519\uff08\u53ef\u80fd\u7248\u672c\u4e0d\u517c\u5bb9\uff0c\u5185\u90e8\u7f3a\u5931\u7c7b\uff09<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u90e8\u7f72\uff1a \u9996\u5148\u4fdd\u8bc1Zookeeper\u96c6\u7fa4\u7684\u6b63\u5e38\u90e8\u7f72\uff0c\u5e76\u542f\u52a8\u4e4b\uff1a \/opt\/module\/zookeeper-3. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[30],"tags":[],"class_list":["post-1425","post","type-post","status-publish","format-standard","hentry","category-bigdata"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/1425","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1425"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/1425\/revisions"}],"predecessor-version":[{"id":1426,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/1425\/revisions\/1426"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1425"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1425"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1425"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}