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
Integrating Elastic Search with Metacat I found this error:
Exception in thread "elasticsearch[_client_][management][T#1]" java.lang.NoSuchMethodError: io.netty.util.internal.ReferenceCountUpdater.setInitialValue(Lio/netty/util/ReferenceCounted;)V
at io.netty.buffer.AbstractReferenceCountedByteBuf.<init>(AbstractReferenceCountedByteBuf.java:50)
at io.netty.buffer.UnpooledHeapByteBuf.<init>(UnpooledHeapByteBuf.java:70)
at io.netty.buffer.Unpooled.wrappedBuffer(Unpooled.java:160)
at io.netty.buffer.Unpooled.wrappedBuffer(Unpooled.java:174)
at org.elasticsearch.transport.netty4.Netty4Utils.toByteBuf(Netty4Utils.java:114)
at org.elasticsearch.transport.netty4.Netty4Transport.sendMessage(Netty4Transport.java:412)
at org.elasticsearch.transport.netty4.Netty4Transport.sendMessage(Netty4Transport.java:94)
beacuse the iceberg-spark-runtime-0.13.1.jar include the netty, conflict with elasticsearch netty.
The text was updated successfully, but these errors were encountered:
Branch: Master.
Integrating Elastic Search with Metacat I found this error:
beacuse the iceberg-spark-runtime-0.13.1.jar include the netty, conflict with elasticsearch netty.
The text was updated successfully, but these errors were encountered: