1. 首页
  2. 数据库
  3. 其它
  4. 快速学习 HBaseAPI操作

快速学习 HBaseAPI操作

上传者: 2021-01-09 16:27:03上传 PDF文件 97.2KB 热度 12次
第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
用户评论