Oseong Kwon created ZEPPELIN-1872:
-------------------------------------
Summary: pyspark run error with the paragraph
Key: ZEPPELIN-1872
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1872
Project: Zeppelin
Issue Type: Bug
Components: GUI
Affects Versions: 0.6.0
Environment: HDP2.5 sandbox
Reporter: Oseong Kwon
Priority: Minor
Unlike in the paragraph title edit box, it is difficult to input Korean in the
code edit box.
After typing Korean strings in title, I tried to input "% pyspark" in the code
box. After accidentally inputting Korean characters, and deleting it, enter "%
pyspark" and execute python spark code, it will not run but generate error.
If enter the same code in another paragraph and execute it, the code runs
normally.
Also, I could run this by typing the scala spark code after clearing everything
in the problematic paragraph edit box.
I guess, probably because there is a residue of Korean input characters in the
first input of the edit box of the problem paragraph, and the interpreter
command of% pyspark
I guess, maybe the problem is that the first input of the edit box in the
paragraph still contains the remnant of the previous input with unvisible
Korean characters, so it can not interpret the interpreter command of %pyspark.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)