Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-17718 Hive on Spark Debugging Improvements
  3. HIVE-18765

SparkClientImpl swallows exception messages from the RemoteDriver

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0
    • Spark
    • None

    Description

      SparkClientImpl#handle(ChannelHandlerContext, Error) swallows the cause of the error message:

      LOG.warn("Error reported from remote driver.", msg.cause);
      

      There should be a '{}' in the message. Without it the msg.cause info gets swallowed.

      Attachments

        1. HIVE-18765.1.patch
          0.9 kB
          Sahil Takiar

        Activity

          People

            stakiar Sahil Takiar
            stakiar Sahil Takiar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: