Amit Rathi created ZEPPELIN-3363: ------------------------------------ Summary: Build error for macOS high siera. Failed installing plugin: zengine-plugins-parent Key: ZEPPELIN-3363 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3363 Project: Zeppelin Issue Type: Bug Components: build Affects Versions: 0.9.0 Reporter: Amit Rathi
Trying to install zepellin with regular command results in following error: Command: {code:java} mvn clean package -DskipTests -Pspark-2.0 -Phadoop-2.4 -Pyarn -Ppyspark -Psparkr -Pr -Pscala-2.11 {code} Error: {code:java} ... [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (copy-plugin-artifact) on project zengine-plugins-parent: Error copying artifact from /workspace/zeppelin/zeppelin-plugins/.flattened-pom.xml to /workspace/zeppelin/zeppelin-plugins/target/../../../../plugins/Maven Dependency Plugin/zengine-plugins-parent-0.9.0-SNAPSHOT.pom: /workspace/zeppelin/zeppelin-plugins/target/../../../../plugins/Maven Dependency Plugin/zengine-plugins-parent-0.9.0-SNAPSHOT.pom (No such file or directory) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :zengine-plugins-parent {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)