Closed Aditya-Shah closed 3 years ago
Hi @Aditya-Shah, can you upload these changes to s3: // awslabs-code-us-east-1/HiveGlueCatalogSyncAgent ?
Happy to take a pull request that fixes this issue, which can then be pushed out to the distribution on S3.
The pull request for this has been merged. We can close the issue. @IanMeyers do we need to have a version update or can newly compiled jars be pushed to S3 as is?
Excellent - I will sort out the version updates and push a new build.
This is now available in version 1.3-SNAPSHOT at s3://awslabs-code-us-east-1/HiveGlueCatalogSyncAgent/HiveGlueCatalogSyncAgent-1.3-SNAPSHOT.jar and s3://awslabs-code-us-east-1/HiveGlueCatalogSyncAgent/HiveGlueCatalogSyncAgent-1.3-SNAPSHOT-complete.jar
Thanks @IanMeyers, I am closing the issue.
Issue
HiveUtils uses method
appendSerdeParams
fromDDLTask
in Hive. This method is private in older versions of Hive and leads to following stack:Fix
Add this utility method to the HiveUtils itself to avoid such dependency.