Merge pull request #233 from hsaputra/changecontexttobackend Change the name of input argument in ClusterScheduler#initialize from context to backend.
The SchedulerBackend used to be called ClusterSchedulerContext so just want to make small change of the input param in the ClusterScheduler#initialize to reflect this. Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/bfa68609 Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/bfa68609 Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/bfa68609 Branch: refs/heads/scala-2.10 Commit: bfa68609d98ca3d7c22c233b3db9e39df6f1c170 Parents: 3fb302c 1cb259c Author: Matei Zaharia <[email protected]> Authored: Fri Dec 6 11:04:03 2013 -0800 Committer: Matei Zaharia <[email protected]> Committed: Fri Dec 6 11:04:03 2013 -0800 ---------------------------------------------------------------------- .../org/apache/spark/scheduler/cluster/ClusterScheduler.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ----------------------------------------------------------------------
