Repository: zeppelin Updated Branches: refs/heads/branch-0.7 54886464a -> 2db7ddc25
[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 (cherry picked from commit 062c2a47ccced40297e06dffe6c68c1815c29afe) Signed-off-by: Mina Lee <mina...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/2db7ddc2 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/2db7ddc2 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/2db7ddc2 Branch: refs/heads/branch-0.7 Commit: 2db7ddc251d19c1901ee97223d25bc86476b77c1 Parents: 5488646 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:33 2017 +0900 ---------------------------------------------------------------------- notebook/2BWJFTXKJ/note.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2db7ddc2/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 +}