You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tajo.apache.org by Christian Schwabe <Ch...@gmx.com> on 2015/02/24 19:43:42 UTC

Compilation Error

Hello guys,

now a few months have passed since since we had contact. Today I wanted to look at the new features of "https://git-wip-us.apache.org/repos/asf/tajo.git". Unfortunately, I got this following compilation error (see below). Can you reproduce this error?

Best regards,
Chris


[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/christian/Desktop/verteiltes_System/01_git/tajo/tajo-core/src/main/java/org/apache/tajo/engine/planner/UniformRangePartition.java:[23,31] error: package com.sun.tools.javac.util does not exist
[ERROR] /Users/christian/Desktop/verteiltes_System/01_git/tajo/tajo-core/src/main/java/org/apache/tajo/engine/planner/UniformRangePartition.java:[629,51] error: cannot find symbol
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Tajo Main .......................................... SUCCESS [  2.721 s]
[INFO] Tajo Project POM ................................... SUCCESS [  2.068 s]
[INFO] Tajo Maven Plugins ................................. SUCCESS [  5.569 s]
[INFO] Tajo Common ........................................ SUCCESS [ 12.214 s]
[INFO] Tajo Algebra ....................................... SUCCESS [ 11.354 s]
[INFO] Tajo Catalog Common ................................ SUCCESS [  6.798 s]
[INFO] Tajo Plan .......................................... SUCCESS [  9.280 s]
[INFO] Tajo Rpc ........................................... SUCCESS [  3.789 s]
[INFO] Tajo Catalog Client ................................ SUCCESS [  1.403 s]
[INFO] Tajo Catalog Server ................................ SUCCESS [  7.987 s]
[INFO] Tajo Storage Common ................................ SUCCESS [ 48.910 s]
[INFO] Tajo HDFS Storage .................................. SUCCESS [ 42.997 s]
[INFO] Tajo HBase Storage ................................. SUCCESS [01:44 min]
[INFO] Tajo PullServer .................................... SUCCESS [  3.910 s]
[INFO] Tajo Client ........................................ SUCCESS [  4.112 s]
[INFO] Tajo CLI tools ..................................... SUCCESS [  6.042 s]
[INFO] Tajo JDBC Driver ................................... SUCCESS [  4.761 s]
[INFO] ASM (thirdparty) ................................... SUCCESS [  3.289 s]
[INFO] Tajo Core .......................................... FAILURE [01:08 min]
[INFO] Tajo Catalog Drivers ............................... SKIPPED
[INFO] Tajo Catalog ....................................... SKIPPED
[INFO] Tajo Storage ....................................... SKIPPED
[INFO] Tajo Distribution .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:50 min
[INFO] Finished at: 2015-02-24T19:34:14+01:00
[INFO] Final Memory: 101M/827M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project tajo-core: Compilation failure: Compilation failure:
[ERROR] /Users/christian/Desktop/verteiltes_System/01_git/tajo/tajo-core/src/main/java/org/apache/tajo/engine/planner/UniformRangePartition.java:[23,31] error: package com.sun.tools.javac.util does not exist
[ERROR] /Users/christian/Desktop/verteiltes_System/01_git/tajo/tajo-core/src/main/java/org/apache/tajo/engine/planner/UniformRangePartition.java:[629,51] error: cannot find symbol
[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 :tajo-core


Re: Compilation Error

Posted by Christian Schwabe <Ch...@gmx.com>.
Hello Jihoon,

thanks for your response.
I can reproduce the error.
Maven can’t compile with Java 8 Update 31.
Compile process with Java 7 Update 71 ran successfully.

Best regards,
Chris


> Am 25.02.2015 um 05:56 schrieb Jihoon Son <ji...@apache.org>:
> 
> Hi Christian,
> I cannot reproduce the reported error.
> Would you mind checking your configurations of maven, java, and protocol buffers?
> 
> Thanks,
> Jihoon
> 
> On Wed, Feb 25, 2015 at 3:44 AM Christian Schwabe <Christian.Schwabe@gmx.com <ma...@gmx.com>> wrote:
> 
> Hello guys,
> 
> now a few months have passed since since we had contact. Today I wanted to look at the new features of "https://git-wip-us.apache.org/repos/asf/tajo.git <https://git-wip-us.apache.org/repos/asf/tajo.git>". Unfortunately, I got this following compilation error (see below). Can you reproduce this error?
> 
> Best regards,
> Chris
> 
> 
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] /Users/christian/Desktop/verteiltes_System/01_git/tajo/tajo-core/src/main/java/org/apache/tajo/engine/planner/UniformRangePartition.java:[23,31] error: package com.sun.tools.javac.util does not exist
> [ERROR] /Users/christian/Desktop/verteiltes_System/01_git/tajo/tajo-core/src/main/java/org/apache/tajo/engine/planner/UniformRangePartition.java:[629,51] error: cannot find symbol
> [INFO] 2 errors 
> [INFO] -------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] Tajo Main .......................................... SUCCESS [  2.721 s]
> [INFO] Tajo Project POM ................................... SUCCESS [  2.068 s]
> [INFO] Tajo Maven Plugins ................................. SUCCESS [  5.569 s]
> [INFO] Tajo Common ........................................ SUCCESS [ 12.214 s]
> [INFO] Tajo Algebra ....................................... SUCCESS [ 11.354 s]
> [INFO] Tajo Catalog Common ................................ SUCCESS [  6.798 s]
> [INFO] Tajo Plan .......................................... SUCCESS [  9.280 s]
> [INFO] Tajo Rpc ........................................... SUCCESS [  3.789 s]
> [INFO] Tajo Catalog Client ................................ SUCCESS [  1.403 s]
> [INFO] Tajo Catalog Server ................................ SUCCESS [  7.987 s]
> [INFO] Tajo Storage Common ................................ SUCCESS [ 48.910 s]
> [INFO] Tajo HDFS Storage .................................. SUCCESS [ 42.997 s]
> [INFO] Tajo HBase Storage ................................. SUCCESS [01:44 min]
> [INFO] Tajo PullServer .................................... SUCCESS [  3.910 s]
> [INFO] Tajo Client ........................................ SUCCESS [  4.112 s]
> [INFO] Tajo CLI tools ..................................... SUCCESS [  6.042 s]
> [INFO] Tajo JDBC Driver ................................... SUCCESS [  4.761 s]
> [INFO] ASM (thirdparty) ................................... SUCCESS [  3.289 s]
> [INFO] Tajo Core .......................................... FAILURE [01:08 min]
> [INFO] Tajo Catalog Drivers ............................... SKIPPED
> [INFO] Tajo Catalog ....................................... SKIPPED
> [INFO] Tajo Storage ....................................... SKIPPED
> [INFO] Tajo Distribution .................................. SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 05:50 min
> [INFO] Finished at: 2015-02-24T19:34:14+01:00
> [INFO] Final Memory: 101M/827M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project tajo-core: Compilation failure: Compilation failure:
> [ERROR] /Users/christian/Desktop/verteiltes_System/01_git/tajo/tajo-core/src/main/java/org/apache/tajo/engine/planner/UniformRangePartition.java:[23,31] error: package com.sun.tools.javac.util does not exist
> [ERROR] /Users/christian/Desktop/verteiltes_System/01_git/tajo/tajo-core/src/main/java/org/apache/tajo/engine/planner/UniformRangePartition.java:[629,51] error: cannot find symbol
> [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 <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 :tajo-core
> 


Re: Compilation Error

Posted by Jihoon Son <ji...@apache.org>.
Hi Christian,
I cannot reproduce the reported error.
Would you mind checking your configurations of maven, java, and protocol
buffers?

Thanks,
Jihoon

On Wed, Feb 25, 2015 at 3:44 AM Christian Schwabe <Ch...@gmx.com>
wrote:

>
> Hello guys,
>
> now a few months have passed since since we had contact. Today I wanted to look
> at the new features of "https://git-wip-us.apache.org/repos/asf/tajo.git". Unfortunately,
> I got this following compilation error (see below). Can you reproduce
> this error?
>
> Best regards,
> Chris
>
>
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /Users/christian/Desktop/verteiltes_System/01_git/tajo/tajo-core/src/main/java/org/apache/tajo/engine/planner/UniformRangePartition.java:[23,31]
> error: package com.sun.tools.javac.util does not exist
> [ERROR]
> /Users/christian/Desktop/verteiltes_System/01_git/tajo/tajo-core/src/main/java/org/apache/tajo/engine/planner/UniformRangePartition.java:[629,51]
> error: cannot find symbol
> [INFO] 2 errors
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Tajo Main .......................................... SUCCESS [
> 2.721 s]
> [INFO] Tajo Project POM ................................... SUCCESS [
> 2.068 s]
> [INFO] Tajo Maven Plugins ................................. SUCCESS [
> 5.569 s]
> [INFO] Tajo Common ........................................ SUCCESS [
> 12.214 s]
> [INFO] Tajo Algebra ....................................... SUCCESS [
> 11.354 s]
> [INFO] Tajo Catalog Common ................................ SUCCESS [
> 6.798 s]
> [INFO] Tajo Plan .......................................... SUCCESS [
> 9.280 s]
> [INFO] Tajo Rpc ........................................... SUCCESS [
> 3.789 s]
> [INFO] Tajo Catalog Client ................................ SUCCESS [
> 1.403 s]
> [INFO] Tajo Catalog Server ................................ SUCCESS [
> 7.987 s]
> [INFO] Tajo Storage Common ................................ SUCCESS [
> 48.910 s]
> [INFO] Tajo HDFS Storage .................................. SUCCESS [
> 42.997 s]
> [INFO] Tajo HBase Storage ................................. SUCCESS [01:44
> min]
> [INFO] Tajo PullServer .................................... SUCCESS [
> 3.910 s]
> [INFO] Tajo Client ........................................ SUCCESS [
> 4.112 s]
> [INFO] Tajo CLI tools ..................................... SUCCESS [
> 6.042 s]
> [INFO] Tajo JDBC Driver ................................... SUCCESS [
> 4.761 s]
> [INFO] ASM (thirdparty) ................................... SUCCESS [
> 3.289 s]
> [INFO] Tajo Core .......................................... FAILURE [01:08
> min]
> [INFO] Tajo Catalog Drivers ............................... SKIPPED
> [INFO] Tajo Catalog ....................................... SKIPPED
> [INFO] Tajo Storage ....................................... SKIPPED
> [INFO] Tajo Distribution .................................. SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 05:50 min
> [INFO] Finished at: 2015-02-24T19:34:14+01:00
> [INFO] Final Memory: 101M/827M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile
> (default-compile) on project tajo-core: Compilation failure: Compilation
> failure:
> [ERROR]
> /Users/christian/Desktop/verteiltes_System/01_git/tajo/tajo-core/src/main/java/org/apache/tajo/engine/planner/UniformRangePartition.java:[23,31]
> error: package com.sun.tools.javac.util does not exist
> [ERROR]
> /Users/christian/Desktop/verteiltes_System/01_git/tajo/tajo-core/src/main/java/org/apache/tajo/engine/planner/UniformRangePartition.java:[629,51]
> error: cannot find symbol
> [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 :tajo-core
>
>