lamber-ken commented on issue #1290: [HUDI-584] Relocate spark-avro dependency 
by maven-shade-plugin
URL: https://github.com/apache/incubator-hudi/pull/1290#issuecomment-582248349
 
 
   Thanks for review this pr @vinothchandar, this pr does not lock the user 
into `spark-avro:2.4.4`. 
   
   If the user wants some changes in `spark-avro:3.0-preview2`, the right way 
is modify spark-version to `3.0-preview2` at pom.xml file, then build hudi 
project source.
   
   
https://github.com/apache/incubator-hudi/blob/4de0fcfcb54ac76ed3b6852917588c32fec9bea8/pom.xml#L95
   
   ```
   <dependency>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-avro_${scala.binary.version}</artifactId>
     <version>${spark.version}</version>
     <scope>provided</scope>
   </dependency>
   ```

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