Skip to content

Commit

Permalink
Fixed a comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Sep 4, 2014
1 parent aa0d372 commit 85165e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import org.scalatest.BeforeAndAfterAll

class HashShuffleSuite extends ShuffleSuite with BeforeAndAfterAll {

// This test suite should run all tests in ShuffleSuite with sort-based shuffle.
// This test suite should run all tests in ShuffleSuite with hash-based shuffle.

override def beforeAll() {
System.setProperty("spark.shuffle.manager", "hash")
Expand Down

0 comments on commit 85165e6

Please sign in to comment.