This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new cc0b9d4  [MINOR][DOCS][R] Use actual version in SparkR Arrow guide for 
copy-and-paste
cc0b9d4 is described below

commit cc0b9d41cdc8a46563f52caf840ed803d287da85
Author: HyukjinKwon <gurwls...@apache.org>
AuthorDate: Fri May 24 10:38:26 2019 -0700

    [MINOR][DOCS][R] Use actual version in SparkR Arrow guide for copy-and-paste
    
    ## What changes were proposed in this pull request?
    
    To address https://github.com/apache/spark/pull/24506#discussion_r280964509
    
    ## How was this patch tested?
    
    N/A
    
    Closes #24701 from HyukjinKwon/minor-arrow-r-doc.
    
    Authored-by: HyukjinKwon <gurwls...@apache.org>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 docs/sparkr.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/sparkr.md b/docs/sparkr.md
index 31a69d5..b50786d 100644
--- a/docs/sparkr.md
+++ b/docs/sparkr.md
@@ -666,10 +666,10 @@ Apache Arrow is an in-memory columnar data format that is 
used in Spark to effic
 Currently, Arrow R library is not on CRAN yet 
[ARROW-3204](https://issues.apache.org/jira/browse/ARROW-3204). Therefore, it 
should be installed directly from Github. You can use `remotes::install_github` 
as below.
 
 ```bash
-Rscript -e 'remotes::install_github("apache/arrow@TAG", subdir = "r")'
+Rscript -e 'remotes::install_github("apache/arrow@apache-arrow-0.12.1", subdir 
= "r")'
 ```
 
-`TAG` is a version tag that can be checked in [Arrow at 
Github](https://github.com/apache/arrow/releases). You must ensure that Arrow R 
package is installed and available on all cluster nodes. The current supported 
version is 0.12.1.
+`apache-arrow-0.12.1` is a version tag that can be checked in [Arrow at 
Github](https://github.com/apache/arrow/releases). You must ensure that Arrow R 
package is installed and available on all cluster nodes. The current supported 
version is 0.12.1.
 
 ## Enabling for Conversion to/from R DataFrame, `dapply` and `gapply`
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to