bigdata-docker-compose icon indicating copy to clipboard operation
bigdata-docker-compose copied to clipboard

Default setting for Zeppelin livy.sql interpreter causes RuntimeException

Open AtticusJoy opened this issue 5 years ago • 2 comments

Ran into another issue when using Zeppelin 9 image. When using the livy interpreter for SQL (%livy.sql), there is a stactrace (java.lang.RuntimeException: Fail to callRemoteFunction, because connection is broken) that prints for any command used. This is a known bug for the zeppelin 9 which is already fixed for zeppelin 0.9.1 release (https://issues.apache.org/jira/browse/ZEPPELIN-5197). Meanwhile, before upgrading after that release, the work around is to change the zeppelin.livy.concurrentSQL Livy interpreter setting to true.

AtticusJoy avatar Feb 04 '21 07:02 AtticusJoy