Here i want to create a column family on a selected cluster. In cassandra i can do this as follows, But since i'm soo much new to HBase i have no idea how to do this using hbase. please help me out.
In cassandra :
public void createColumnFamily(Cluster cluster,String tableName,String
columnFamilyName,StreamDefinition streamDefinition) {
}
