[jira] [Created] (ZEPPELIN-5981) Cannot cancel paragraph

2023-11-17 Thread Yunseong Hwang (Jira)
Yunseong Hwang created ZEPPELIN-5981:


 Summary: Cannot cancel paragraph
 Key: ZEPPELIN-5981
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5981
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.11.0
Reporter: Yunseong Hwang


Inside an open zeppelin notebook, after running a paragraph by clicking the 
play icon button, canceling the running paragraph by clicking the pause icon 
button (or the Ctrl+Option+C shortcut) does not interrupt the running process 
and cancel the paragraph.

I've checked that CANCEL_PARAGRAPH message gets well passed through the 
websocket connection but server was somehow completely ignoring the message.

After some more investigation, I've found that the reason for that was the 
Paragraph's jobAbort() method, which does nothing due to the null interpreter 
member.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ZEPPELIN-4963) Typo in spark/spark-scala-parent/pom.xml

2020-07-22 Thread Yunseong Hwang (Jira)
Yunseong Hwang created ZEPPELIN-4963:


 Summary: Typo in spark/spark-scala-parent/pom.xml
 Key: ZEPPELIN-4963
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4963
 Project: Zeppelin
  Issue Type: Bug
  Components: spark
Affects Versions: 0.9.0
Reporter: Yunseong Hwang


There is a typo in current master version of file 
spark/spark-scala-parent/pom.xml
{code:xml}

${spark.scala.binary.version}
{code}
Permalink: 
[https://github.com/apache/zeppelin/blob/ab47b29393757a0179fd276dc5fc4d790f3940ae/spark/spark-scala-parent/pom.xml#L40]

And I think, that saprk should be replaced to spark.

It seems that this typo was added in the following issue/pr, and not affecting 
any release versions so far, fortunately.

Issue: https://issues.apache.org/jira/browse/ZEPPELIN-3552
 PR: [https://github.com/apache/zeppelin/pull/3034]

I'm not sure whether this actually breaks something, so just set as minor 
priority.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)