Subscribe

2014-07-14 Thread Mubarak Seyed



[jira] [Commented] (SPARK-1853) Show Streaming application code context (file, line number) in Spark Stages UI

2014-07-10 Thread Mubarak Seyed (JIRA)

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

Mubarak Seyed commented on SPARK-1853:
--

[~tdas]
Seems like some bug in {code}Utils#getCallSite{code} Testing a fix. Will update 
you shortly. 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)


[jira] [Commented] (SPARK-1853) Show Streaming application code context (file, line number) in Spark Stages UI

2014-07-10 Thread Mubarak Seyed (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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)


[jira] [Updated] (SPARK-1853) Show Streaming application code context (file, line number) in Spark Stages UI

2014-07-03 Thread Mubarak Seyed (JIRA)

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

Mubarak Seyed updated SPARK-1853:
-

Attachment: Screen Shot 2014-07-03 at 2.54.05 PM.png

 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
 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)