[
https://issues.apache.org/jira/browse/SQOOP-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14513133#comment-14513133
]
Hudson commented on SQOOP-2326:
-------------------------------
FAILURE: Integrated in Sqoop-ant-jdk-1.6-hadoop20 #992 (See
[https://builds.apache.org/job/Sqoop-ant-jdk-1.6-hadoop20/992/])
SQOOP-2326: Fix Netezza trunc-string option handling and unnecessary log
directory during imports (jarcec:
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=d54dddf0b81d1d196788b4e6422b14b88c2a05ac)
* src/java/org/apache/sqoop/manager/DirectNetezzaManager.java
*
src/java/org/apache/sqoop/mapreduce/db/netezza/NetezzaExternalTableImportMapper.java
> Fix Netezza trunc-string option handling and unnecessary log directory during
> imports
> -------------------------------------------------------------------------------------
>
> Key: SQOOP-2326
> URL: https://issues.apache.org/jira/browse/SQOOP-2326
> Project: Sqoop
> Issue Type: Bug
> Affects Versions: 1.4.6
> Reporter: Venkat Ranganathan
> Assignee: Venkat Ranganathan
> Fix For: 1.4.7
>
> Attachments: SQOOP-2326.diff
>
>
> SQOOP-2164 enhanced a few netezza functions.
> But it looks like the last patch I uploaded has the following lines
> duplicated. Sorry about that.
> {code}
> + conf.setBoolean(NETEZZA_CTRL_CHARS_OPT,
> + cmdLine.hasOption(NETEZZA_CTRL_CHARS_LONG_ARG));
> {code}
> instead of handling the --trunc-string option.
> Moreover, trunc-string, ctrl-chars and log-dir do not apply to external table
> imports, so we need to cleanup creation of unnecessary directories for the
> imports.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)