stoty edited a comment on pull request #1238: URL: https://github.com/apache/phoenix/pull/1238#issuecomment-848491742
Thanks for the explanation and your work on it. I was suggesting the Openlabtesting version because HBase use(d) that one, and it had 2.5.0 available for arm. However, if that one has dependency problems, then of course it is not useful for us. I can see two solutions: 1. You can abandon this change, and specify the compiled ARM protoc binary location in a system property on the maven command line when building. 2. Use the (only ?) known working os72 2.6.1 version of protoc in the aarch64 profile. However, in this case please do not change the x86_64 protobuf artifact for 2.5.0, nor the java library versions, only the protoc artifact groupId and version, and only for the arm profile. (You'll still need to extract the version and groupId into properties of course) If you choose 2.) please also add a comment to the profile that we're using 2.6.x here because there is no public 2.5.0 artifact for arm available. -- 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]
