# aliyun-tablestore-hbase-client **Repository Path**: aliyun/aliyun-tablestore-hbase-client ## Basic Information - **Project Name**: aliyun-tablestore-hbase-client - **Description**: to be done - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-08 - **Last Updated**: 2025-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Aliyun Tablestore HBase client for Java [![Software License](https://img.shields.io/badge/license-apache2-brightgreen.svg)](LICENSE) [![GitHub version](https://badge.fury.io/gh/aliyun%2Faliyun-tablestore-hbase-client.svg)](https://badge.fury.io/gh/aliyun%2Faliyun-tablestore-hbase-client) ## Compile ``` # Java 8 # skip compile and install test mvn clean install -Dmaven.test.skip=true ``` ## Test set your config in src/test/resources/hbase-site.xml ```xml hbase.client.connection.impl com.alicloud.tablestore.hbase.TablestoreConnection tablestore.client.endpoint http://xxx:80 tablestore.client.instancename xxx tablestore.client.accesskeyid xxx tablestore.client.accesskeysecret xxx hbase.client.tablestore.family s hbase.client.tablestore.table ots_adaptor hbase.defaults.for.version.skip true hbase.hconnection.meta.lookup.threads.core 4 hbase.hconnection.threads.keepalivetime 3 ```