You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2014/01/10 08:58:57 UTC

[2/2] git commit: Merge pull request #375 from mateiz/option-fix

Merge pull request #375 from mateiz/option-fix

Fix bug added when we changed AppDescription.maxCores to an Option

The Scala compiler warned about this -- we were comparing an Option against an integer now.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/0ebc9730
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/0ebc9730
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/0ebc9730

Branch: refs/heads/master
Commit: 0ebc97305a0e23a9d2183c335998c800c5d865b7
Parents: dd03cea c43eb00
Author: Matei Zaharia <ma...@databricks.com>
Authored: Thu Jan 9 23:58:49 2014 -0800
Committer: Matei Zaharia <ma...@databricks.com>
Committed: Thu Jan 9 23:58:49 2014 -0800

----------------------------------------------------------------------
 .../org/apache/spark/deploy/master/ui/ApplicationPage.scala      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------