Skip to content

Commit

Permalink
Spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kayousterhout committed Apr 29, 2015
1 parent 96080bf commit 43add1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ private[spark] trait ShuffleWriterGroup {
*/
// Note: Changes to the format in this file should be kept in sync with
// org.apache.spark.network.shuffle.ExternalShuffleBlockResolver#getHashBasedShuffleBlockData().
private[spark]
class FileShuffleBlockResolver(conf: SparkConf)
private[spark] class FileShuffleBlockResolver(conf: SparkConf)
extends ShuffleBlockResolver with Logging {

private val transportConf = SparkTransportConf.fromSparkConf(conf)
Expand Down Expand Up @@ -241,8 +240,7 @@ class FileShuffleBlockResolver(conf: SparkConf)
}
}

private[spark]
object FileShuffleBlockResolver {
private[spark] object FileShuffleBlockResolver {
/**
* A group of shuffle files, one per reducer.
* A particular mapper will be assigned a single ShuffleFileGroup to write its output to.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ import IndexShuffleBlockResolver.NOOP_REDUCE_ID
*/
// Note: Changes to the format in this file should be kept in sync with
// org.apache.spark.network.shuffle.ExternalShuffleBlockResolver#getSortBasedShuffleBlockData().
private[spark]
class IndexShuffleBlockResolver(conf: SparkConf) extends ShuffleBlockResolver {
private[spark] class IndexShuffleBlockResolver(conf: SparkConf) extends ShuffleBlockResolver {

private lazy val blockManager = SparkEnv.get.blockManager

Expand Down

0 comments on commit 43add1e

Please sign in to comment.