Skip to content

ZEPPELIN-152 Propagate error from interpreter process to the GUI - #136

Closed
Leemoonsoo wants to merge 4 commits into
apache:masterfrom
Leemoonsoo:ZEPPELIN-152
Closed

ZEPPELIN-152 Propagate error from interpreter process to the GUI#136
Leemoonsoo wants to merge 4 commits into
apache:masterfrom
Leemoonsoo:ZEPPELIN-152

Conversation

@Leemoonsoo

Copy link
Copy Markdown
Member

https://issues.apache.org/jira/browse/ZEPPELIN-152
Errors from remote process are not propagated correctly. So, before go and check interpreter's log, it's hard to see actual problem.

@Leemoonsoo

Copy link
Copy Markdown
MemberAuthor

This will propagate error message and status from remote interpreter to the front-end. For example,

before
image

after
image

Ready to merge

@LeemoonsooLeemoonsoo changed the title [WIP] ZEPPELIN-152 Propagate error from interpreter process to the GUIZEPPELIN-152 Propagate error from interpreter process to the GUIJul 3, 2015
@Leemoonsoo

Copy link
Copy Markdown
MemberAuthor

Merging if there're no more discussions.

@asfgitasfgit closed this in d0a3043Jul 5, 2015
Leemoonsoo added a commit to Leemoonsoo/zeppelin that referenced this pull request Sep 7, 2015
https://issues.apache.org/jira/browse/ZEPPELIN-152
Errors from remote process are not propagated correctly. So, before go and check interpreter's log, it's hard to see actual problem.
Author: Lee moon soo <moon@apache.org>
Closesapache#136 from Leemoonsoo/ZEPPELIN-152 and squashes the following commits:
47ef559 [Lee moon soo] Display ERROR status correctly
650c788 [Lee moon soo] Fix unittest
34a0210 [Lee moon soo] Let exception goes
19cfc44 [Lee moon soo] Propagte remote process's exception
Leemoonsoo added a commit to Leemoonsoo/zeppelin that referenced this pull request Sep 17, 2015
https://issues.apache.org/jira/browse/ZEPPELIN-152
Errors from remote process are not propagated correctly. So, before go and check interpreter's log, it's hard to see actual problem.
Author: Lee moon soo <moon@apache.org>
Closesapache#136 from Leemoonsoo/ZEPPELIN-152 and squashes the following commits:
47ef559 [Lee moon soo] Display ERROR status correctly
650c788 [Lee moon soo] Fix unittest
34a0210 [Lee moon soo] Let exception goes
19cfc44 [Lee moon soo] Propagte remote process's exception
(cherry picked from commit d0a3043)
Signed-off-by: Lee moon soo <moon@apache.org>
ajgoade pushed a commit to ajgoade/zeppelin that referenced this pull request Jun 10, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Leemoonsoo