GitHub user shijinkui opened a pull request: https://github.com/apache/incubator-zeppelin/pull/905
Sjk dev ### What is this PR for? 1. frontend-maven-plugin upgrade to 1.0, as low version occur error when build on osx 2. upgrade spark version from 1.4.1 to 1.6.1 3. define maven dependency scala version as property, used by dependency version include scala version 4. dependencyManagement define junit and scala-test dependency, same to pluginManagement 5. add `spark.iscached` property, used by profile when need download spark dist by download-maven-plugin. 6. add spark-2.0 and hadoop-2.7 profile ### What type of PR is it? [Improvement] ### Todos ### What is the Jira issue? * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/ * Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. [ZEPPELIN-533] ### How should this be tested? run build command: `export MAVEN_OPTS="-Xmx3g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512M"; mvn clean package -Pbuild-distr -DskipTests -Pspark-1.6 -Phadoop-2.7 -Ppyspark -Pvendor-repo -Dignite.version=1.1.0-incubating -Pscalding -Pspark-dist-cached -Drat.skip=true` ### Questions: You can merge this pull request into a Git repository by running: $ git pull https://github.com/shijinkui/incubator-zeppelin sjk_dev Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/905.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #905 ---- commit 790121bf678c913ba33c0488bc3399339ba38c69 Author: shijinkui <shijinkui...@163.com> Date: 2016-05-19T13:31:50Z change pom for compile success commit 2a365ed49cabd296f32dbe332539d9c362fc3a94 Author: shijinkui <shijinkui...@163.com> Date: 2016-05-19T13:55:28Z add scala version varible properties ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---