You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Xuefu Zhang <xz...@cloudera.com> on 2013/11/26 03:04:34 UTC

Build seems broken

[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

Re: Build seems broken

Posted by Navis류승우 <na...@nexr.com>.
I've forgot to mark delete/add files for the patch. It seemed working now.

Sorry for the inconvenience to all.


2013/11/26 Jarek Jarcec Cecho <ja...@apache.org>

> I've pushed something that I didn't want couple of minutes ago and then
> force push to remove it. I'm not sure whether it's caused by that though.
>
> Jarcec
>
> On Mon, Nov 25, 2013 at 06:04:34PM -0800, Xuefu Zhang wrote:
> > [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
>

Re: Build seems broken

Posted by Jarek Jarcec Cecho <ja...@apache.org>.
I've pushed something that I didn't want couple of minutes ago and then force push to remove it. I'm not sure whether it's caused by that though.

Jarcec

On Mon, Nov 25, 2013 at 06:04:34PM -0800, Xuefu Zhang wrote:
> [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

Re: Build seems broken

Posted by Navis류승우 <na...@nexr.com>.
My bad. I should removed the class committing HIVE-4518.


2013/11/26 Xuefu Zhang <xz...@cloudera.com>

> [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
>