[ 
https://issues.apache.org/jira/browse/PARQUET-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14493860#comment-14493860
 ] 

Tony Reix commented on PARQUET-249:
-----------------------------------

Thanks for the link !
Running the compilation and tests are described here, that works pefectly fine 
in my PPC64LE/RHEL7.1/OpenJDK environment :

24
Module                                                   Total Failure Error 
Skipped
------------------------------------------------------------------------------------
Apache Parquet Common (Incubating) 1.6.0                     4     0     0     0
Apache Parquet Generator (Incubating) 1.6.0                  0     0     0     0
Apache Parquet Encodings (Incubating) 1.6.0                 29     0     0     0
Apache Parquet Column (Incubating) 1.6.0                   174     0     0     1
Apache Parquet Jackson (Incubating) 1.6.0                    0     0     0     0
Apache Parquet Hadoop (Incubating) 1.6.0                    78     0     0     0
Apache Parquet Avro (Incubating) 1.6.0                      42     0     0     2
Parquet Benchmarks 1.6.0                                     0     0     0     0
Apache Parquet Pig (Incubating) 1.6.0                       35     0     0     0
Apache Parquet Thrift (Incubating) 1.6.0                    67     0     0     0
Apache Parquet Cascading (Incubating) 1.6.0                  5     0     0     0
Apache Parquet Pig Bundle (Incubating) 1.6.0                 0     0     0     0
Apache Parquet Protobuf (Incubating) 1.6.0                  16     0     0     0
Apache Parquet Scala (Incubating) 1.6.0                      3     0     0     0
Apache Parquet Scrooge (Incubating) 1.6.0                   16     0     0     0
Apache Parquet Hadoop Bundle (Incubating) 1.6.0              0     0     0     0
Apache Parquet Hive Binding Interface (Incubating) 1.6.0     0     0     0     0
Apache Parquet Hive 0.10 Binding (Incubating) 1.6.0          0     0     0     0
Apache Parquet Hive 0.12 Binding (Incubating) 1.6.0          0     0     0     0
Apache Parquet Hive Binding Factory (Incubating) 1.6.0      10     0     0     0
Apache Parquet Hive Binding Bundle (Incubating) 1.6.0        0     0     0     0
Parquet Hive Storage Handler 1.6.0                          31     0     0     0
Apache Parquet Hive Bundle (Incubating) 1.6.0                0     0     0     0
Apache Parquet Tools (Incubating) 1.6.0                      0     0     0     0
------------------------------------------------------------------------------------
                                                 Total     510     0     0     3

So, I will close this defect very soon.


However, looking at: https://github.com/apache/incubator-parquet-mr  README.md 
part, Folowing link: "The build runs in Travis CI: Build Status". I see that 
job https://travis-ci.org/Parquet/parquet-mr/jobs/57383239 (from 
https://travis-ci.org/Parquet/parquet-mr : (1571.2 -Phadoop-2)) failed :
8890  Apr 6, 2015 8:08:09 PM WARNING: parquet.hadoop.codec.CodecConfig: codec 
class not found: Compression codec unexistedCodec was not found.
Only 205 tests were run.
However, looking at 1571.1 (HADOOP_PROFILE=default), it is the same.


I see that tag parquet-1.6.0rc7 seems to be the official 1.6.0 version. When do 
you plan to finalize it ?

Thanks for your help !

> Parquet does not compile with -Phadoop-2
> ----------------------------------------
>
>                 Key: PARQUET-249
>                 URL: https://issues.apache.org/jira/browse/PARQUET-249
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-mr
>    Affects Versions: 1.6.0
>         Environment: RHEL 7.1 on x86_64 & PPC64LE
>            Reporter: Tony Reix
>            Priority: Minor
>
> When running:
> mvn clean install -l ../mvn.CleanInstallTest.res -fn ; mvn test -l 
> ../mvn.Test.res6 -fn -X
> I get 510 tests run and 0 error and 0 failure.
> If now I do (adding -Phadoop-2) :
> mvn clean install -l ../mvn.CleanInstallTest.res -fn -Phadoop-2
> Parquet no more compiles. With errors:
> [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
> parquet-common ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 3 source files to 
> /home/reixt/PARQUET/APACHE/incubator-parquet-mr/parquet-common/target/test-classes
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] 
> /home/reixt/PARQUET/APACHE/incubator-parquet-mr/parquet-common/src/test/java/parquet/bytes/TestBytesUtil.java:[22,28]
>  cannot find symbol
>   symbol:   class BytesUtils
>   location: package parquet.bytes
> [ERROR] 
> /home/reixt/PARQUET/APACHE/incubator-parquet-mr/parquet-common/src/test/java/parquet/bytes/TestBytesUtil.java:[22,1]
>  static import only from classes and interfaces
> [ERROR] 
> /home/reixt/PARQUET/APACHE/incubator-parquet-mr/parquet-common/src/test/java/parquet/bytes/TestBytesUtil.java:[30,21]
>  cannot find symbol
>   symbol:   method getWidthFromMaxInt(int)
> Am I wrong ? or is there an issue with Parquet 1.6.0 ?
> I did:
> $ git clone https://github.com/apache/incubator-parquet-mr.git
> $ git status
> # On branch master
> $ mvn clean install -l ../mvn.CleanInstallTest.res-Phadoop-2 -fn -Phadoop-2
> No changes in source code.
> I've recreated my environment on x86_64 to check and to be sure. The same.
> Does it mean that Parquet is not compatible with Hadoop 2 ?
> Or an issue in pom.xml code ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to