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:23:52 UTC

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

     [ https://issues.apache.org/jira/browse/SQOOP-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Abraham Elmahrek updated SQOOP-2281:
------------------------------------
    Attachment: SQOOP-2281.patch

> 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
>
>         Attachments: SQOOP-2281.patch
>
>
> 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)