JingFengWang opened a new issue, #9285:
URL: https://github.com/apache/hudi/issues/9285

   **Steps to reproduce the behavior:**
   **run command:**
   mvn clean package -DskipTests -Dflink1.13 -Dscala-2.11
   
   **exception log:**
   [ERROR] COMPILATION ERROR :
   [INFO] -------------------------------------------------------------
   [ERROR] 
/D:/project/hudi/hudi-common/src/main/java/org/apache/hudi/common/table/view/RemoteHoodieTableFileSystemView.java:[46,23]
 程序包org.apache.http不存在
   [ERROR] 
/D:/project/hudi/hudi-common/src/main/java/org/apache/hudi/common/table/view/PriorityBasedFileSystemView.java:[35,23]
 找不到符号
     符号:   类 HttpStatus
     位置: 程序包 org.apache.http
   [INFO] 2 errors
   [INFO] -------------------------------------------------------------
   [INFO] 
------------------------------------------------------------------------
   [INFO] Reactor Summary for Hudi 0.14.0-SNAPSHOT:
   [INFO]
   [INFO] Hudi ............................................... SUCCESS [  3.645 
s]
   [INFO] hudi-tests-common .................................. SUCCESS [  3.805 
s]
   [INFO] hudi-common ........................................ FAILURE [ 12.802 
s]
   [INFO] hudi-hadoop-mr ..................................... SKIPPED
   [INFO] hudi-sync-common ................................... SKIPPED
   [INFO] hudi-hive-sync ..................................... SKIPPED
   [INFO] hudi-aws ........................................... SKIPPED
   [INFO] hudi-timeline-service .............................. SKIPPED
   [INFO] hudi-client ........................................ SKIPPED
   [INFO] hudi-client-common ................................. SKIPPED
   [INFO] hudi-spark-client .................................. SKIPPED
   [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-spark2.4-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.13.x ................................... SKIPPED
   [INFO] hudi-flink ......................................... SKIPPED
   [INFO] hudi-examples-flink ................................ SKIPPED
   [INFO] hudi-examples-java ................................. SKIPPED
   [INFO] hudi-flink1.14.x ................................... SKIPPED
   [INFO] hudi-flink1.15.x ................................... SKIPPED
   [INFO] hudi-flink1.16.x ................................... SKIPPED
   [INFO] hudi-flink1.17.x ................................... SKIPPED
   [INFO] hudi-kafka-connect ................................. SKIPPED
   [INFO] hudi-flink1.13-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:  21.270 s
   [INFO] Finished at: 2023-07-26T10:12:26+08:00
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) 
on project hudi-common: Compilation failure: Compilation failure:
   [ERROR] 
/D:/project/hudi/hudi-common/src/main/java/org/apache/hudi/common/table/view/RemoteHoodieTableFileSystemView.java:[46,23]
 程序包org.apache.http不存在
   [ERROR] 
/D:/project/hudi/hudi-common/src/main/java/org/apache/hudi/common/table/view/PriorityBasedFileSystemView.java:[35,23]
 找不到符号
   [ERROR]   符号:   类 HttpStatus
   [ERROR]   位置: 程序包 org.apache.http
   [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-common
   
   **Environment Description**
   Hudi version : 0.13.0
   
   **Solution**
   Add dependency configuration in A file ../hudi-common/pom.xml:
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore</artifactId>
       </dependency>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to