You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Bharathkrishna Guruvayoor Murali (JIRA)" <ji...@apache.org> on 2018/03/21 22:59:00 UTC

[jira] [Updated] (HIVE-18830) RemoteSparkJobMonitor failures are logged twice

     [ 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)