ashwini-tgam opened a new issue #2455:
URL: https://github.com/apache/iceberg/issues/2455
While building in local i see this error as class not found in scala flink
job:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/flink/table/runtime/typeutils/RowDataTypeInfo
at
io.sophi.platform.realtime.snowplow.enrich.bad.archiver.Job$.main(Job.scala:129)
at
io.sophi.platform.realtime.snowplow.enrich.bad.archiver.Job.main(Job.scala)
Caused by: java.lang.ClassNotFoundException:
org.apache.flink.table.runtime.typeutils.RowDataTypeInfo
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 2 more
How to resolve this?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]