@Override
protected Configuration getSnapshotConfiguration() throws IOException {
CConfiguration cConf = configTable.read(ConfigurationTable.Type.DEFAULT, tableNamespace);
Configuration txConf = HBaseConfiguration.create();
cConf.copyTxProperties(txConf);
return txConf;
}
}