第6章 HBase API操作 6.1 环境准备 新建项目后在pom.xml中添加依赖: org.apache.hbase hbase-server 1.3.1 org.apache.hbase hbase-client 1.3.1 jdk.tools jdk.tools 1.8 system ${JAVA_HOME}/lib/tools.jar 6.2 HBaseAPI 6.2.1 获取Configuration对象 public static Configuration conf; static{ //使用HBaseConfi