aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorKaren Feng <karenfeng.us@gmail.com>2013-07-11 16:35:56 -0700
committerKaren Feng <karenfeng.us@gmail.com>2013-07-11 16:35:56 -0700
commitece2388585a468dd57c973f254ba20c24299a464 (patch)
tree634b3e52644bba18267acb71c133f99f9dad9bef /core
parent9ed036ccdbb1c7aa3279998f3177c1be6b01e16b (diff)
downloadspark-ece2388585a468dd57c973f254ba20c24299a464.tar.gz
spark-ece2388585a468dd57c973f254ba20c24299a464.tar.bz2
spark-ece2388585a468dd57c973f254ba20c24299a464.zip
Removed logPageLength from logPage
Diffstat (limited to 'core')
-rw-r--r--core/src/main/scala/spark/deploy/worker/ui/WorkerWebUI.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/main/scala/spark/deploy/worker/ui/WorkerWebUI.scala b/core/src/main/scala/spark/deploy/worker/ui/WorkerWebUI.scala
index 94d919f57a..1ab65d41e8 100644
--- a/core/src/main/scala/spark/deploy/worker/ui/WorkerWebUI.scala
+++ b/core/src/main/scala/spark/deploy/worker/ui/WorkerWebUI.scala
@@ -83,7 +83,6 @@ class WorkerWebUI(val worker: Worker, val workDir: File, requestedPort: Option[I
val (startByte, endByte) = getByteRange(path, offset, byteLength)
val file = new File(path)
val logLength = file.length
- //val logPageLength = endByte-startByte
val logText = <node>{Utils.offsetBytes(path, startByte, endByte)}</node>