You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/01/11 08:24:41 UTC

[1/2] git commit: Small typo fix

Updated Branches:
  refs/heads/master 1d7bef0c9 -> 0b5ce7af1


Small typo fix


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/08370a52
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/08370a52
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/08370a52

Branch: refs/heads/master
Commit: 08370a52b8be2c07feca614750bba5a4a3d78960
Parents: 7cef843
Author: Patrick Wendell <pw...@gmail.com>
Authored: Fri Jan 10 17:47:15 2014 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Fri Jan 10 17:47:15 2014 -0800

----------------------------------------------------------------------
 core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/08370a52/core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala
----------------------------------------------------------------------
diff --git a/core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala b/core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala
index 8dcfeac..d1e5801 100644
--- a/core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala
+++ b/core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala
@@ -171,7 +171,7 @@ private[spark] class StagePage(parent: JobProgressUI) {
         summary ++
         <h4>Summary Metrics for {numCompleted} Completed Tasks</h4> ++
         <div>{summaryTable.getOrElse("No tasks have reported metrics yet.")}</div> ++
-        <h4>Aggregated Metrics by Executors</h4> ++ executorTable.toNodeSeq() ++
+        <h4>Aggregated Metrics by Executor</h4> ++ executorTable.toNodeSeq() ++
         <h4>Tasks</h4> ++ taskTable
 
       headerSparkPage(content, parent.sc, "Details for Stage %d".format(stageId), Stages)


[2/2] git commit: Merge pull request #386 from pwendell/typo-fix

Posted by rx...@apache.org.
Merge pull request #386 from pwendell/typo-fix

Small typo fix


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/0b5ce7af
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/0b5ce7af
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/0b5ce7af

Branch: refs/heads/master
Commit: 0b5ce7af17c96fcfbefe8e2fb750e171bbd9163a
Parents: 1d7bef0 08370a5
Author: Reynold Xin <rx...@apache.org>
Authored: Fri Jan 10 23:23:21 2014 -0800
Committer: Reynold Xin <rx...@apache.org>
Committed: Fri Jan 10 23:23:21 2014 -0800

----------------------------------------------------------------------
 core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------