Repository: bigtop Updated Branches: refs/heads/master 7acce75fa -> 093d38659
BIGTOP-2810: Support R integration for Zeppelin Signed-off-by: Evans Ye <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/093d3865 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/093d3865 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/093d3865 Branch: refs/heads/master Commit: 093d38659969cc520a856874fb6d058dfe866880 Parents: 7acce75 Author: Youngwoo Kim <[email protected]> Authored: Wed Dec 13 10:30:30 2017 +0900 Committer: Evans Ye <[email protected]> Committed: Fri Dec 15 11:33:49 2017 +0800 ---------------------------------------------------------------------- bigtop-packages/src/common/zeppelin/do-component-build | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/093d3865/bigtop-packages/src/common/zeppelin/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/zeppelin/do-component-build b/bigtop-packages/src/common/zeppelin/do-component-build index 18a73f1..1f7eae5 100644 --- a/bigtop-packages/src/common/zeppelin/do-component-build +++ b/bigtop-packages/src/common/zeppelin/do-component-build @@ -34,6 +34,7 @@ BUILD_OPTS="-Dscala.version=${SCALA_VERSION} \ -Pscala-${SCALA_VERSION%.*} \ -Ppyspark \ -Psparkr \ + -Pr \ -Pbuild-distr" if [ "$ZEPPELIN_RUN_TESTS" = "true" ]; then
