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

RemoteSparkJobMonitor failures are logged twice

    XMLWordPrintableJSON

Details

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

    Description

      If there is an exception in RemoteSparkJobMonitor while monitoring the remote Spark job the error is logged twice:

      LOG.error(msg, e);
      console.printError(msg, "\n" + org.apache.hadoop.util.StringUtils.stringifyException(e));
      

      console#printError writes the stringified exception to the logs as well.

      Attachments

        1. HIVE-18830.1.patch
          1.0 kB
          Bharath Krishna

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: