Build seems broken

2013-11-25 Thread Xuefu Zhang
[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.Operatorcapture#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

2013-11-25 Thread Navis류승우
My bad. I should removed the class committing HIVE-4518.


2013/11/26 Xuefu Zhang xzh...@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.Operatorcapture#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

2013-11-25 Thread Jarek Jarcec Cecho
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.Operatorcapture#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


signature.asc
Description: Digital signature


Re: Build seems broken

2013-11-25 Thread Navis류승우
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 jar...@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.Operatorcapture#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