You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Venkat Ranganathan (JIRA)" <ji...@apache.org> on 2015/04/25 23:41:38 UTC

[jira] [Created] (SQOOP-2326) Fix Netezza trunc-string option recognition and unnecessary log directory during imports

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)