Venkat Ranganathan created SQOOP-2326:
-----------------------------------------
Summary: Fix Netezza trunc-string option recognition 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
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)