You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "hyunwoo cho (JIRA)" <ji...@apache.org> on 2016/12/06 06:32:58 UTC

[jira] [Created] (ZEPPELIN-1758) support livy pyspark Interpreter's magic function

hyunwoo cho created ZEPPELIN-1758:
-------------------------------------

             Summary: support livy pyspark Interpreter's magic function
                 Key: ZEPPELIN-1758
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1758
             Project: Zeppelin
          Issue Type: Improvement
            Reporter: hyunwoo cho


{code}
%livy.pyspark

t = [{"name":"userA", "role":"roleA"}, {"name":"userB", "role":"roleB"}, {"name":"userC"}]

%table t
{code}

AS-IS
[empty]

TO-BE




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)