Skip to content
Snippets Groups Projects
Commit 4a462c28 authored by Liang-Chi Hsieh's avatar Liang-Chi Hsieh Committed by Andrew Or
Browse files

[HOTFIX] Fix scala style in DFSReadWriteTest that causes tests failed

This scala style problem causes tested failed.

Author: Liang-Chi Hsieh <viirya@gmail.com>

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

c53f188 [Liang-Chi Hsieh] Fix scala style.
parent c5876e52
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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 = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment