You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "zhaoyang (JIRA)" <ji...@apache.org> on 2018/05/15 02:20:00 UTC

[jira] [Created] (HIVE-19535) Hive error reporting for not setting “Utilities.INPUT_NAME”

zhaoyang created HIVE-19535:
-------------------------------

             Summary: Hive error reporting for not setting “Utilities.INPUT_NAME”
                 Key: HIVE-19535
                 URL: https://issues.apache.org/jira/browse/HIVE-19535
             Project: Hive
          Issue Type: Bug
            Reporter: zhaoyang


I set the parameter "hive.exec.mode.local.auto" to true. Then I used JDBC mode to submit sql to hiveserver2 in a multithreaded manner. Sometimes exceptions are thrown when several tasks run in parallel in the local mode.
"Invalid input path xxx"
But this path is not the input path of the current SQL, it is another SQL input path.
So I suspect that one of the SQL covers some information about another SQL.
So I looked up the source code and found a parameter, and when I set the "iocontext.input.name" to the unique value, I didn't get it wrong.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)