You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "crasede (JIRA)" <ji...@apache.org> on 2017/03/12 20:59:04 UTC

[jira] [Created] (ZEPPELIN-2249) ZeppelinContext not available in pyspark

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)