You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "sivabalan narayanan (Jira)" <ji...@apache.org> on 2022/01/04 13:45:00 UTC

[jira] [Created] (HUDI-3163) Validate/certify hudi against diff spark 3 versions

sivabalan narayanan created HUDI-3163:
-----------------------------------------

             Summary: Validate/certify hudi against diff spark 3 versions 
                 Key: HUDI-3163
                 URL: https://issues.apache.org/jira/browse/HUDI-3163
             Project: Apache Hudi
          Issue Type: Task
          Components: Spark Integration
            Reporter: sivabalan narayanan


We have diff spark3 versions. Lets validate/certify diff spark3 versions against 0.10.0 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. 
{code:java}
# 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 {code}
 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)