Hbase單機安裝部署


Hbase單機安裝部署

http://blogxinxiucan.sh1.newtouch.com/2017/07/27/Hbase單機安裝部署/

下載Hbase

Hbase官網下載地址

http://www.apache.org/dyn/closer.cgi/hbase/

解壓

tar -zvxf hbase-0.94.27.tar.gz
cd hbase-0.94.27

配置

cd conf/
vi hbase-site.xml
<configuration>

  <property>
    <name>hbase.rootdir</name>
    <value>file:///usr/local/webserver/hbase-0.94.27/logs/site</value>
  </property>
  <property>
    <name>hbase.cluster.distributed</name>
    <value>true</value>
  </property>


</configuration>

啟動hbase

./bin/start-hbase.sh

查看Hbase

瀏覽器訪問:http://localhost:60010/

操作Hbase Shell

./bin/hbase shell


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM