欢迎投稿

今日深度:

hadoop安装,

hadoop安装,



hbase 单节点配置start
vim /etc/profile
export JAVA_HOME=/home/jdk7
export HBASE_HOME=/home/hbase
export PATH=$PATH:$HBASE_HOME/bin:$JAVA_HOME/bin

source /etc/profile

vim hbase-site.xml
<property>
<name>hbase.rootdir</name>
<value>file:/home/hbase/data</value>
</property>

!! 重要

本机hosts 文件 113.209.111.99 jdu4e00u53f7
主机host 192.168.0.3 jdu4e00u53f7

---- hbase 单节点配置end

 

-- phoeniex 开始

复制
phoenix-4.11.0-HBase-1.3-server.jar 到/hbase/lib 重启

文档

http://phoenix.apache.org/Phoenix-in-15-minutes-or-less.html

-- phoeniex 结束

 

-- 开发配置 下载 hadoop-common-2.2.0-bin-master.zip

 

www.htsjk.Com true http://www.htsjk.com/hbase/27222.html NewsArticle hadoop安装, hbase 单节点配置start vim /etc/profile export JAVA_HOME=/home/jdk7 export HBASE_HOME=/home/hbase export PATH=$PATH:$HBASE_HOME/bin:$JAVA_HOME/bin source /etc/profile vim hbase-site.xml property namehbase.rootdir/name va...
相关文章
    暂无相关文章
评论暂时关闭