saintstack closed pull request #11: HBASE-21491 [hbase-connectors] Edit on spark connector README URL: https://github.com/apache/hbase-connectors/pull/11
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/spark/README.md b/spark/README.md index acb46bc..eccf663 100755 --- a/spark/README.md +++ b/spark/README.md @@ -8,4 +8,4 @@ To generate an artifact for a different [spark version](https://mvnrepository.co $ mvn -Dspark.version=2.2.2 -Dscala.version=2.11.7 -Dscala.binary.version=2.11 clean install ``` -Spark 2.1.x, 2.2.x, 2.3.x, and 2.4.0 work as does scala 2.11.x. Scala 2.12.x and 2.10.x need work. +See above linked spark version to match spark version and supported scala version. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
