Skip to content

Commit

Permalink
[HOTFIX] Fix scala style in DFSReadWriteTest that causes tests failed
Browse files Browse the repository at this point in the history
This scala style problem causes tested failed.

Author: Liang-Chi Hsieh <[email protected]>

Closes #6907 from viirya/hotfix_style and squashes the following commits:

c53f188 [Liang-Chi Hsieh] Fix scala style.
  • Loading branch information
viirya authored and Andrew Or committed Jun 19, 2015
1 parent c5876e5 commit 4a462c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import org.apache.spark.SparkContext._
/**
* Simple test for reading and writing to a distributed
* file system. This example does the following:
*
*
* 1. Reads local file
* 2. Computes word count on local file
* 3. Writes local file to a DFS
Expand All @@ -36,7 +36,7 @@ import org.apache.spark.SparkContext._
* 6. Compares the word count results
*/
object DFSReadWriteTest {

private var localFilePath: File = new File(".")
private var dfsDirPath: String = ""

Expand Down

0 comments on commit 4a462c2

Please sign in to comment.