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

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

    [ https://issues.apache.org/jira/browse/SQOOP-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14394669#comment-14394669 ] 

Jarek Jarcec Cecho commented on SQOOP-2281:
-------------------------------------------

+1

> 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)