Configuration config = HBaseConfiguration.create(); HBaseAdmin admin = new HBaseAdmin(config); try { ... } finally { admin.close(); }