Quanlong Huang has posted comments on this change. ( http://gerrit.cloudera.org:8080/18977 )
Change subject: IMPALA-10408: Support build using Apache components ...................................................................... Patch Set 7: (1 comment) There are still some compilation errors when building with USE_APACHE=true and USE_APACHE_HIVE=true 01:47:34 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project impala-frontend: Compilation failure: Compilation failure: 01:47:34 [ERROR] /data0/jenkins/workspace/impala-private-gerrit-parameterized/repos/Impala/fe/src/main/java/org/apache/impala/common/FileSystemUtil.java:[223,20] cannot find symbol 01:47:34 [ERROR] symbol: method getReplicationConfig() 01:47:34 [ERROR] location: variable bucket of type org.apache.hadoop.ozone.client.OzoneBucket 01:47:34 [ERROR] /data0/jenkins/workspace/impala-private-gerrit-parameterized/repos/Impala/fe/src/main/java/org/apache/impala/common/FileSystemUtil.java:[228,57] cannot find symbol 01:47:34 [ERROR] symbol: method getReplication() 01:47:34 [ERROR] location: interface org.apache.hadoop.hdds.client.ReplicationConfig 01:47:34 [ERROR] /data0/jenkins/workspace/impala-private-gerrit-parameterized/repos/Impala/fe/src/main/java/org/apache/impala/util/IcebergUtil.java:[1055,58] cannot find symbol 01:47:34 [ERROR] symbol: variable IO_MANIFEST_CACHE_ENABLED 01:47:34 [ERROR] location: class org.apache.iceberg.CatalogProperties 01:47:34 [ERROR] /data0/jenkins/workspace/impala-private-gerrit-parameterized/repos/Impala/fe/src/main/java/org/apache/impala/util/IcebergUtil.java:[1056,26] cannot find symbol 01:47:34 [ERROR] symbol: variable IO_MANIFEST_CACHE_EXPIRATION_INTERVAL_MS 01:47:34 [ERROR] location: class org.apache.iceberg.CatalogProperties 01:47:34 [ERROR] /data0/jenkins/workspace/impala-private-gerrit-parameterized/repos/Impala/fe/src/main/java/org/apache/impala/util/IcebergUtil.java:[1057,26] cannot find symbol 01:47:34 [ERROR] symbol: variable IO_MANIFEST_CACHE_MAX_TOTAL_BYTES 01:47:34 [ERROR] location: class org.apache.iceberg.CatalogProperties 01:47:34 [ERROR] /data0/jenkins/workspace/impala-private-gerrit-parameterized/repos/Impala/fe/src/main/java/org/apache/impala/util/IcebergUtil.java:[1058,26] cannot find symbol 01:47:34 [ERROR] symbol: variable IO_MANIFEST_CACHE_MAX_CONTENT_LENGTH 01:47:34 [ERROR] location: class org.apache.iceberg.CatalogProperties http://gerrit.cloudera.org:8080/#/c/18977/7/bin/impala-config.sh File bin/impala-config.sh: http://gerrit.cloudera.org:8080/#/c/18977/7/bin/impala-config.sh@336 PS7, Line 336: export USE_APACHE_HIVE=${USE_APACHE_HIVE:=true} USE_APACHE_HIVE is already initialized at line 77: https://github.com/apache/impala/blob/ff7b5db6002ccb047262cd7118e2e11ab09ef40a/bin/impala-config.sh#L77 I think we need to set it to true here. -- To view, visit http://gerrit.cloudera.org:8080/18977 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I8730dd182b367c9daa94303937ad249db72b1399 Gerrit-Change-Number: 18977 Gerrit-PatchSet: 7 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Comment-Date: Mon, 20 Feb 2023 10:13:53 +0000 Gerrit-HasComments: Yes
