You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Ilya Muradyan (Jira)" <ji...@apache.org> on 2019/11/19 08:46:00 UTC

[jira] [Created] (ZEPPELIN-4455) Imports in kotlin-spark interpreter don't work properly

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)