aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCodingCat <zhunansjtu@gmail.com>2014-04-22 09:43:13 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-04-22 11:23:01 -0700
commit61d74016cb4c9d6c2d349bbc96c273c63e730af5 (patch)
treedc84f9a57a13ee304f65807fc498c43006266a08
parent4834adfff26af56094e6bf18d84ca8fe243d8c20 (diff)
downloadspark-61d74016cb4c9d6c2d349bbc96c273c63e730af5.tar.gz
spark-61d74016cb4c9d6c2d349bbc96c273c63e730af5.tar.bz2
spark-61d74016cb4c9d6c2d349bbc96c273c63e730af5.zip
[HOTFIX] SPARK-1399: remove outdated comments
as the original PR was merged before this mistake is found....fix here, Sorry about that @pwendell, @andrewor14, I will be more careful next time Author: CodingCat <zhunansjtu@gmail.com> Closes #474 from CodingCat/hotfix_1399 and squashes the following commits: f3a8ba9 [CodingCat] move outdated comments (cherry picked from commit 87de29084eed2a287ee114d492f45b211c500c6f) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
-rw-r--r--core/src/main/scala/org/apache/spark/ui/jobs/StageTable.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/main/scala/org/apache/spark/ui/jobs/StageTable.scala b/core/src/main/scala/org/apache/spark/ui/jobs/StageTable.scala
index 2eb8c7a3a3..153434a203 100644
--- a/core/src/main/scala/org/apache/spark/ui/jobs/StageTable.scala
+++ b/core/src/main/scala/org/apache/spark/ui/jobs/StageTable.scala
@@ -37,7 +37,6 @@ private[ui] class StageTableBase(
protected def isFairScheduler = parent.isFairScheduler
protected def columns: Seq[Node] = {
- // create dummy element to wrap the columns
<th>Stage Id</th> ++
{if (isFairScheduler) {<th>Pool Name</th>} else Seq.empty} ++
<th>Description</th>