Hi All, I tried to build Parquet RC4, RC3, RC2, RC1 All of them gave me those exceptions: ( an example for RC4)
[INFO] Parquet Hive Storage Handler ...................... FAILURE [1.182s] [INFO] Parquet Hive Bundle ............................... SKIPPED [INFO] Parquet Tools ..................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11.383s [INFO] Finished at: Sun Mar 08 11:10:00 IST 2015 [INFO] Final Memory: 53M/609M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project parquet-hive-storage-handler: Compilation failure: Compilation failure: [ERROR] /home/gilv/Dev/parquet-mr-parquet-1.6.0rc4/parquet-hive/parquet-hive-storage-handler/src/main/java/org/apache/hadoop/hive/ql/io/parquet/read/ParquetRecordReaderWrapper.java:[41,19] error: cannot find symbol [ERROR] [ERROR] could not parse error message: symbol: class HiveBinding [ERROR] location: package parquet.hive [ERROR] /home/gilv/Dev/parquet-mr-parquet-1.6.0rc4/parquet-hive/parquet-hive-storage-handler/src/main/java/org/apache/hadoop/hive/ql/io/parquet/read/ParquetRecordReaderWrapper.java:42: error: cannot find symbol I than tried to build Parquet from source, 1.5.0 release and got this exception: [INFO] Reactor Summary: [INFO] .... [INFO] Parquet Scrooge ................................... FAILURE [0.225s] [INFO] Parquet Hadoop 2 tests ............................ SKIPPED [INFO] Parquet Hadoop Bundle ............................. SKIPPED ..... [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17.470s [INFO] Finished at: Sun Mar 08 11:03:05 IST 2015 [INFO] Final Memory: 85M/694M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.twitter:scrooge-maven-plugin:3.9.0:compile (thrift-sources) on project parquet-scrooge: Execution thrift-sources of goal com.twitter:scrooge-maven-plugin:3.9.0:compile failed. NullPointerException -> [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]
