Skip to content

Commit

Permalink
remove the typo character "+"
Browse files Browse the repository at this point in the history
  • Loading branch information
yinxusen committed Mar 31, 2014
1 parent 6bdf2c2 commit d792cee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class WholeTextFileRecordReaderSuite extends FunSuite with BeforeAndAfterAll {
sc = new SparkContext("local", "test")

// Set the block size of local file system to test whether files are split right or not.
+ sc.hadoopConfiguration.setLong("fs.local.block.size", 32)
sc.hadoopConfiguration.setLong("fs.local.block.size", 32)
}

override def afterAll() {
Expand Down

0 comments on commit d792cee

Please sign in to comment.