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 B0F5611976 for ; Wed, 9 Jul 2014 01:05:06 +0000 (UTC) Received: (qmail 19769 invoked by uid 500); 9 Jul 2014 01:05:04 -0000 Delivered-To: apmail-spark-issues-archive@spark.apache.org Received: (qmail 19740 invoked by uid 500); 9 Jul 2014 01:05:04 -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 19730 invoked by uid 99); 9 Jul 2014 01:05:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2014 01:05:04 +0000 Date: Wed, 9 Jul 2014 01:05:04 +0000 (UTC) From: "Reynold Xin (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SPARK-2298) Show stage attempt in 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-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14055720#comment-14055720 ] Reynold Xin commented on SPARK-2298: ------------------------------------ It does because the two attempts will be two separate entries. Are you interested in working on this? > Show stage attempt in UI > ------------------------ > > Key: SPARK-2298 > URL: https://issues.apache.org/jira/browse/SPARK-2298 > Project: Spark > Issue Type: Improvement > Components: Web UI > Reporter: Reynold Xin > Assignee: Andrew Or > Attachments: Screen Shot 2014-06-25 at 4.54.46 PM.png > > > We should add a column to the web ui to show stage attempt id. Then tasks should be grouped by (stageId, stageAttempt) tuple. > When a stage is resubmitted (e.g. due to fetch failures), we should get a different entry in the web ui and tasks for the resubmission go there. > See the attached screenshot for the confusing status quo. We currently show the same stage entry twice, and then tasks appear in both. -- This message was sent by Atlassian JIRA (v6.2#6252)