crasede created ZEPPELIN-2249:
---------------------------------

             Summary: ZeppelinContext not available in pyspark
                 Key: ZEPPELIN-2249
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2249
             Project: Zeppelin
          Issue Type: Bug
          Components: pySpark
    Affects Versions: 0.7.0
            Reporter: crasede


When I try to access the ZeppelinContext in pyspark, I get the following error:

{code:none}
%spark.pyspark
print z
{code}

Which prints out the following:

{code:none}
{}
{code}

I'm trying to access AuthenticationInfo. I would ideally like a way where some 
user object would be globally available (i.e. my own 3rd party module can 
access it somehow so I can pass that to a custom API) - any good way to do that?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to