[ https://issues.apache.org/jira/browse/HIVE-18830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bharathkrishna Guruvayoor Murali updated HIVE-18830: ---------------------------------------------------- Attachment: HIVE-18830.1.patch > 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 > Assignee: Bharathkrishna Guruvayoor Murali > Priority: Major > Attachments: HIVE-18830.1.patch > > > 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)