Skip to content

Commit d792cee

Browse files
committed
remove the typo character "+"
1 parent 6bdf2c2 commit d792cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/test/scala/org/apache/spark/mllib/input/WholeTextFileRecordReaderSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class WholeTextFileRecordReaderSuite extends FunSuite with BeforeAndAfterAll {
4545
sc = new SparkContext("local", "test")
4646

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

5151
override def afterAll() {

0 commit comments

Comments
 (0)