n3nash commented on issue #2688:
URL: https://github.com/apache/hudi/issues/2688#issuecomment-810760444


   @rubenssoto I see that you have enabled hive support for the spark session. 
Generally, that loads a different classpath inside spark. Are you able to try 
doing this without hive support enabled as follows
   
   ```
   SparkSession.builder.appName(spark_application_name)
   .getOrCreate()
   )
   ```


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


Reply via email to