1. 程式人生 > >單機安裝Hbase、Phoenix

單機安裝Hbase、Phoenix

Hbase安裝

http://www.bigdata234.com/2018/03/17/hbase單機版的安裝/
注意兩點:

1.啟動hbase的時候注意要將我們外部的zk停掉
2.將Phoenix中phoenix-4.8.2-HBase-1.2-server.jar、phoenix-core-4.8.2-HBae-1.2.jar拷貝到hbase的lib中

Phoenix安裝

http://www.bigdata234.com/2018/03/18/apache-phoenix-單機版的安裝/
這篇文章中有一個問題,啟動Phoenix時注意兩點:

1. 保證queryserver服務啟動  ./bin/queryserver.py start
2. 使用standalone方式登入Phoenix  ./bin/sqlline-thin.py localhsot:8765