[
https://issues.apache.org/jira/browse/HIVE-11747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14732231#comment-14732231
]
Dong Chen commented on HIVE-11747:
----------------------------------
LGTM. Thanks for taking care of this. [~Ferd]
+1 pending test.
> Unnecessary error log is shown when executing a "INSERT OVERWRITE LOCAL
> DIRECTORY" cmd in the embedded mode
> -----------------------------------------------------------------------------------------------------------
>
> Key: HIVE-11747
> URL: https://issues.apache.org/jira/browse/HIVE-11747
> Project: Hive
> Issue Type: Bug
> Reporter: Ferdinand Xu
> Assignee: Ferdinand Xu
> Priority: Minor
> Attachments: HIVE-11747.patch
>
>
> The ”INSERT OVERWRITE LOCAL DIRECTORY“ task runs successfully while some
> error logs are thrown.
> {noformat}
> Connected to: Apache Hive (version 2.0.0-SNAPSHOT)
> Driver: Hive JDBC (version 2.0.0-SNAPSHOT)
> Transaction isolation: TRANSACTION_REPEATABLE_READ
> Beeline version 2.0.0-SNAPSHOT by Apache Hive
> hive> INSERT OVERWRITE LOCAL DIRECTORY '/nullformat' ROW FORMAT DELIMITED
> NULL DEFINED AS 'fooNull' SELECT a,b FROM base_tab;
> 18:35:51.288 [HiveServer2-Background-Pool: Thread-25] ERROR
> org.apache.hadoop.hive.ql.exec.mr.ExecDriver - yarn
> No rows affected (14.372 seconds)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)