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)