You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Saisai Shao (Jira)" <ji...@apache.org> on 2022/06/06 04:16:00 UTC

[jira] [Created] (HUDI-4193) Fail to compile in osx aarch_64 environment

Saisai Shao created HUDI-4193:
---------------------------------

             Summary: Fail to compile in osx aarch_64 environment
                 Key: HUDI-4193
                 URL: https://issues.apache.org/jira/browse/HUDI-4193
             Project: Apache Hudi
          Issue Type: Bug
          Components: kafka-connect
            Reporter: Saisai Shao


hudi-kafka-connect module relies on protoc to generate code, current version of protoc cannot support compiling under osx aarch_64 environment, which will throw an error like below:


{code:java}
[ERROR] Failed to execute goal com.github.os72:protoc-jar-maven-plugin:3.11.4:run (default) on project hudi-kafka-connect: Error extracting protoc for version 3.11.4: Unsupported platform: protoc-3.11.4-osx-aarch_64.exe -> [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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :hudi-kafka-connect
{code}

So here proposing to upgrade protoc version to fix this.




--
This message was sent by Atlassian Jira
(v8.20.7#820007)