n3nash commented on issue #716: Class not found error in mapr platform URL: https://github.com/apache/incubator-hudi/issues/716#issuecomment-501486945 Most likely your environment is bringing some Hive 1.x jar and the class loader is loading classes from there. The method signature of alter_table indicates this. Please try to ensure you use Hive 2.3 in your env as well (since it worked) and that no other hive 1.x libs are present.
---------------------------------------------------------------- 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
