Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.2
-
None
-
None
Description
if a configuration property is set from the command line. Then, the property will be reset in HBaseImportJob,
For example,
- hbase.zookeeper.quorum is set in the command line
- when execute HBaseImportJob, hbase.zookeeper.quorum is reset as the value in hbase-site.xml. If hbase-site.xml is not in the classpath, hbase.zookeeper.quorum is reset to the value in hbase-default.xml.
This issue prevents me from setting configuration properties in Oozie workflow. I can not use <configuration> element to set configurations in Sqoop Action.