YannByron edited a comment on pull request #4538:
URL: https://github.com/apache/hudi/pull/4538#issuecomment-1007859312


   > LGTM. Can you update the README as well? Also please remember need a 
separate PR for 0.10.1 where we don't have spark 3.2 support
   
   If you don't patch #4488 and this to 0.10.1, the previous commands for 
spark3.0.x and spark3.1.x works. 
   
   ```
   # Build against Spark 3.2.0 (default build shipped with the public jars)
   mvn clean package -DskipTests -Dspark3
   
   # Build against Spark 3.1.2
   mvn clean package -DskipTests -Dspark3.1.x
   
   # Build against Spark 3.0.3
   mvn clean package -DskipTests -Dspark3.0.x
   ```
   README is OK, not need to be changed.


-- 
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]


Reply via email to