In cassandra hector API allow to create table on a selected cluster as follows. I want to do the same thing using HBase, can someone please help me out?
This is how it can done using Cassandra :
public void createColumnFamily(Cluster cluster, String tableName,
String columnFamilyName,
StreamDefinition streamDefinition) {
}