zhedoubushishi commented on issue #1226: [HUDI-238] Make Hudi support Scala 2.12
URL: https://github.com/apache/incubator-hudi/pull/1226#issuecomment-575296997
 
 
   > @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
   
   Also there is another way to do this: I can rename artifact Id, 
e.g.```hudi-spark``` to ```hudi-spark_${scala.binary.version}```, and thus 
avoid using ```dev/change-scala-version 2.12```. I am not sure why Spark does 
not choose this way.

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


With regards,
Apache Git Services

Reply via email to