mirror of
https://github.com/apache/sqoop.git
synced 2025-05-03 11:12:14 +08:00
SQOOP-1368: the configuration properties are reset in HBaseImportJob
(Guodong Wang via Jarek Jarcec Cecho)
This commit is contained in:
parent
28f5aa03ba
commit
f05b4413a4
@ -138,7 +138,8 @@ protected void jobSetup(Job job) throws IOException, ImportException {
|
||||
}
|
||||
|
||||
// Add HBase configuration files to this conf object.
|
||||
HBaseConfiguration.addHbaseResources(conf);
|
||||
Configuration newConf = HBaseConfiguration.create(conf);
|
||||
HBaseConfiguration.merge(conf, newConf);
|
||||
|
||||
HBaseAdmin admin = new HBaseAdmin(conf);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user