You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ferdinand Xu (JIRA)" <ji...@apache.org> on 2015/09/06 08:01:45 UTC

[jira] [Updated] (HIVE-11747) Unnecessary error log is shown when executing a "INSERT OVERWRITE LOCAL DIRECTORY" cmd in the embedded mode

     [ https://issues.apache.org/jira/browse/HIVE-11747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ferdinand Xu updated HIVE-11747:
--------------------------------
    Priority: Minor  (was: Major)

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