You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2019/10/08 05:42:14 UTC

[jira] [Resolved] (SPARK-24494) Give users possibility to skip own classes in SparkContext.getCallSite()

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

Hyukjin Kwon resolved SPARK-24494.
----------------------------------
    Resolution: Incomplete

> Give users possibility to skip own classes in SparkContext.getCallSite()
> ------------------------------------------------------------------------
>
>                 Key: SPARK-24494
>                 URL: https://issues.apache.org/jira/browse/SPARK-24494
>             Project: Spark
>          Issue Type: Wish
>          Components: Spark Core
>    Affects Versions: 2.2.0
>         Environment: any (currently using Spark 2.2.0 in both local mode and with YARN)
>            Reporter: Florian Kaspar
>            Priority: Minor
>              Labels: bulk-closed
>
> org.apache.spark.SparkContext.getCallSite() uses org.apache.spark.util.Utils.getCallSite() which by default skips Spark and Scala classes.
> It would be nice to be able to add user-defined classes/patterns to skip here as well.
> We have one central class that acts as some kind of proxy for RDD transformations and is used by many other classes.
> In the SparkUI we would like to see the real origin of a transformation being not the proxy but its caller. This would make the UI even more useful to us.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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