You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kazuaki Ishizaki (JIRA)" <ji...@apache.org> on 2016/03/03 12:50:18 UTC

[jira] [Updated] (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:all-tabpanel ]

Kazuaki Ishizaki updated SPARK-13644:
-------------------------------------
    Summary: Add the source file name and line into Logger when an exception occurs in the generated code  (was: add the source file name and line into Logger when an exception occurs in the generated code)

> 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.4#6332)

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