NihalJain commented on PR #110: URL: https://github.com/apache/hbase-connectors/pull/110#issuecomment-1446802618
This patch fixes all compilation and test issues for hbase, spark and hadoop through specified versions Ran following build combinations locally and ensured all SUCCESS: - mvn clean install - mvn -Dspark.version=3.1.2 -Dscala.binary.version=2.12 -Dscala.version=2.12.15 -Dhadoop-three.version=3.2.4 -Dhbase.version=2.5.3 clean install - mvn -Dspark.version=3.2.3 -Dscala.binary.version=2.12 -Dscala.version=2.12.15 -Dhadoop-three.version=3.2.4 -Dhbase.version=2.5.3 clean install - mvn -Dspark.version=3.2.3 -Dscala.binary.version=2.12 -Dscala.version=2.12.15 -Dhadoop-three.version=3.2.2 -Dhbase.version=2.5.3 clean install - mvn -Dspark.version=3.2.0 -Dscala.binary.version=2.12 -Dscala.version=2.12.15 -Dhadoop-three.version=3.2.2 -Dhbase.version=2.4.9 clean install - mvn clean install -Dhbase.version=2.4.16 -Dhadoop-three.version=3.2.4 - mvn clean install -Dhbase.version=2.4.16 -Dhadoop.profile=2.0 - mvn clean install -Dhbase.version=2.3.7 -Dhadoop-three.version=3.2.4 - mvn clean install -Dhbase.version=2.3.7 -Dhadoop.profile=2.0 -- 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]
