Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2975
@felixcheung as an example, I've seen NoSuchMethodError exceptions like one
below when working with Spark interpreter reading Hive tables and Thrift
version had a version mismatch .. so it may not be as internal as it looks at
first.
> Caused by: java.lang.NoSuchMethodError:
com.facebook.fb303.FacebookService$Client.sendBaseOneway(Ljava/lang/String;Lorg/apache/thrift/TBase;)V
> at
com.facebook.fb303.FacebookService$Client.send_shutdown(FacebookService.java:436)
> at
com.facebook.fb303.FacebookService$Client.shutdown(FacebookService.java:430)
>
---