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

Mubarak Seyed commented on SPARK-1853:
--------------------------------------

I just added _streaming.dstream_ in regex and it filters the DStream code 
context but still shows other calls such as _apply at Option.scala, apply at 
List.scala_

{code}
private val SPARK_CLASS_REGEX = 
"""^org\.apache\.spark(\.api\.java)?(\.util)?(\.rdd)?(\.streaming\.dstream)?\.[A-Z]""".r
{code}

You are correct as we can't just keep adding regex for internal code. I will 
start work on the solution as you advised. Thanks

> Show Streaming application code context (file, line number) in Spark Stages UI
> ------------------------------------------------------------------------------
>
>                 Key: SPARK-1853
>                 URL: https://issues.apache.org/jira/browse/SPARK-1853
>             Project: Spark
>          Issue Type: Improvement
>          Components: Streaming
>    Affects Versions: 1.0.0
>            Reporter: Tathagata Das
>            Assignee: Mubarak Seyed
>             Fix For: 1.1.0
>
>         Attachments: Screen Shot 2014-07-03 at 2.54.05 PM.png
>
>
> Right now, the code context (file, and line number) shown for streaming jobs 
> in stages UI is meaningless as it refers to internal DStream:<random line> 
> rather than user application file.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to