bvaradar commented on issue #1226: [HUDI-238] Make Hudi support Scala 2.12
URL: https://github.com/apache/incubator-hudi/pull/1226#issuecomment-574986730
 
 
   @leesf : FYI : This diff will have implication on how we release packages. 
We will be changing the names of packages : hudi-spark, hudi-spark-bundle and 
hudi-utilities-bundle to include scala version. As part of building jars when 
releasing, you would have to run "mvn clean install xxx" twice one without any 
additional settings to build 2.11 scala versions and then run
   
   dev/change-scala-version 2.12
   mvn -Pscala-2.12 clean install
   
   for 2.12
   
   cc @vinothchandar 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to