this.hConf = hConf;
this.configTableName = configTableName;
String queueConfigTableName = Bytes.toString(configTableName);
String[] parts = queueConfigTableName.split("\\.", 2);
this.tableNamespace = parts[0];
this.configTable = new ConfigurationTable(hConf);
}