[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 5.604s
[INFO] Finished at: Mon Nov 25 17:53:20 PST 2013
[INFO] Final Memory: 29M/283M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
(default-compile) on project hive-it-util: Compilation failure: Compilation
failure:
[ERROR]
/home/xzhang/apa/hive-commit/itests/util/src/main/java/org/apache/hadoop/hive/ql/hooks/OptrStatGroupByHook.java:[45,73]
cannot find symbol
[ERROR] symbol : variable HIVEJOBPROGRESS
[ERROR] location: class org.apache.hadoop.hive.conf.HiveConf.ConfVars
[ERROR]
/home/xzhang/apa/hive-commit/itests/util/src/main/java/org/apache/hadoop/hive/ql/hooks/OptrStatGroupByHook.java:[57,38]
cannot find symbol
[ERROR] symbol : method getCounters()
[ERROR] location: class org.apache.hadoop.hive.ql.exec.Operator<capture#671
of ? extends org.apache.hadoop.hive.ql.plan.OperatorDesc>
[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-it-util