Skip to content
Snippets Groups Projects
Commit eddbf43b authored by Reynold Xin's avatar Reynold Xin
Browse files

Revert "Merge pull request #834 from Daemoen/master"

This reverts commit 230ab272, reversing
changes made to 659553b2.
parent 230ab272
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,7 @@ private[spark] object JsonProtocol {
("cores" -> obj.cores) ~
("coresused" -> obj.coresUsed) ~
("memory" -> obj.memory) ~
("memoryused" -> obj.memoryUsed) ~
("state" -> obj.getState)
("memoryused" -> obj.memoryUsed)
}
def writeApplicationInfo(obj: ApplicationInfo) = {
......
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