You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/01/13 07:36:11 UTC

[3/3] git commit: Merge pull request #397 from pwendell/host-port

Merge pull request #397 from pwendell/host-port

Remove now un-needed hostPort option

I noticed this was logging some scary error messages in various places. After I looked into it, this is no longer really used. I removed the option and re-wrote the one remaining use case (it was unnecessary there anyways).


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

Branch: refs/heads/master
Commit: e6ed13f255d70de422711b979447690cdab7423b
Parents: 0b96d85 0bb3307
Author: Reynold Xin <rx...@apache.org>
Authored: Sun Jan 12 22:35:14 2014 -0800
Committer: Reynold Xin <rx...@apache.org>
Committed: Sun Jan 12 22:35:14 2014 -0800

----------------------------------------------------------------------
 .../scala/org/apache/spark/bagel/BagelSuite.scala  |  1 -
 .../scala/org/apache/spark/MapOutputTracker.scala  | 10 +++++-----
 .../src/main/scala/org/apache/spark/SparkEnv.scala | 10 ----------
 .../executor/CoarseGrainedExecutorBackend.scala    |  1 -
 .../cluster/CoarseGrainedSchedulerBackend.scala    |  2 +-
 .../org/apache/spark/storage/BlockManager.scala    |  2 --
 .../main/scala/org/apache/spark/util/Utils.scala   | 17 -----------------
 .../scala/org/apache/spark/LocalSparkContext.scala |  1 -
 .../org/apache/spark/MapOutputTrackerSuite.scala   |  1 -
 .../apache/spark/storage/BlockManagerSuite.scala   |  4 ----
 .../scala/org/apache/spark/repl/ReplSuite.scala    |  2 --
 .../org/apache/spark/streaming/Checkpoint.scala    |  2 +-
 .../spark/streaming/util/MasterFailureTest.scala   |  2 --
 .../spark/streaming/LocalJavaStreamingContext.java |  2 --
 .../apache/spark/streaming/CheckpointSuite.scala   |  1 -
 .../org/apache/spark/streaming/TestSuiteBase.scala |  1 -
 16 files changed, 7 insertions(+), 52 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/e6ed13f2/core/src/main/scala/org/apache/spark/MapOutputTracker.scala
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/e6ed13f2/core/src/main/scala/org/apache/spark/storage/BlockManager.scala
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/e6ed13f2/core/src/main/scala/org/apache/spark/util/Utils.scala
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/e6ed13f2/streaming/src/main/scala/org/apache/spark/streaming/Checkpoint.scala
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/e6ed13f2/streaming/src/test/scala/org/apache/spark/streaming/CheckpointSuite.scala
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/e6ed13f2/streaming/src/test/scala/org/apache/spark/streaming/TestSuiteBase.scala
----------------------------------------------------------------------