Reamer commented on pull request #3925: URL: https://github.com/apache/zeppelin/pull/3925#issuecomment-700567588
@zjffdu I have noticed that [hive-exec-2.3.4.jar](https://github.com/apache/zeppelin/blob/2e69f712329ff0ce1af964df08c89328f0be84aa/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/integration/DownloadUtils.java#L80) is used in Flink tests. Hive-exec-2.3.4.jar included [libthrift](https://github.com/apache/hive/blob/rel/release-2.3.4/ql/pom.xml#L300-L304) in version [0.9.3](https://github.com/apache/hive/blob/rel/release-2.3.4/pom.xml#L175). When I start ZSessionIntegrationTest:testZSession_Flink I get the following error: ``` Exception in thread "main" java.lang.NoSuchMethodError: org.apache.thrift.server.TThreadPoolServer$Args.stopTimeoutUnit(Ljava/util/concurrent/TimeUnit;)Lorg/apache/thrift/server/TThreadPoolServer$Args; at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.<init>(RemoteInterpreterServer.java:192) at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.<init>(RemoteInterpreterServer.java:154) at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.main(RemoteInterpreterServer.java:266) ``` How we can solve this? I think that https://github.com/apache/zeppelin/commit/8e5e4b5e47a01e90a39551ad0a62267175476268 is related to 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]
