pan3793 commented on issue #13358: URL: https://github.com/apache/iceberg/issues/13358#issuecomment-3021789936
class `org.apache.thrift.transport.TFramedTransport` should exist at `libthrift-0.16.0.jar` ``` $ jar tf $SPARK_HOME/jars/libthrift-0.16.0.jar | grep TFramedTransport org/apache/thrift/transport/layered/TFramedTransport.class org/apache/thrift/transport/layered/TFramedTransport$Factory.class ``` Have you add/remove other jars into/from classpath? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
