You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sh...@apache.org on 2015/10/30 05:01:15 UTC

spark git commit: [SPARK-11409][SPARKR] Enable url link in R doc for Persist

Repository: spark
Updated Branches:
  refs/heads/master 96cf87f66 -> d89be0bf8


[SPARK-11409][SPARKR] Enable url link in R doc for Persist

Quick one line doc fix
link is not clickable
![image](https://cloud.githubusercontent.com/assets/8969467/10833041/4e91dd7c-7e4c-11e5-8905-713b986dbbde.png)

shivaram

Author: felixcheung <fe...@hotmail.com>

Closes #9363 from felixcheung/rpersistdoc.


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

Branch: refs/heads/master
Commit: d89be0bf81029cd82008a959d191e1c7b6ceaa18
Parents: 96cf87f
Author: felixcheung <fe...@hotmail.com>
Authored: Thu Oct 29 21:01:10 2015 -0700
Committer: Shivaram Venkataraman <sh...@cs.berkeley.edu>
Committed: Thu Oct 29 21:01:10 2015 -0700

----------------------------------------------------------------------
 R/pkg/R/DataFrame.R | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d89be0bf/R/pkg/R/DataFrame.R
----------------------------------------------------------------------
diff --git a/R/pkg/R/DataFrame.R b/R/pkg/R/DataFrame.R
index c894445..87a2c66 100644
--- a/R/pkg/R/DataFrame.R
+++ b/R/pkg/R/DataFrame.R
@@ -357,7 +357,7 @@ setMethod("cache",
 #'
 #' Persist this DataFrame with the specified storage level. For details of the
 #' supported storage levels, refer to
-#' http://spark.apache.org/docs/latest/programming-guide.html#rdd-persistence.
+#' \url{http://spark.apache.org/docs/latest/programming-guide.html#rdd-persistence}.
 #'
 #' @param x The DataFrame to persist
 #' @rdname persist
@@ -1572,7 +1572,7 @@ setMethod("merge",
             joinRes
           })
 
-#' 
+#'
 #' Creates a list of columns by replacing the intersected ones with aliases.
 #' The name of the alias column is formed by concatanating the original column name and a suffix.
 #'


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