Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.7.0
-
None
-
None
-
Important
Description
I am trying to execute the following code in Zeppelin 0.7.0 using Livy interpreter:
%pyspark
...
z.show(summary)
I am getting the error: name 'z' is not defined
But when I create spark interpreter and run the same code, it works.