In livy v0.5.0, it supports "sql" code kind. It also supports shared session so that we can send different kinds of code (code kind) in the session.
We need to update our code to support this and use sql for instead. We are now using pyspark.
Further findings regarding to the "sql" interpreter
In livy v0.5.0, it supports "sql" code kind. It also supports shared session so that we can send different kinds of code (code kind) in the session. We need to update our code to support this and use sql for instead. We are now using pyspark. Further findings regarding to the "sql" interpreter