Skip to content

Commit

Permalink
Return visibility of BlockStoreShuffleFetcher to private[hash]
Browse files Browse the repository at this point in the history
  • Loading branch information
massie committed Jun 10, 2015
1 parent 7eedd1d commit 5c30405
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import org.apache.spark._
import org.apache.spark.shuffle.FetchFailedException
import org.apache.spark.storage.{BlockId, BlockManagerId, ShuffleBlockFetcherIterator, ShuffleBlockId}

private[shuffle] object BlockStoreShuffleFetcher extends Logging {
private[hash] object BlockStoreShuffleFetcher extends Logging {
def fetchBlockStreams(
shuffleId: Int,
reduceId: Int,
Expand Down

0 comments on commit 5c30405

Please sign in to comment.