jackwener commented on issue #6724: URL: https://github.com/apache/hudi/issues/6724#issuecomment-1378303492
I also meet this problem😂. ```log [INFO] [INFO] --- protoc-jar-maven-plugin:3.11.4:run (proto-compile) @ hudi-utilities_2.11 --- Downloading from aliyunmaven: https://maven.aliyun.com/repository/central/com/github/os72/protoc-jar/3.11.4/protoc-jar-3.11.4.pom Downloaded from aliyunmaven: https://maven.aliyun.com/repository/central/com/github/os72/protoc-jar/3.11.4/protoc-jar-3.11.4.pom (3.1 kB at 2.4 kB/s) Downloading from aliyunmaven: https://maven.aliyun.com/repository/central/com/github/os72/protoc-jar/3.11.4/protoc-jar-3.11.4.jar Downloaded from aliyunmaven: https://maven.aliyun.com/repository/central/com/github/os72/protoc-jar/3.11.4/protoc-jar-3.11.4.jar (10 MB at 1.1 MB/s) [INFO] Protoc version: 3.21.5 protoc-jar: protoc version: 3.21.5, detected platform: osx-aarch_64 (mac os x/aarch64) protoc-jar: downloading: http://repo1.maven.org/maven2/com/google/protobuf/protoc/maven-metadata.xml protoc-jar: downloading: http://repo1.maven.org/maven2/com/github/os72/protoc/maven-metadata.xml protoc-jar: downloading: http://repo1.maven.org/maven2/com/google/protobuf/protoc/maven-metadata.xml protoc-jar: downloading: http://repo1.maven.org/maven2/com/github/os72/protoc/maven-metadata.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Hudi 0.13.0-SNAPSHOT: [INFO] [INFO] Hudi ............................................... SUCCESS [ 1.119 s] [INFO] hudi-tests-common .................................. SUCCESS [ 0.669 s] [INFO] hudi-common ........................................ SUCCESS [ 17.117 s] [INFO] hudi-hadoop-mr ..................................... SUCCESS [ 2.618 s] [INFO] hudi-sync-common ................................... SUCCESS [ 0.688 s] [INFO] hudi-hive-sync ..................................... SUCCESS [ 2.448 s] [INFO] hudi-aws ........................................... SUCCESS [ 1.328 s] [INFO] hudi-timeline-service .............................. SUCCESS [ 0.874 s] [INFO] hudi-client ........................................ SUCCESS [ 0.035 s] [INFO] hudi-client-common ................................. SUCCESS [ 5.351 s] [INFO] hudi-spark-client .................................. SUCCESS [ 13.140 s] [INFO] hudi-spark-datasource .............................. SUCCESS [ 0.028 s] [INFO] hudi-spark-common_2.11 ............................. SUCCESS [ 15.296 s] [INFO] hudi-spark2_2.11 ................................... SUCCESS [ 9.354 s] [INFO] hudi-java-client ................................... SUCCESS [ 1.313 s] [INFO] hudi-spark_2.11 .................................... SUCCESS [ 39.928 s] [INFO] hudi-gcp ........................................... SUCCESS [ 3.932 s] [INFO] hudi-utilities_2.11 ................................ FAILURE [ 28.878 s] ``` ``` mvn -v mvn -v Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /opt/homebrew/Cellar/maven/3.8.6/libexec Java version: 1.8.0_352, vendor: Amazon.com Inc., runtime: /Library/Java/JavaVirtualMachines/corretto-1.8.0_352/Contents/Home/jre Default locale: en_CN, platform encoding: UTF-8 OS name: "mac os x", version: "12.6.1", arch: "aarch64", family: "mac" ``` --------------- After I delete `settings.xml` and `cached protoc binary(os72, google/protobuf)`. It run successfully. The key is that delete `settings.xml`, just remove cache is useless -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
