From bc6d93f84bf3488836c35aa5387b81ec37aaee2a Mon Sep 17 00:00:00 2001 From: Felix Cheung Date: Sat, 30 Sep 2017 15:51:24 -0700 Subject: [PATCH 1/2] test --- R/install-dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/install-dev.sh b/R/install-dev.sh index d61355271830..8d8d0b5a9025 100755 --- a/R/install-dev.sh +++ b/R/install-dev.sh @@ -27,7 +27,7 @@ # to load the SparkR package on the worker nodes. set -o pipefail -set -e +set -xe FWDIR="$(cd "`dirname "${BASH_SOURCE[0]}"`"; pwd)" LIB_DIR="$FWDIR/lib" From 0cd5c0f1d071e329138d50678988894f38151ef5 Mon Sep 17 00:00:00 2001 From: Felix Cheung Date: Sat, 30 Sep 2017 16:16:04 -0700 Subject: [PATCH 2/2] test --- R/install-dev.sh | 3 ++- core/pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/R/install-dev.sh b/R/install-dev.sh index 8d8d0b5a9025..9fbc999f2e80 100755 --- a/R/install-dev.sh +++ b/R/install-dev.sh @@ -27,7 +27,8 @@ # to load the SparkR package on the worker nodes. set -o pipefail -set -xe +set -e +set -x FWDIR="$(cd "`dirname "${BASH_SOURCE[0]}"`"; pwd)" LIB_DIR="$FWDIR/lib" diff --git a/core/pom.xml b/core/pom.xml index 09669149d812..54f7a34a6c37 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -499,7 +499,7 @@ - ..${file.separator}R${file.separator}install-dev${script.extension} + ${project.basedir}${file.separator}..${file.separator}R${file.separator}install-dev${script.extension}