Ilya Muradyan created ZEPPELIN-4455:
---------------------------------------
Summary: Imports in kotlin-spark interpreter don't work properly
Key: ZEPPELIN-4455
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4455
Project: Zeppelin
Issue Type: Bug
Reporter: Ilya Muradyan
Assignee: Ilya Muradyan
Fix For: 0.9.0
The following code in Kotlin-Spark interpreter should be executed without fail:
{code:java}
%kotlin
import org.apache.spark.sql.DataFrame
val df1: DataFrame? = null
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)