Repository: zeppelin
Updated Branches:
  refs/heads/master dc71877f7 -> 7213f8f95


[MINOR] fix: Remove newlines in spark tutorial output

### What is this PR for?

fix: Remove newlines in spark tutorial output. I attached screenshots.

### What type of PR is it?
[Bug Fix]

### Todos

DONE

### What is the Jira issue?

MINOR

### How should this be tested?

1. Check out this PR.
2. Build
3. Open the `Zeppelin Tutorial / Basic Features(Spark)` notebook
4. Check the output.

### Screenshots (if appropriate)

#### Before

![image](https://cloud.githubusercontent.com/assets/4968473/26576428/ddd50236-4563-11e7-9cb4-ecfd2c888421.png)

#### After

![image](https://cloud.githubusercontent.com/assets/4968473/26576451/ea0601c2-4563-11e7-9efa-f4f0d581000b.png)

### Questions:
* Does the licenses files need update? - NO
* Is there breaking changes for older versions? - NO
* Does this needs documentation? - NO

Author: 1ambda <[email protected]>

Closes #2379 from 1ambda/MINOR/update-spark-tutorial-paragraph and squashes the 
following commits:

c3d1f7ed [1ambda] fix: Remove newlines in spark tutorial


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/7213f8f9
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/7213f8f9
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/7213f8f9

Branch: refs/heads/master
Commit: 7213f8f954259d1ee7ef525ef2e02373a6bda9b5
Parents: dc71877
Author: 1ambda <[email protected]>
Authored: Fri Jun 2 08:06:48 2017 +0900
Committer: Jongyoul Lee <[email protected]>
Committed: Thu Jun 8 11:00:12 2017 +0900

----------------------------------------------------------------------
 notebook/2A94M5J1Z/note.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/7213f8f9/notebook/2A94M5J1Z/note.json
----------------------------------------------------------------------
diff --git a/notebook/2A94M5J1Z/note.json b/notebook/2A94M5J1Z/note.json
index 4f896e8..6e8e06f 100644
--- a/notebook/2A94M5J1Z/note.json
+++ b/notebook/2A94M5J1Z/note.json
@@ -83,7 +83,7 @@
         "msg": [
           {
             "type": "TEXT",
-            "data": "\nimport org.apache.commons.io.IOUtils\n\nimport 
java.net.URL\n\nimport java.nio.charset.Charset\n\nbankText: 
org.apache.spark.rdd.RDD[String] \u003d ParallelCollectionRDD[0] at parallelize 
at \u003cconsole\u003e:32\n\ndefined class Bank\n\nbank: 
org.apache.spark.sql.DataFrame \u003d [age: int, job: string ... 3 more 
fields]\n\nwarning: there were 1 deprecation warning(s); re-run with 
-deprecation for details\n"
+            "data": "import org.apache.commons.io.IOUtils\nimport 
java.net.URL\nimport java.nio.charset.Charset\nbankText: 
org.apache.spark.rdd.RDD[String] \u003d ParallelCollectionRDD[36] at 
parallelize at \u003cconsole\u003e:43\ndefined class Bank\nbank: 
org.apache.spark.sql.DataFrame \u003d [age: int, job: string ... 3 more 
fields]\nwarning: there were 1 deprecation warning(s); re-run with -deprecation 
for details\n"
           }
         ]
       },

Reply via email to