Description
Compiling trunk fails when building based on instructions in
https://cwiki.apache.org/confluence/display/Hive/HowToContribute
$ git status
On branch trunk
Your branch is up-to-date with 'origin/trunk'.
nothing to commit, working directory clean
$ mvn clean install -DskipTests -Phadoop-1
...[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project hive-metastore: Compilation failure: Compilation failure:
[ERROR] /tmp/hive/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java:[6089,29] cannot find symbol
[ERROR] symbol: class JvmPauseMonitor
[ERROR] location: package org.apache.hadoop.util
[ERROR] /tmp/hive/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java:[6090,35] cannot find symbol
[ERROR] symbol: class JvmPauseMonitor
[ERROR] location: package org.apache.hadoop.util
[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 :hive-metastore
Attachments
Attachments
Issue Links
- is related to
-
HIVE-9870 Add JvmPauseMonitor threads to HMS and HS2 daemons
- Closed