You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Takeshi Yamamuro (JIRA)" <ji...@apache.org> on 2017/03/24 09:52:41 UTC

[jira] [Commented] (SPARK-13644) Add the source file name and line into Logger when an exception occurs in the generated code

    [ https://issues.apache.org/jira/browse/SPARK-13644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15940078#comment-15940078 ] 

Takeshi Yamamuro commented on SPARK-13644:
------------------------------------------

Could we close this? I think this issue has already resolved?

> Add the source file name and line into Logger when an exception occurs in the generated code
> --------------------------------------------------------------------------------------------
>
>                 Key: SPARK-13644
>                 URL: https://issues.apache.org/jira/browse/SPARK-13644
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Kazuaki Ishizaki
>            Priority: Minor
>
> This is to show a message points out the origin of a generated method when an exception occurs in the generated method at runtime.
> An example of a message (the first line is newly added)
> {code}
> 07:49:29.525 ERROR org.apache.spark.sql.catalyst.expressions.GeneratedClass$GeneratedIterator: The method GeneratedIterator.processNext() is generated for filter at Test.scala:23
> 07:49:29.526 ERROR org.apache.spark.executor.Executor: Exception in task 1.0 in stage 2.0 (TID 4)
> java.lang.NullPointerException:
>         at ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org