[
https://issues.apache.org/jira/browse/SQOOP-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14513249#comment-14513249
]
Venkat Ranganathan commented on SQOOP-2326:
-------------------------------------------
Thanks for your review and commit [~jarcec]
> 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)