Sahil Takiar created HIVE-18830:
-----------------------------------
Summary: RemoteSparkJobMonitor failures are logged twice
Key: HIVE-18830
URL: https://issues.apache.org/jira/browse/HIVE-18830
Project: Hive
Issue Type: Sub-task
Components: Spark
Reporter: Sahil Takiar
If there is an exception in {{RemoteSparkJobMonitor}} while monitoring the
remote Spark job the error is logged twice:
{code}
LOG.error(msg, e);
console.printError(msg, "\n" +
org.apache.hadoop.util.StringUtils.stringifyException(e));
{code}
{{console#printError}} writes the stringified exception to the logs as well.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)