Skip to content

Commit

Permalink
#49 add request_cores to master json
Browse files Browse the repository at this point in the history
  • Loading branch information
microbearz committed May 14, 2020
1 parent 30183d4 commit f076165
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ private[deploy] object JsonProtocol {
("starttime" -> obj.startTime) ~
("name" -> obj.desc.name) ~
("cores" -> obj.coresGranted) ~
("request_cores" -> obj.desc.maxCores.getOrElse(0)) ~
("user" -> obj.desc.user) ~
("memoryperslave" -> obj.desc.memoryPerExecutorMB) ~
("submitdate" -> obj.submitDate.toString) ~
Expand Down

0 comments on commit f076165

Please sign in to comment.