Dafne van Kuppevelt created ZEPPELIN-134:
--------------------------------------------
Summary: Naming of SQLContext variable is inconsistent in pyspark
Key: ZEPPELIN-134
URL: https://issues.apache.org/jira/browse/ZEPPELIN-134
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Affects Versions: 0.6.0
Reporter: Dafne van Kuppevelt
Priority: Minor
In Pyspark, the SQLContext is currently available in the variable name
{{sqlc}}. This is incosistent with the documentation and with the variable name
in scala which is {{sqlContext}}.
{{sqlContext}} can be used as a variable for the SQLContext, in addition to
{{sqlc}} (for backward compatibility)
Related code:
[https://github.com/apache/incubator-zeppelin/blob/master/spark/src/main/resources/python/zeppelin_pyspark.py#L66]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)