Skip to content

Commit d25c6cf

Browse files
author
Marcelo Vanzin
committed
Merge branch 'master' into SPARK-10004
Conflicts: core/src/main/scala/org/apache/spark/network/netty/NettyBlockRpcServer.scala
2 parents 8153497 + 5c08c86 commit d25c6cf

File tree

313 files changed

+5648
-2504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

313 files changed

+5648
-2504
lines changed

R/create-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pushd $FWDIR
3939
mkdir -p pkg/html
4040
pushd pkg/html
4141

42-
Rscript -e 'library(SparkR, lib.loc="../../lib"); library(knitr); knit_rd("SparkR")'
42+
Rscript -e 'libDir <- "../../lib"; library(SparkR, lib.loc=libDir); library(knitr); knit_rd("SparkR", links = tools::findHTMLlinks(paste(libDir, "SparkR", sep="/")))'
4343

4444
popd
4545

0 commit comments

Comments
 (0)