RJ Nowling created ZEPPELIN-84:
----------------------------------
Summary: PySpark Doesn't Support Multi-Line Statements
Key: ZEPPELIN-84
URL: https://issues.apache.org/jira/browse/ZEPPELIN-84
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Affects Versions: 0.5.0
Reporter: RJ Nowling
Zeppelin doesn't handle line continuations (\) correctly. Running the
following test throws an exception on {{.collect()}}:
{code}
%pyspark
count = 0
for data.map(lambda x: x) \
.collect():
count += 1
print count
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)