umehrot2 commented on a change in pull request #1005: [HUDI-91][HUDI-12]Migrate 
to spark 2.4.4, migrate to spark-avro library instead of databricks-avro, add 
support for Decimal/Date types
URL: https://github.com/apache/incubator-hudi/pull/1005#discussion_r344973529
 
 

 ##########
 File path: hudi-spark/pom.xml
 ##########
 @@ -213,9 +213,9 @@
 
     <!-- Spark (Packages) -->
     <dependency>
-      <groupId>com.databricks</groupId>
+      <groupId>org.apache.spark</groupId>
       <artifactId>spark-avro_2.11</artifactId>
-      <version>4.0.0</version>
+      <scope>provided</scope>
 
 Review comment:
   Yeah this will be an additional Jar, the user would have to pass while 
starting the spark-shell. We would have to document it. I don't see any 
documentation for  
`spark.serializer=org.apache.spark.serializer.KryoSerializer` either which is 
also a pre-requisite right. Shall we update it in the README ?

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