Skip to content

Commit

Permalink
Undid some changes that Mosharaf inadvertedly committed to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
mateiz committed Oct 19, 2010
1 parent bf7055d commit 0e0ec83
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion conf/java-opts.template
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
-Dspark.broadcast.masterHostAddress=127.0.0.1 -Dspark.broadcast.masterTrackerPort=11111 -Dspark.broadcast.blockSize=1024 -Dspark.broadcast.maxRetryCount=2 -Dspark.broadcast.serverSocketTimout=50000 -Dspark.broadcast.dualMode=false
2 changes: 1 addition & 1 deletion conf/spark-env.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# be in the same format as the JVM's -Xmx option, e.g. 300m or 1g).
# - SPARK_LIBRARY_PATH, to add extra search paths for native libraries.

MESOS_HOME=/home/mosharaf/Work/mesos

2 changes: 1 addition & 1 deletion src/scala/spark/Broadcast.scala
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ private object Broadcast {
// Initialization for CentralizedHDFSBroadcast
BroadcastCH.initialize
// Initialization for ChainedStreamingBroadcast
BroadcastCS.initialize (isMaster)
// BroadcastCS.initialize (isMaster)

initialized = true
}
Expand Down

0 comments on commit 0e0ec83

Please sign in to comment.