umehrot2 commented on issue #1977: URL: https://github.com/apache/hudi/issues/1977#issuecomment-676848957
@KarthickAN AWS Glue does not have official support for Hudi. So you may possibly hit runtime issues which you would have to workaround by yourself. As for this particular issue, seems like it might be due to scala version mismatch. In your description you have mentioned that you are uploading `hudi-spark-bundle 2.12` on s3 and referencing using `--extra-jars` and at the same time configuring `--packages` with `hudi-spark-bundle 2.11` which is confusing. You should only try passing `2.11` jar, and by only one method. You should try either `--extra-jars` or `--packages`, not both. ---------------------------------------------------------------- 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]
