cfDef.name = "SuperCounters";
cfDef.column_type = "Super";
cfDef.default_validation_class = "CounterColumnType";
cfDef.comparator_type = "UTF8Type";
cfDef.subcomparator_type = "UTF8Type";
client.system_add_column_family(cfDef);
}
private void startServer() throws IOException, TException, InvalidRequestException, UnavailableException,
TimedOutException, SchemaDisagreementException
{