cdmikechen edited a comment on issue #774: Matching question of the version in Spark and Hive2 URL: https://github.com/apache/incubator-hudi/issues/774#issuecomment-516719772 @vinothchandar I think we should try to use Spark's basic functions as the standard. It means we use spark-hive libs when building, but exclude it when packaging. I think if we need spark to connect hive to syn some table, we will use `Sparksession.enableHiveSupport()`. It will let spark open a hive connection client itself. we can use it, so that we don't need to import `hoodie-hive` in spark.
---------------------------------------------------------------- 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
