Fixed pyspark indentation issue: ZEPPELIN-34#61
Fixed pyspark indentation issue: ZEPPELIN-34#61whisperstream wants to merge 1 commit intoapache:masterfrom
Conversation
|
sorry, looks like the indentation changed dramatically when I changed the file, will re-submit as there were only a few line changes |
|
Hi @whisperstream. Could you try %pyspark
if True:
print "Yup"
else:
print "Nope"I get with this branch |
|
You're right, it didn't work for that case. I have submitted a new pull -Axel On Wed, May 6, 2015 at 1:01 AM, Lee moon soo [email protected]
|
|
@whisperstream Please close this issue. I've seen #63 resolved this issue. |
|
heartbeat |
Fixes the pyspark indentation issue discussed here: https://issues.apache.org/jira/browse/ZEPPELIN-34
Allows you to have indented and nested code: