Re: Failed to build Zeppelin pulled from Master Branch

2016-09-14 Thread Mina Lee
Hi Afancy, if you want to build with Scala 2.11 by using -Pscala-2.11 flag, you will need to run `./dev/change_scala_version.sh 2.11` prior to running mvn command. Scala dependent modules in Zeppelin have _2.10 suffix in artifact id by default and running ./dev/change_scala_version.sh will change t

Failed to build Zeppelin pulled from Master Branch

2016-09-14 Thread afancy
Hello Folk, I am using this command "mvn -X clean package -Pbuild-distr -DskipTests -Pspark-2.0 -Phadoop-2.4 -Pyarn -Pscala-2.11 -Ppyspark -Psparkr" to build the source code pulled from master branch, but got the following error. Any suggestion is appreciated if you encounter the same problem. Th