[
https://issues.apache.org/jira/browse/HUDI-5930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HUDI-5930:
---------------------------------
Labels: pull-request-available (was: )
> Fix build failure due to ClosableIterator
> -----------------------------------------
>
> Key: HUDI-5930
> URL: https://issues.apache.org/jira/browse/HUDI-5930
> Project: Apache Hudi
> Issue Type: Bug
> Reporter: Ethan Guo
> Assignee: Ethan Guo
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.14.0
>
>
> {code:java}
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /Users/ethan/Work/repo/hudi/hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/bootstrap/ParquetBootstrapMetadataHandler.java:[30,35]
> cannot find symbol
> symbol: class ClosableIterator
> location: package org.apache.hudi.common.util
> [INFO] 1 error
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for Hudi 0.14.0-SNAPSHOT:
> [INFO]
> [INFO] Hudi ............................................... SUCCESS [ 2.055
> s]
> [INFO] hudi-tests-common .................................. SUCCESS [ 1.024
> s]
> [INFO] hudi-common ........................................ SUCCESS [ 25.313
> s]
> [INFO] hudi-hadoop-mr ..................................... SUCCESS [ 7.353
> s]
> [INFO] hudi-sync-common ................................... SUCCESS [ 1.812
> s]
> [INFO] hudi-hive-sync ..................................... SUCCESS [ 4.956
> s]
> [INFO] hudi-aws ........................................... SUCCESS [ 3.879
> s]
> [INFO] hudi-timeline-service .............................. SUCCESS [ 1.802
> s]
> [INFO] hudi-client ........................................ SUCCESS [ 0.058
> s]
> [INFO] hudi-client-common ................................. SUCCESS [ 12.317
> s]
> [INFO] hudi-spark-client .................................. FAILURE [ 16.305
> s]
> [INFO] hudi-spark-datasource .............................. SKIPPED
> [INFO] hudi-spark-common_2.11 ............................. SKIPPED
> [INFO] hudi-spark2_2.11 ................................... SKIPPED
> [INFO] hudi-java-client ................................... SKIPPED
> [INFO] hudi-spark_2.11 .................................... SKIPPED
> [INFO] hudi-gcp ........................................... SKIPPED
> [INFO] hudi-utilities_2.11 ................................ SKIPPED
> [INFO] hudi-utilities-bundle_2.11 ......................... SKIPPED
> [INFO] hudi-cli ........................................... SKIPPED
> [INFO] hudi-flink-client .................................. SKIPPED
> [INFO] hudi-datahub-sync .................................. SKIPPED
> [INFO] hudi-adb-sync ...................................... SKIPPED
> [INFO] hudi-sync .......................................... SKIPPED
> [INFO] hudi-hadoop-mr-bundle .............................. SKIPPED
> [INFO] hudi-datahub-sync-bundle ........................... SKIPPED
> [INFO] hudi-hive-sync-bundle .............................. SKIPPED
> [INFO] hudi-aws-bundle .................................... SKIPPED
> [INFO] hudi-gcp-bundle .................................... SKIPPED
> [INFO] hudi-spark-bundle_2.11 ............................. SKIPPED
> [INFO] hudi-presto-bundle ................................. SKIPPED
> [INFO] hudi-utilities-slim-bundle_2.11 .................... SKIPPED
> [INFO] hudi-timeline-server-bundle ........................ SKIPPED
> [INFO] hudi-trino-bundle .................................. SKIPPED
> [INFO] hudi-examples ...................................... SKIPPED
> [INFO] hudi-examples-common ............................... SKIPPED
> [INFO] hudi-examples-spark ................................ SKIPPED
> [INFO] hudi-flink-datasource .............................. SKIPPED
> [INFO] hudi-flink1.16.x ................................... SKIPPED
> [INFO] hudi-flink ......................................... SKIPPED
> [INFO] hudi-examples-flink ................................ SKIPPED
> [INFO] hudi-examples-java ................................. SKIPPED
> [INFO] hudi-flink1.13.x ................................... SKIPPED
> [INFO] hudi-flink1.14.x ................................... SKIPPED
> [INFO] hudi-flink1.15.x ................................... SKIPPED
> [INFO] hudi-kafka-connect ................................. SKIPPED
> [INFO] hudi-flink1.16-bundle .............................. SKIPPED
> [INFO] hudi-kafka-connect-bundle .......................... SKIPPED
> [INFO] hudi-cli-bundle_2.11 ............................... SKIPPED
> [INFO] hudi-spark2-common ................................. SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 01:17 min
> [INFO] Finished at: 2023-03-14T00:50:05-07:00
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile
> (default-compile) on project hudi-spark-client: Compilation failure
> [ERROR]
> /Users/ethan/Work/repo/hudi/hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/bootstrap/ParquetBootstrapMetadataHandler.java:[30,35]
> cannot find symbol
> [ERROR] symbol: class ClosableIterator
> [ERROR] location: package org.apache.hudi.common.util
> [ERROR]
> [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 <args> -rf :hudi-spark-client {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)