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 2013/11/16 20:44:16 UTC

[2/2] git commit: Merge pull request #178 from hsaputra/simplecleanupcode

Merge pull request #178 from hsaputra/simplecleanupcode

Simple cleanup on Spark's Scala code

Simple cleanup on Spark's Scala code while testing some modules:
-) Remove some of unused imports as I found them
-) Remove ";" in the imports statements
-) Remove () at the end of method calls like size that does not have size effect.


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

Branch: refs/heads/master
Commit: 1b5b358309a5adfc12b75b0ebb4254ad8e69f5a0
Parents: 96e0fb4 c33f802
Author: Matei Zaharia <ma...@eecs.berkeley.edu>
Authored: Sat Nov 16 11:44:10 2013 -0800
Committer: Matei Zaharia <ma...@eecs.berkeley.edu>
Committed: Sat Nov 16 11:44:10 2013 -0800

----------------------------------------------------------------------
 core/src/main/scala/org/apache/spark/SparkContext.scala      | 1 -
 .../scala/org/apache/spark/deploy/LocalSparkCluster.scala    | 6 +++---
 .../apache/spark/executor/CoarseGrainedExecutorBackend.scala | 2 +-
 .../scala/org/apache/spark/executor/ExecutorSource.scala     | 2 --
 .../org/apache/spark/deploy/yarn/ApplicationMaster.scala     | 8 +++-----
 .../src/main/scala/org/apache/spark/deploy/yarn/Client.scala | 2 +-
 .../spark/deploy/yarn/ClientDistributedCacheManager.scala    | 2 +-
 .../deploy/yarn/ClientDistributedCacheManagerSuite.scala     | 2 +-
 8 files changed, 10 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/1b5b3583/core/src/main/scala/org/apache/spark/SparkContext.scala
----------------------------------------------------------------------