HBASE-5704 HBASE-4398 mistakenly rolled back on trunk

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1308964 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-04-03 14:57:18 +00:00
parent f1a09236ab
commit 3d06717256
1 changed files with 1 additions and 2 deletions

View File

@ -120,9 +120,8 @@ implements Configurable {
*/
@Override
public void setConf(Configuration configuration) {
this.conf = configuration; //HBaseConfiguration.create(configuration);
this.conf = HBaseConfiguration.create(configuration);
try {
HBaseConfiguration.addHbaseResources(conf);
this.table = new HTable(this.conf,
configuration.get(TableOutputFormat.OUTPUT_TABLE));
} catch (IOException e) {