You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Abraham Elmahrek (JIRA)" <ji...@apache.org> on 2015/04/03 04:03:52 UTC

[jira] [Created] (SQOOP-2281) Set overwrite on kite dataset

Abraham Elmahrek created SQOOP-2281:
---------------------------------------

             Summary: Set overwrite on kite dataset
                 Key: SQOOP-2281
                 URL: https://issues.apache.org/jira/browse/SQOOP-2281
             Project: Sqoop
          Issue Type: Bug
            Reporter: Abraham Elmahrek
            Assignee: Abraham Elmahrek
             Fix For: 1.4.6


Currently, we use:
{code}
DatasetKeyOutputFormat.configure(conf).writeTo(dataset);
{code}

We should be using:
{code}
DatasetKeyOutputFormat.configure(conf).overwrite(dataset);
{code}

When --hive-overwrite is set.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)