martin-g commented on pull request #2218: URL: https://github.com/apache/drill/pull/2218#issuecomment-834395867
With this PR I just disable maven-surefire-plugin for Splunk module on Linux ARM64. https://github.com/apache/hbase/blob/6cfff27465620112eb308cf881e6321d928743ed/pom.xml#L3848-L3859 just exports a system property that is used to load a custom build of Protobuf-Java **2.x**. The official Protobuf-Java 2.x does not support aarch64. Protobuf started providing aarch64 binaries in 3.x. HBase still uses Protobuf 2.x and thus this custom build is needed. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
