Repository: bigtop Updated Branches: refs/heads/master 4ad7f6bd2 -> 43de36399
BIGTOP-2909: ppc64le: Zeppelin 0.7.2 build is failing Signed-off-by: Amir Sanjar <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/43de3639 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/43de3639 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/43de3639 Branch: refs/heads/master Commit: 43de363995b306024b96015848f089d529b2cc11 Parents: 4ad7f6b Author: Amir Sanjar <[email protected]> Authored: Fri Oct 20 11:48:07 2017 -0500 Committer: Amir Sanjar <[email protected]> Committed: Fri Oct 20 11:52:37 2017 -0500 ---------------------------------------------------------------------- bigtop-packages/src/common/zeppelin/do-component-build | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/43de3639/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 05d93f3..18a73f1 100644 --- a/bigtop-packages/src/common/zeppelin/do-component-build +++ b/bigtop-packages/src/common/zeppelin/do-component-build @@ -18,18 +18,6 @@ set -ex . `dirname $0`/bigtop.bom -if [ $HOSTTYPE = "powerpc64le" ] ; then - git clone https://github.com/ibmsoe/phantomjs-1 - cd phantomjs-1 - export PHANTOMJS_CDNURL=https://github.com/ibmsoe/phantomjs/releases/download/2.1.1 - npm install -g - cd .. - rm -rf phantomjs-1 - sed -i "s|<nodeVersion>.*</nodeVersion>|<nodeVersion>v4.4.7</nodeVersion>|" zeppelin-web/pom.xml - sed -i 's|"karma-phantomjs-launcher": "~0.1.4"|"karma-phantomjs-launcher": "~1.0.0"|' zeppelin-web/package.json - sed -i "s|<version>0.0.25</version>|<version>1.1</version>|" zeppelin-web/pom.xml -fi - ./dev/change_scala_version.sh ${SCALA_VERSION%.*} BUILD_OPTS="-Dscala.version=${SCALA_VERSION} \
