(1)編輯hbase-env.sh
[email protected]:/usr/local/flume_kafka_stom/hbase_1.1.2> vim conf/hbase-env.sh
(2)編輯hbase-site.xml
[email protected]:/usr/local/flume_kafka_stom/hbase_1.1.2> vim conf/hbase-site.xml
<configuration
>
<
property
>
<
name
>hbase.rootdir
name
>
<
value
>file:///usr/local/flume_kafka_stom/hbase_1.1.2/tmp/hbase/data
value
>
property
>
configuration
>
(3)、啟動hbase
$ bin/start-hbase.sh
jps 檢視後 出現hmaster就是啟動成功 然後就可以進入shell進行對hbase的操作。
$ bin/hbase shell
可以操作hbase資料庫了。
[email protected]:/usr/local/flume_kafka_stom/hbase_1.1.2> vim conf/hbase-site.xml
<configuration
>
<
property
>
<
name
>hbase.rootdir
name
>
<
value
>hdfs://localhost:9000/hbase
value
>
property
>
<
property
>
<
name
>hbase.cluster.distributed
name
>
<
value
>true
value
>
property
>
configuration
>
bin/start-hbase.sh
jps
bin/start-hbase.sh
可以運算元據庫了。
參考文章: 單機/偽分布式/完全分布式安裝
參考文章: 偽分布式安裝
參考文章:
參考文章: hadoop+hbase+zookeeper分布式集群環境搭建
參考文章: 集群安裝
e/
單機偽分布集群搭建
單機偽分布 用乙個節點模擬集群 好處 方便測試,開發,占用資源小 搭建方法 第一步 修改sl es檔案,將master 主機名 寫入檔案中。第二步 修改hdfs site.xml檔案,將檔案的副本數改成1 副本數小於等於節點數 格式化之前將 tmp hadoop root刪除,如果自己配置的自己找到...
雲計算(七) HBase偽分布式環境搭建
實驗目的 1 學會hbase偽分布式配置 2 理解環境的配置檔案 實驗原理 hbase偽分布式模式環境是在沒有多台計算機的情況下,對hbase的分布式儲存和計算進行模擬安裝和配置。通過在一台計算機節點上解壓hbase安裝壓縮包後,然後進行hbase相關檔案進行配置,讓hbase執行在一台機器上並實現...
單機搭建zookeeper偽分布式集群
最近在研究hbase的時候,說要依賴zookeeper集群,於是又花時間來研究了下zookeeper集群的搭建,希望能幫到一些童鞋.首先將zookeeper解壓之後,建立了個zookeepercluser的資料夾將解壓的zookeeper複製三份到zookeepercluser下 現在以zookee...