{"id":54605,"library":"hbase-client","title":"Apache HBase Client","description":"Client of HBase, a distributed, scalable, big data store.","status":"active","version":"2.6.5","language":"java","source_language":null,"source_url":"https://gitbox.apache.org/repos/asf?p=hbase.git/hbase-build-configuration/hbase-client","tags":["hbase","database","bigdata","client"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.hbase</groupId>\n  <artifactId>hbase-client</artifactId>\n  <version>2.6.5</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.hbase:hbase-client:2.6.5'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Connection","correct":"org.apache.hadoop.hbase.client.Connection"}],"quickstart":{"code":"import org.apache.hadoop.hbase.client.Connection;\nimport org.apache.hadoop.hbase.client.ConnectionFactory;\n\npublic class HBaseExample {\n    public static void main(String[] args) throws Exception {\n        Connection connection = ConnectionFactory.createConnection();\n        System.out.println(\"Connected to HBase\");\n        connection.close();\n    }\n}","lang":"java","description":"Creates a connection to an HBase cluster."},"warnings":[{"fix":"Ensure the client version is compatible with your HBase cluster version.","message":"HBase client version must match the server version; mismatches can cause runtime errors.","severity":"breaking","affected_versions":"*"}],"env_vars":null,"search_vec":"'apach':1 'big':10 'bigdata':15 'client':3,4,16 'data':11 'databas':14 'distribut':8 'hbase':2,6,13 'scalabl':9 'store':12","created_at":"2026-06-15T09:15:59.759159+00:00","updated_at":"2026-06-15T09:15:59.759159+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://hbase.apache.org/hbase-build-configuration/hbase-client","github":null,"docs":"https://appdoc.app/artifact/org.apache.hbase/hbase-client/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}