Repository: zeppelin Updated Branches: refs/heads/master 8d18703e3 -> 062c2a47c
[HOTFIX] Remove unintended characters from r tutorial ### What is this PR for? If user runs **Create a R Dataframe** paragraph in **Zeppelin Tutorial/R (SparkR)** note, he/she will get error because of some unintended characters inserted. ### What type of PR is it? Documentation | Hot Fix ### Screenshots (if appropriate) **Before**  **After**  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Mina Lee <mina...@apache.org> Closes #2200 from minahlee/hotfix/fixTypo and squashes the following commits: 2d2cb248 [Mina Lee] Remove unintended characters from r tutorial Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/062c2a47 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/062c2a47 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/062c2a47 Branch: refs/heads/master Commit: 062c2a47ccced40297e06dffe6c68c1815c29afe Parents: 8d18703 Author: Mina Lee <mina...@apache.org> Authored: Wed Mar 29 11:05:23 2017 +0900 Committer: Mina Lee <mina...@apache.org> Committed: Fri Mar 31 10:59:18 2017 +0900 ---------------------------------------------------------------------- notebook/2BWJFTXKJ/note.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/062c2a47/notebook/2BWJFTXKJ/note.json ---------------------------------------------------------------------- diff --git a/notebook/2BWJFTXKJ/note.json b/notebook/2BWJFTXKJ/note.json index 13a2dfd..7196dd0 100644 --- a/notebook/2BWJFTXKJ/note.json +++ b/notebook/2BWJFTXKJ/note.json @@ -675,7 +675,7 @@ }, { "title": "Create a R Dataframe", - "text": "%r \n\nlocalNames \u003c- data.frame(name\u003dc(\"John\", \"Smith\", \"Sarah\"), budget\u003dc(19, 53, 18))kjkjkj\nnames \u003c- createDataFrame(sqlContext, localNames)\nprintSchema(names)\nregisterTempTable(names, \"names\")\n\n# SparkR::head(names)", + "text": "%r \n\nlocalNames \u003c- data.frame(name\u003dc(\"John\", \"Smith\", \"Sarah\"), budget\u003dc(19, 53, 18))\nnames \u003c- createDataFrame(sqlContext, localNames)\nprintSchema(names)\nregisterTempTable(names, \"names\")\n\n# SparkR::head(names)", "user": "anonymous", "dateUpdated": "Jan 29, 2017 3:19:59 AM", "config": { @@ -1306,4 +1306,4 @@ "looknfeel": "default" }, "info": {} -} \ No newline at end of file +}