You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by caneGuy <gi...@git.apache.org> on 2017/11/01 12:16:02 UTC

[GitHub] spark pull request #19625: [SPARK-22407][WEB-UI] Add rdd id column on storag...

GitHub user caneGuy opened a pull request:

    https://github.com/apache/spark/pull/19625

    [SPARK-22407][WEB-UI] Add rdd id column on storage page to speed up navigating

    ## What changes were proposed in this pull request?
    
    Add rdd id column on storage page to speed up navigating.
    Example has attached on [SPARK-22407](https://issues.apache.org/jira/browse/SPARK-22407)
    
    ## How was this patch tested?
    
    Current unit test and manually deploy an history server for testing


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/caneGuy/spark zhoukang/add-rddid

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/19625.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19625
    
----
commit fdb13985e5d42a7d1090cc6438c4c34f7b75a7e7
Author: zhoukang <zh...@gmail.com>
Date:   2017-11-01T12:05:49Z

    Add rdd id on storage page to speed up navigating

----


---

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


[GitHub] spark issue #19625: [SPARK-22407][WEB-UI] Add rdd id column on storage page ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19625
  
    **[Test build #83316 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/83316/testReport)** for PR 19625 at commit [`2207dbe`](https://github.com/apache/spark/commit/2207dbed511bc9ca460d9794272f50a4b9ea7fe3).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

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


[GitHub] spark issue #19625: [SPARK-22407][WEB-UI] Add rdd id column on storage page ...

Posted by HyukjinKwon <gi...@git.apache.org>.
Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/19625
  
    ok to test


---

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


[GitHub] spark issue #19625: [SPARK-22407][WEB-UI] Add rdd id column on storage page ...

Posted by guoxiaolongzte <gi...@git.apache.org>.
Github user guoxiaolongzte commented on the issue:

    https://github.com/apache/spark/pull/19625
  
    Please upload the screenshot in PR.


---

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


[GitHub] spark issue #19625: [SPARK-22407][WEB-UI] Add rdd id column on storage page ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19625
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/83316/
    Test PASSed.


---

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


[GitHub] spark issue #19625: [SPARK-22407][WEB-UI] Add rdd id column on storage page ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19625
  
    Merged build finished. Test FAILed.


---

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


[GitHub] spark issue #19625: [SPARK-22407][WEB-UI] Add rdd id column on storage page ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19625
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/83313/
    Test FAILed.


---

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


[GitHub] spark pull request #19625: [SPARK-22407][WEB-UI] Add rdd id column on storag...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/19625


---

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


[GitHub] spark issue #19625: [SPARK-22407][WEB-UI] Add rdd id column on storage page ...

Posted by caneGuy <gi...@git.apache.org>.
Github user caneGuy commented on the issue:

    https://github.com/apache/spark/pull/19625
  
    @HyukjinKwon  @jiangxb1987 @srowen Any more problem?Thanks.


---

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


[GitHub] spark issue #19625: [SPARK-22407][WEB-UI] Add rdd id column on storage page ...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/19625
  
    Merged to master


---

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


[GitHub] spark pull request #19625: [SPARK-22407][WEB-UI] Add rdd id column on storag...

Posted by caneGuy <gi...@git.apache.org>.
Github user caneGuy commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19625#discussion_r148427237
  
    --- Diff: core/src/main/scala/org/apache/spark/ui/storage/StoragePage.scala ---
    @@ -49,6 +49,7 @@ private[ui] class StoragePage(parent: StorageTab) extends WebUIPage("") {
     
       /** Header fields for the RDD table */
       private val rddHeader = Seq(
    +    "RDD ID",
    --- End diff --
    
    Thanks @srowen .I will update right now.


---

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


[GitHub] spark pull request #19625: [SPARK-22407][WEB-UI] Add rdd id column on storag...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19625#discussion_r148246512
  
    --- Diff: core/src/main/scala/org/apache/spark/ui/storage/StoragePage.scala ---
    @@ -49,6 +49,7 @@ private[ui] class StoragePage(parent: StorageTab) extends WebUIPage("") {
     
       /** Header fields for the RDD table */
       private val rddHeader = Seq(
    +    "RDD ID",
    --- End diff --
    
    I see, the idea is that the ID is exposed elsewhere in the output, so is useful to expose? makes sense. You could call the column just "ID" to let it be narrower.


---

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


[GitHub] spark issue #19625: [SPARK-22407][WEB-UI] Add rdd id column on storage page ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19625
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #19625: [SPARK-22407][WEB-UI] Add rdd id column on storage page ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19625
  
    Can one of the admins verify this patch?


---

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


[GitHub] spark issue #19625: [SPARK-22407][WEB-UI] Add rdd id column on storage page ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19625
  
    **[Test build #83316 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/83316/testReport)** for PR 19625 at commit [`2207dbe`](https://github.com/apache/spark/commit/2207dbed511bc9ca460d9794272f50a4b9ea7fe3).


---

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