[
https://issues.apache.org/jira/browse/SQOOP-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14482099#comment-14482099
]
ASF subversion and git services commented on SQOOP-2281:
--------------------------------------------------------
Commit 75c7b5ab472649bf75bab1aac1db0155e691ff64 in sqoop's branch
refs/heads/branch-1.4.6 from [~jarcec]
[ https://git-wip-us.apache.org/repos/asf?p=sqoop.git;h=75c7b5a ]
SQOOP-2281: Set overwrite on kite dataset
(Abraham Elmahrek via Jarek Jarcec Cecho)
(cherry picked from commit 032bc54c86c79f2f032211ce6505ff9c9fbce31e)
> 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.7
>
> 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)