Return-Path: X-Original-To: apmail-spark-issues-archive@minotaur.apache.org Delivered-To: apmail-spark-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 48F3911FCC for ; Fri, 11 Jul 2014 01:27:05 +0000 (UTC) Received: (qmail 33880 invoked by uid 500); 11 Jul 2014 01:27:05 -0000 Delivered-To: apmail-spark-issues-archive@spark.apache.org Received: (qmail 33741 invoked by uid 500); 11 Jul 2014 01:27:05 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@spark.apache.org Delivered-To: mailing list issues@spark.apache.org Received: (qmail 33604 invoked by uid 99); 11 Jul 2014 01:27:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2014 01:27:05 +0000 Date: Fri, 11 Jul 2014 01:27:04 +0000 (UTC) From: "Mubarak Seyed (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SPARK-1853) Show Streaming application code context (file, line number) in Spark Stages UI MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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: rather than user application file. -- This message was sent by Atlassian JIRA (v6.2#6252)