nsivabalan removed a comment on pull request #2625:
URL: https://github.com/apache/hudi/pull/2625#issuecomment-789746287


   @umehrot2 @zhedoubushishi : Can you folks help me out here. I see we have 
added support for spark3 [here](https://github.com/apache/hudi/pull/2208). Did 
we test the bundle? I do see both spark2 and spark3 are included in pom of 
hudi-spark-bundle, but how do I generate the jars for spark3. 
   ```
   <include>org.apache.hudi:hudi-spark_${scala.binary.version}</include>
   <include>org.apache.hudi:hudi-spark2_${scala.binary.version}</include>
   <include>org.apache.hudi:hudi-spark3_2.12</include>
   ```
   because, if I run below command, all I see is regular spark-bundle which 
fails for MOR. So, I guess its not spark3. 
   ```
   mvn clean package -DskipTests -Dscala-2.12 -Dspark3
   ```
   With this patch, I have added a new bundle altogether and it works. But 
wanted to see if I am missing something here. 


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to