
HBase
牟云飞
不会造积木,只会拼积木的程序员
展开
-
springboot微服务如何连接HBase
本篇博文讲述如何在springboot微服务中连接、创建、读取Hbase,实现通过spring-data-hadoop-hbase实现。环境是3台Hbase物理机,安装了Hadoop HBase Zookeeper :172.xx.xx.151 hbase-1 (主)172.xx.xx.154 hbase-2172.xx.xx.153 hbas...原创 2019-04-26 14:25:40 · 6286 阅读 · 1 评论 -
Windows下通过main方法连接、测试Hbase
1、检查host文件将lhbase所在的服务器中的 /etc/hosts中的内容复制到C:\Windows\System32\drivers\etc\hosts文件中,如果不填写会导致程序长时间卡住,直到超时2、检查环境变量根据Hadoop版本下载hadoop-common,运行需要winutils.exe,添加系统环境变量HADOOP_HOME我Hadoop的是...原创 2019-05-05 17:11:39 · 1214 阅读 · 2 评论