From 4a462c282c72c47eeecf35b4ab227c1bc71908e5 Mon Sep 17 00:00:00 2001
From: Liang-Chi Hsieh <viirya@gmail.com>
Date: Fri, 19 Jun 2015 11:36:59 -0700
Subject: [PATCH] [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.
---
 .../scala/org/apache/spark/examples/DFSReadWriteTest.scala    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/src/main/scala/org/apache/spark/examples/DFSReadWriteTest.scala b/examples/src/main/scala/org/apache/spark/examples/DFSReadWriteTest.scala
index c05890dfbf..1f12034ce0 100644
--- a/examples/src/main/scala/org/apache/spark/examples/DFSReadWriteTest.scala
+++ b/examples/src/main/scala/org/apache/spark/examples/DFSReadWriteTest.scala
@@ -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 = ""
 
-- 
GitLab