From 6e23724c39082cd23d8af64130dcd559ff9feb67 Mon Sep 17 00:00:00 2001 From: Youngwoo Kim Date: Wed, 13 Dec 2017 10:30:30 +0900 Subject: [PATCH] BIGTOP-2810: Support R integration for Zeppelin --- bigtop-packages/src/common/zeppelin/do-component-build | 1 + 1 file changed, 1 insertion(+) diff --git a/bigtop-packages/src/common/zeppelin/do-component-build b/bigtop-packages/src/common/zeppelin/do-component-build index 18a73f14d2..1f7eae5da4 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