Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Done
-
None
Description
We have diff spark3 versions. Lets validate/certify diff spark3 versions against 0.10.1 and master.
I do see this in our github readme. If its already certified, feel free to close it out(link to original ticket where verifications are documented.
# 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