You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug, including details regarding any error messages, version, and platform.
building parquet-cli shaded jar, and running, I get NoClassDefFoundError on class thrift
$ java -jar target/parquet-cli-1.15.0-SNAPSHOT-runtime.jar help
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/thrift/TBase
at org.apache.parquet.cli.Main.<init>(Main.java:104)
at org.apache.parquet.cli.Main.main(Main.java:191)
Caused by: java.lang.ClassNotFoundException: org.apache.thrift.TBase
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
... 2 more
by patching to add this to parquet-cli/pom.xml, it fixes the problem
Describe the bug, including details regarding any error messages, version, and platform.
building parquet-cli shaded jar, and running, I get NoClassDefFoundError on class thrift
by patching to add this to parquet-cli/pom.xml, it fixes the problem
Component(s)
No response
The text was updated successfully, but these errors were encountered: