Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-19535

Hive error reporting for not setting “Utilities.INPUT_NAME”

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Blocker
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            rzhappy Richard Zhang
            ckyang98 zhaoyang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: