shijinkui created ZEPPELIN-870:
----------------------------------
Summary: improvement build and pom normalized
Key: ZEPPELIN-870
URL: https://issues.apache.org/jira/browse/ZEPPELIN-870
Project: Zeppelin
Issue Type: Improvement
Reporter: shijinkui
After I clone zeppelin project, the build occur serveral error.
1. compile error at issue:
https://github.com/eirslett/frontend-maven-plugin/issues/423
[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:1.0:install-node-and-npm (install
node and npm) on project zeppelin-web: The plugin
com.github.eirslett:frontend-maven-plugin:1.0 requires Maven version 3.1.0 ->
[Help 1]
2. can't spark 1.6.1 and hadoop 2.7
so we' better do some improvement:
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, profile `spark-1.6`
activeByDefault
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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)