You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sahil Takiar (JIRA)" <ji...@apache.org> on 2018/02/22 01:46:00 UTC

[jira] [Updated] (HIVE-18765) Error message are improperly handled by the RemoteDriver and SparkClientImpl

     [ https://issues.apache.org/jira/browse/HIVE-18765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sahil Takiar updated HIVE-18765:
--------------------------------
    Summary: Error message are improperly handled by the RemoteDriver and SparkClientImpl  (was: SparkClientImpl swallows exception messages from the RemoteDriver)

> Error message are improperly handled by the RemoteDriver and SparkClientImpl
> ----------------------------------------------------------------------------
>
>                 Key: HIVE-18765
>                 URL: https://issues.apache.org/jira/browse/HIVE-18765
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Spark
>            Reporter: Sahil Takiar
>            Assignee: Sahil Takiar
>            Priority: Major
>
> {{SparkClientImpl#handle(ChannelHandlerContext, Error)}} swallows the cause of the error message:
> {code}
> LOG.warn("Error reported from remote driver.", msg.cause);
> {code}
> There should be a '{}' in the message. Without it the {{msg.cause}} info gets swallowed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)