-
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] When using tez to create table from a hudi table, java.lang.NoClassDefFoundError: org/apache/parquet/schema/LogicalTypeAnnotation$LogicalTypeAnnotationVisitor reported #12229
Comments
Did you already check the existence of the |
@danny0405 I download parquet-column-1.10.0.jar manually and put ti in $TEZ_HOME/lib, After executing command /bigdata/tez/lib/metrics-core-3.1.0.jar: After that, It's seems ok when create table from xxx_ro, but still failed from xxx_rt. |
what is the new error stacktrace then? |
|
|
@WilliamQue Did you able to check the class path and get issue resolved. Let us know if you still face this issue. |
I am facing a similar issue when trying to setup HUDI. Currently I am running it on my IDE, once I am able to write data to the metastore, I will dockerise the setup. This job is currently successfully able to write to S3 but this error is thrown when it tries to add info in the metastore. My Current Environment: Hudi version : 0.15.0 I am using Scala Spark with gradle as the build tool. Error Stack trace:
According to the thread, I fixed the dependency by forcing a version
Post the changes the dependency-insight looks this
and dependency chart looks like this
I tried everything that i can think of, I would really appreciate any help I can get here. Thanks |
@danny0405 pinging you in-case you didn't get a notification for this, any help her would be really appreciated. We've been trying several options but in all our attempts, we usually end up with this issue. Happy to share any more info you need |
Thank you for watching this, It's seems missing a jar file, I want to know what's the name of jar file and where to put it in.
A clear and concise description of what you expected to happen.
Environment Description
Additional context
Add any other context about the problem here.
Stacktrace
Add the stacktrace of the error.
The text was updated successfully, but these errors were encountered: