Skip to content

Commit 2cced61

Browse files
committed
Add r to binary package and maven build
1 parent 903bc12 commit 2cced61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/create_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function make_binary_release() {
102102

103103
git_clone
104104
make_source_package
105-
make_binary_release all "-Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark"
105+
make_binary_release all "-Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark -Psparkr -Pr"
106106

107107
# remove non release files and dirs
108108
rm -rf "${WORKING_DIR}/zeppelin"

dev/publish_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=512m"
4242
RELEASE_VERSION="$1"
4343
GIT_TAG="$2"
4444

45-
PUBLISH_PROFILES="-Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark"
45+
PUBLISH_PROFILES="-Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark -Psparkr -Pr"
4646
PROJECT_OPTIONS="-pl !zeppelin-distribution"
4747
NEXUS_STAGING="https://repository.apache.org/service/local/staging"
4848
NEXUS_PROFILE="153446d1ac37c4"

0 commit comments

Comments
 (0)