We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5876e5 commit c53f188Copy full SHA for c53f188
examples/src/main/scala/org/apache/spark/examples/DFSReadWriteTest.scala
@@ -27,7 +27,7 @@ import org.apache.spark.SparkContext._
27
/**
28
* Simple test for reading and writing to a distributed
29
* file system. This example does the following:
30
- *
+ *
31
* 1. Reads local file
32
* 2. Computes word count on local file
33
* 3. Writes local file to a DFS
@@ -36,7 +36,7 @@ import org.apache.spark.SparkContext._
36
* 6. Compares the word count results
37
*/
38
object DFSReadWriteTest {
39
-
+
40
private var localFilePath: File = new File(".")
41
private var dfsDirPath: String = ""
42
0 commit comments