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

ASF subversion and git services commented on SQOOP-2281:
--------------------------------------------------------

Commit 032bc54c86c79f2f032211ce6505ff9c9fbce31e in sqoop's branch 
refs/heads/trunk from [~jarcec]
[ https://git-wip-us.apache.org/repos/asf?p=sqoop.git;h=032bc54 ]

SQOOP-2281: Set overwrite on kite dataset

(Abraham Elmahrek via Jarek Jarcec Cecho)


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

Reply via email to