guyuqi opened a new pull request #4617: URL: https://github.com/apache/hudi/pull/4617
## *Tips* - *Thank you very much for contributing to Apache Hudi.* - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.* ## What is the purpose of the pull request Fix the build Hudi on Arm64 Fedora33. Protocbuf did not support Arm64 until Protobuf 3.5.0. So we should upgrade Protoc dependency for fix the build issues: ``` [INFO] Protoc version: 3.1.0 protoc-jar: protoc version: 310, detected platform: linux/aarch64 [INFO] Protoc command: /tmp/protocjar1741426592250217060/bin/protoc.exe [INFO] Input directories: [INFO] /home/builder/hudi/hudi-kafka-connect/src/main/resources [INFO] Output targets: [INFO] java: /home/builder/hudi/hudi-kafka-connect/target/generated-sources (add: main, clean: false, plugin: null, outputOptions: null) [INFO] /home/builder/hudi/hudi-kafka-connect/target/generated-sources does not exist. Creating... [INFO] Processing (java): ControlMessage.proto protoc-jar: executing: [/tmp/protocjar1741426592250217060/bin/protoc.exe, -I/home/builder/hudi/hudi-kafka-connect/src/main/resources, --java_out=/home/builder/hudi/hudi-kafka-connect/target/generated-sources, /home/builder/hudi/hudi-kafka-connect/src/main/resources/ControlMessage.proto] /tmp/protocjar1741426592250217060/bin/protoc.exe: /tmp/protocjar1741426592250217060/bin/protoc.exe: cannot execute binary file [ERROR] Failed to execute goal com.github.os72:protoc-jar-maven-plugin:3.1.0.1:run (default) on project hudi-kafka-connect: protoc-jar failed for /home/builder/hudi/hudi-kafka-connect/src/main/resources/ControlMessage.proto. Exit code 126 ``` ## Brief change log Upgrade dependency in pom.xml ## Verify this pull request This pull request is a trivial rework / code cleanup without any test coverage. ## Committer checklist - [ ] Has a corresponding JIRA in PR title & commit - [ ] Commit message is descriptive of the change - [ ] CI is green - [ ] Necessary doc changes done or have another open PR - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. -- 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]
