Skip to content

Instantly share code, notes, and snippets.

@oza
Created November 28, 2013 05:16
Show Gist options
  • Save oza/7687568 to your computer and use it in GitHub Desktop.
Save oza/7687568 to your computer and use it in GitHub Desktop.
build error when executing "mvn clean install"
ubuntu@localhost:~/tez$ mvn clean install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.tez:tez-docs:pom:0.2.0
[WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-project-info-reports-plugin is missing. @ line 195, column 17
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] tez
[INFO] tez-api
[INFO] tez-common
[INFO] tez-runtime-internals
[INFO] tez-runtime-library
[INFO] tez-mapreduce
[INFO] tez-dag
[INFO] tez-mapreduce-examples
[INFO] tez-tests
[INFO] tez-dist
[INFO] Tez
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building tez 0.2.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ tez ---
[INFO]
[INFO] --- maven-install-plugin:2.3:install (default-install) @ tez ---
[INFO] Installing /home/ubuntu/tez/pom.xml to /home/ubuntu/.m2/repository/org/apache/tez/tez/0.2.0/tez-0.2.0.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building tez-api 0.2.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ tez-api ---
[INFO] Deleting file set: /home/ubuntu/tez/tez-api/target (included: [**], excluded: [])
[INFO]
[INFO] --- hadoop-maven-plugins:2.2.0:protoc (compile-protoc) @ tez-api ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tez-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/ubuntu/tez/tez-api/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ tez-api ---
[INFO] Compiling 77 source files to /home/ubuntu/tez/tez-api/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] tez ............................................... SUCCESS [0.354s]
[INFO] tez-api ........................................... FAILURE [1.525s]
[INFO] tez-common ........................................ SKIPPED
[INFO] tez-runtime-internals ............................. SKIPPED
[INFO] tez-runtime-library ............................... SKIPPED
[INFO] tez-mapreduce ..................................... SKIPPED
[INFO] tez-dag ........................................... SKIPPED
[INFO] tez-mapreduce-examples ............................ SKIPPED
[INFO] tez-tests ......................................... SKIPPED
[INFO] tez-dist .......................................... SKIPPED
[INFO] Tez ............................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.205s
[INFO] Finished at: Thu Nov 28 05:14:50 UTC 2013
[INFO] Final Memory: 17M/901M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project tez-api: Compilation failure: Compilation failure:
[ERROR] /home/ubuntu/tez/tez-api/src/main/java/org/apache/tez/runtime/api/Output.java:[42,13] error: generics are not supported in -source 1.3
[ERROR]
[ERROR] (use -source 5 or higher to enable generics)
[ERROR] /home/ubuntu/tez/tez-api/src/main/java/org/apache/tez/dag/api/InputDescriptor.java:[25,3] error: annotations are not supported in -source 1.3
[ERROR]
[ERROR] (use -source 5 or higher to enable annotations)
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[14,28] error: ';' expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[15,56] error: <identifier> expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[19,4] error: invalid method declaration; return type required
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[19,10] error: illegal start of type
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[19,13] error: illegal start of type
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[19,15] error: ';' expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[55,58] error: generics are not supported in -source 1.3
[ERROR]
[ERROR] (use -source 5 or higher to enable generics)
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[94,12] error: invalid method declaration; return type required
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[105,9] error: enums are not supported in -source 1.3
[ERROR]
[ERROR] (use -source 5 or higher to enable enums)
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[940,5] error: annotations are not supported in -source 1.3
[ERROR]
[ERROR] (use -source 5 or higher to enable annotations)
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20384,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20387,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20389,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20392,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20394,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20397,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20399,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20402,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20404,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20407,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20409,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20412,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20414,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20417,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20419,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20422,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20424,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20427,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20429,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20432,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20434,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20437,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20439,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20442,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20444,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20447,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20449,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20452,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20454,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20457,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20459,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20462,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20464,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20467,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20469,17] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20472,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20475,16] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20478,2] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20481,9] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20566,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20568,15] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20571,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20573,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20577,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20579,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20583,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20585,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20589,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20591,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20595,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20597,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20601,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20603,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20607,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20609,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20613,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20615,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20619,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20621,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20625,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20627,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20631,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20633,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20637,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20639,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20643,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20645,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20649,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20651,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20655,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20657,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20661,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20663,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20667,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20669,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20673,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20675,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20679,10] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20680,8] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20682,4] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/target/generated-sources/java/org/apache/tez/dag/api/records/DAGProtos.java:[20686,2] error: class, interface, or enum expected
[ERROR]
[ERROR] /home/ubuntu/tez/tez-api/src/main/java/org/apache/tez/runtime/common/objectregistry/ObjectRegistryFactory.java:[25,3] error: annotations are not supported in -source 1.3
[ERROR]
[ERROR] (use -source 5 or higher to enable annotations)
[ERROR] /home/ubuntu/tez/tez-api/src/main/java/org/apache/tez/common/counters/TezCounter.java:[36,1] error: annotations are not supported in -source 1.3
[ERROR]
[ERROR] (use -source 5 or higher to enable annotations)
[ERROR] /home/ubuntu/tez/tez-api/src/main/java/org/apache/tez/dag/api/Edge.java:[54,3] error: annotations are not supported in -source 1.3
[ERROR]
[ERROR] (use -source 5 or higher to enable annotations)
[ERROR] /home/ubuntu/tez/tez-api/src/main/java/org/apache/tez/runtime/api/events/InputFailedEvent.java:[59,3] error: annotations are not supported in -source 1.3
[ERROR]
[ERROR] (use -source 5 or higher to enable annotations)
[ERROR] /home/ubuntu/tez/tez-api/src/main/java/org/apache/tez/runtime/api/events/RootInputConfigureVertexTasksEvent.java:[29,20] error: generics are not supported in -source 1.3
[ERROR]
[ERROR] (use -source 5 or higher to enable generics)
[ERROR] /home/ubuntu/tez/tez-api/src/main/java/org/apache/tez/common/counters/TezCounters.java:[31,1] error: annotations are not supported in -source 1.3
[ERROR]
[ERROR] (use -source 5 or higher to enable annotations)
[ERROR] /home/ubuntu/tez/tez-api/src/main/java/org/apache/tez/common/counters/TezCounters.java:[33,49] error: generics are not supported in -source 1.3
[ERROR] -> [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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :tez-api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment