Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 63A02200B65 for ; Wed, 3 Aug 2016 04:56:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6248A160AA8; Wed, 3 Aug 2016 02:56:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A86E9160A76 for ; Wed, 3 Aug 2016 04:56:36 +0200 (CEST) Received: (qmail 26864 invoked by uid 500); 3 Aug 2016 02:56:35 -0000 Mailing-List: contact commits-help@zeppelin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zeppelin.apache.org Delivered-To: mailing list commits@zeppelin.apache.org Received: (qmail 26855 invoked by uid 99); 3 Aug 2016 02:56:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2016 02:56:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9F7BEE0007; Wed, 3 Aug 2016 02:56:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: minalee@apache.org To: commits@zeppelin.apache.org Message-Id: <7d3aec8e011e44f09bd75f8f93f5714e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: zeppelin git commit: minor doc fix for r.md Date: Wed, 3 Aug 2016 02:56:35 +0000 (UTC) archived-at: Wed, 03 Aug 2016 02:56:37 -0000 Repository: zeppelin Updated Branches: refs/heads/master 52b3cbff7 -> 6b6f1cb76 minor doc fix for r.md ### What is this PR for? straightforward doc fix ### What type of PR is it? [Documentation] ### Todos * [ ] - Task ### What is the Jira issue? * No jira created as it is very trival. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang Closes #1268 from zjffdu/r_doc_fix and squashes the following commits: 105fead [Jeff Zhang] minor doc fix for r.md Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/6b6f1cb7 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/6b6f1cb7 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/6b6f1cb7 Branch: refs/heads/master Commit: 6b6f1cb76cb2c9701a3accb3a4ee365d6566eb7a Parents: 52b3cbf Author: Jeff Zhang Authored: Wed Aug 3 07:51:07 2016 +0800 Committer: Mina Lee Committed: Wed Aug 3 11:56:24 2016 +0900 ---------------------------------------------------------------------- docs/interpreter/r.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/6b6f1cb7/docs/interpreter/r.md ---------------------------------------------------------------------- diff --git a/docs/interpreter/r.md b/docs/interpreter/r.md index bc94fff..e4f4a9f 100644 --- a/docs/interpreter/r.md +++ b/docs/interpreter/r.md @@ -104,7 +104,7 @@ And vice versa: * The `knitr` environment is persistent. If you run a chunk from Zeppelin that changes a variable, then run the same chunk again, the variable has already been changed. Use immutable variables. -* (Note that `%spark.r` and `$r` are two different ways of calling the same interpreter, as are `%spark.knitr` and `%knitr`. By default, Zeppelin puts the R interpreters in the `%spark.` Interpreter Group. +* (Note that `%spark.r` and `%r` are two different ways of calling the same interpreter, as are `%spark.knitr` and `%knitr`. By default, Zeppelin puts the R interpreters in the `%spark.` Interpreter Group. * Using the `%r` interpreter, if you return a data.frame, HTML, or an image, it will dominate the result. So if you execute three commands, and one is `hist()`, all you will see is the histogram, not the results of the other commands. This is a Zeppelin limitation.