[
https://issues.apache.org/jira/browse/SQOOP-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14074457#comment-14074457
]
Guodong Wang commented on SQOOP-1368:
-------------------------------------
I find these lines in the ant build script,
{noformat}
<equals arg1="${hadoopversion}" arg2="20" />
<then>
<property name="hadoop.version" value="0.20.2-cdh3u1" />
<property name="hbase94.version" value="0.90.3-cdh3u1" />
<property name="zookeeper.version" value="3.3.3-cdh3u1" />
<property name="hadoop.version.full" value="0.20" />
<property name="hcatalog.version" value="0.13.0" />
<property name="hbasecompatprofile" value="1" />
<property name="avrohadoopprofile" value="1" />
</then>
{noformat}
The base version is set to 0.90.3-chd3u1 when hadoopversion=20, while merge
function does not exist in 0.90.3.
> the configuration properties are reset in HBaseImportJob
> --------------------------------------------------------
>
> Key: SQOOP-1368
> URL: https://issues.apache.org/jira/browse/SQOOP-1368
> Project: Sqoop
> Issue Type: Bug
> Affects Versions: 1.4.2
> Reporter: Guodong Wang
> Assignee: Guodong Wang
> Fix For: 1.4.6
>
> Attachments: SQOOP-1368.patch
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.2#6252)