yihua commented on issue #6724: URL: https://github.com/apache/hudi/issues/6724#issuecomment-1254143520
@pratyakshsharma I can build the latest master on M1 Mac as well. Looks like dependency management is the issue for you. ``` [INFO] --- protoc-jar-maven-plugin:3.11.4:run (proto-compile) @ hudi-utilities_2.11 --- [INFO] Protoc version: 3.21.5 protoc-jar: protoc version: 3.21.5, detected platform: osx-x86_64 (mac os x/x86_64) protoc-jar: using default maven settings, didn't find user settings.xml protoc-jar: downloading: https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/maven-metadata.xml protoc-jar: saved: /var/folders/v7/mp77wy6j7bgfhn_bcnvr9ync0000gn/T/protocjar.webcache/com/google/protobuf/protoc/maven-metadata.xml protoc-jar: using default maven settings, didn't find user settings.xml protoc-jar: downloading: https://repo.maven.apache.org/maven2/com/github/os72/protoc/maven-metadata.xml protoc-jar: saved: /var/folders/v7/mp77wy6j7bgfhn_bcnvr9ync0000gn/T/protocjar.webcache/com/github/os72/protoc/maven-metadata.xml protoc-jar: using default maven settings, didn't find user settings.xml protoc-jar: cached: /var/folders/v7/mp77wy6j7bgfhn_bcnvr9ync0000gn/T/protocjar.webcache/com/google/protobuf/protoc/maven-metadata.xml protoc-jar: downloading: https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.21.5/protoc-3.21.5-osx-x86_64.exe protoc-jar: saved: /var/folders/v7/mp77wy6j7bgfhn_bcnvr9ync0000gn/T/protocjar.webcache/com/google/protobuf/protoc/3.21.5/protoc-3.21.5-osx-x86_64.exe protoc-jar: executing: [/var/folders/v7/mp77wy6j7bgfhn_bcnvr9ync0000gn/T/protocjar8811481423096289491/bin/protoc.exe, --version] libprotoc 3.21.5 ``` Here are my versions: ``` mvn -v Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /opt/homebrew/Cellar/maven/3.8.6/libexec Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac" ``` -- 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]
