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:
parent
f1a09236ab
commit
3d06717256
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue