# hbasetest **Repository Path**: vionysos/hbasetest ## Basic Information - **Project Name**: hbasetest - **Description**: HBase 2.1.0 Java API from local remote access to CDH 6.3.2 cluster by Intellij IDEA. Demo for create table, add data, delete data, update data and scan table. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-01 - **Last Updated**: 2022-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hbasetest #### 介紹 HBase 2.1.0 Java API from local remote access to CDH 6.3.2 cluster by Intellij IDEA. Demo for create table, add data, delete data, update data and scan table. #### 开发过程 1.Hbase Java API quick development environment at hadoop/hbase standalone mode w/o hdfs. 2.Use hbase shell to verify 3.Remote access from local to CDH 6.3.2 at aliyun testing. 4.Hbase version 2.1.0. the API version deperated issue. E.g., 5.Figure out namespace knowledge. E.g., "vicchui:student" #### 资源环境 hbase 2.1.0 and cdh6.3.2 using IntelliJ IDEA 2021.2 by maven dependencies described in pom.xml resources file: hbase-site.xml local: /etc/hosts mapping IP and DNS name of the zookeeper quorum and ports and hbase master. #### 分支说明 master: access from local to remote cdh cluster. single: standalone hbase without hdfs for quick development at local.