15
01/2018
在maven中引入HBase依赖包出错Missing artifact jdk.tools:jdk.tools:jar:1.7
在maven中引入如下依赖:<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
...
25
12/2017
使用Azure HDInsight中的HBase Shell
1. 在azure HDInsight中创建hbase,过程见官方文档2. 使用putty连接集群头结点,地址为:集群名-ssh.azurehdinsight.cn(中国azure)3. 运行HBase shell命令 hbase shell4. 创建表 create 'Contacts', 'Personal',...