-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SUPPORT] #7409
Comments
@sstimmel this is some dependency conflicts, likely caused by hudi-cli or hudi-hive-sync-bundle. can you try removing these 2 and only leaving spark-bundle and utilities-slim bundle? also can you confirm you're using spark3.3 bundle ? For @lokeshj1703 to follow up. |
i tried removing hudi-cli jar from classpath. However still see the issue occassionally. I'm not sure how I can remove hudi-hive-sync-bundle, i need that for hive-syncs?, removing that i get different errors. I am using spark3.3 bundle. |
i removed hudi-sync-bundle and switched over to use hudi-utilities-bundle instead of hudi-utilities-slim-bundle, since that has hive-sync included, but still see the error with that as well. |
this i believe is resolved now. Having to build a custom hudi-aws-bundle jar that removes hudi-common from it. Also needed to add aws-sts to the bundle to run (Deltastreamer) from Kubernetes (EKS). Would be nice to not have to do that for all future releases though |
See the Following exception in the logs after running deltastreamer. I believe this is shown when we have metrics enabled.
java.lang.NoSuchMethodError: 'int org.apache.hudi.avro.model.HoodieRollbackMetadata.getTotalFilesDeleted()'
A clear and concise description of what you expected to happen.
Environment Description
Hudi version : 0.12.1
Spark version : 3.3.1
Hive version :
Hadoop version : 3
Storage (HDFS/S3/GCS..) : S3
Running on Docker? (yes/no) : yes, kubernetes
Additional context
Add any other context about the problem here.
The following hudi jars are in the classpath
-hudi-aws-bundle.jar
-hudi-hive-sync-bundle.jar
-hudi-spark-bundle.jar
-hudi-utilities-slim-bundle.jar
hudi-utilities-slim-bundle does show that class.
10851 Mon Oct 17 22:29:30 UTC 2022 org/apache/hudi/avro/model/HoodieRollbackMetadata.class
Stacktrace
The text was updated successfully, but these errors were encountered: