[
https://issues.apache.org/jira/browse/HIVE-19535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16475203#comment-16475203
]
zhaoyang commented on HIVE-19535:
---------------------------------
I modified the ExecDriver.execute method to add the following line.
Random {color:#7e504f}rand{color} = {color:#931a68}new{color} Random();
{color:#0326cc}job{color}.set(Utilities.{color:#0326cc}INPUT_NAME{color},
{color:#3933ff}"mr_"{color}+{color:#7e504f}rand{color}.nextInt(100000));
> 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
> Priority: Blocker
>
> 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)