Skip to content
Snippets Groups Projects
Commit 5faac7f4 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Minor style fixes

parent 5e7b38fb
No related branches found
No related tags found
No related merge requests found
...@@ -579,7 +579,7 @@ class SparkContext( ...@@ -579,7 +579,7 @@ class SparkContext(
/** /**
* Return pools for fair scheduler * Return pools for fair scheduler
* TODO(xiajunluan):now, we have not taken nested pools into account * TODO(xiajunluan): We should take nested pools into account
*/ */
def getPools: ArrayBuffer[Schedulable] = { def getPools: ArrayBuffer[Schedulable] = {
taskScheduler.rootPool.schedulableQueue taskScheduler.rootPool.schedulableQueue
......
...@@ -41,7 +41,6 @@ private[spark] class JobProgressUI(val sc: SparkContext) { ...@@ -41,7 +41,6 @@ private[spark] class JobProgressUI(val sc: SparkContext) {
def listener = _listener.get def listener = _listener.get
val dateFmt = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss") val dateFmt = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss")
private val indexPage = new IndexPage(this) private val indexPage = new IndexPage(this)
private val stagePage = new StagePage(this) private val stagePage = new StagePage(this)
private val poolPage = new PoolPage(this) private val poolPage = new PoolPage(this)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment