Repository: spark
Updated Branches:
  refs/heads/branch-2.0 811a2cef0 -> cc4018996


[SPARKR][MINOR] Remove reference link for common Windows environment variables

## What changes were proposed in this pull request?

The PR removes reference link in the doc for environment variables for common 
Windows folders. The cran check gave code 503: service unavailable on the 
original link.

## How was this patch tested?

Manual check.

Author: Junyang Qian <junya...@databricks.com>

Closes #14767 from junyangq/SPARKR-RemoveLink.

(cherry picked from commit 8fd63e808e15c8a7e78fef847183c86f332daa91)
Signed-off-by: Felix Cheung <felixche...@apache.org>


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

Branch: refs/heads/branch-2.0
Commit: cc4018996740b3a68d4a557615c59c67b8996ebb
Parents: 811a2ce
Author: Junyang Qian <junya...@databricks.com>
Authored: Tue Aug 23 11:22:32 2016 -0700
Committer: Felix Cheung <felixche...@apache.org>
Committed: Tue Aug 23 11:22:46 2016 -0700

----------------------------------------------------------------------
 R/pkg/R/install.R | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/cc401899/R/pkg/R/install.R
----------------------------------------------------------------------
diff --git a/R/pkg/R/install.R b/R/pkg/R/install.R
index ff81e86..c6ed88e 100644
--- a/R/pkg/R/install.R
+++ b/R/pkg/R/install.R
@@ -50,9 +50,7 @@
 #'                 \itemize{
 #'                   \item Mac OS X: \file{~/Library/Caches/spark}
 #'                   \item Unix: \env{$XDG_CACHE_HOME} if defined, otherwise 
\file{~/.cache/spark}
-#'                   \item Windows: 
\file{\%LOCALAPPDATA\%\\spark\\spark\\Cache}. See
-#'                         
\href{https://www.microsoft.com/security/portal/mmpc/shared/variables.aspx}{
-#'                         Windows Common Folder Variables} about 
\%LOCALAPPDATA\%
+#'                   \item Windows: 
\file{\%LOCALAPPDATA\%\\spark\\spark\\Cache}.
 #'                 }
 #' @param overwrite If \code{TRUE}, download and overwrite the existing tar 
file in localDir
 #'                  and force re-install Spark (in case the local directory or 
file is corrupted)


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

Reply via email to