Uh oh!
There was an error while loading. Please reload this page.
[ZEPPELIN-2179] "clear output" paragraph doesn't work in personalized mode (branch-0.7) - #2116
Conversation
1ambda
commented
Mar 10, 2017
@jongyoul Can you help review this? |
| public void broadcastParagraphs(Map<String, Paragraph> userParagraphMap, | ||
| Paragraph defaultParagraph) { | ||
| Paragraph defaultParagraph) { |
There was a problem hiding this comment.
@1ambda Please turn off this setting of vertical alignment.
1ambda
commented
Mar 11, 2017
@jongyoul If implementation is ok, I will create a PR for the master branch as well. |
Leemoonsoo
commented
Mar 15, 2017
CI failure on |
b1e782e to
65d1147CompareI'v just rebased, let me comment after fixing CI. |
1ambda
commented
Mar 16, 2017
CI passed. @Leemoonsoo |
1ambda
commented
Mar 16, 2017
Regarding to the same fix for master branch, I will open another PR. |
… mode (branch-0.7) ### What is this PR for? `clear output` (`cmd` + `opt` + `L`) doesn't work in the personalized mode. - CI failure might be related with #2103 ### What type of PR is it? [Bug Fix] ### Todos NONE ### What is the Jira issue? [ZEPPELIN-2179](https://issues.apache.org/jira/browse/ZEPPELIN-2179) ### How should this be tested? 1. Execute a paragraph 2. Click `clear output` button (`CMD` + `OPT` + `L) ### Screenshots (if appropriate) NONE ### Questions: * Does the licenses files need update? - NO * Is there breaking changes for older versions? - NO * Does this needs documentation? - NO Author: 1ambda <1amb4a@gmail.com> Closes#2116 from 1ambda/ZEPPELIN-2179/clear-output-doesnt-work-in-person-mode and squashes the following commits: e2593f6 [1ambda] fix Remove unused param 65d1147 [1ambda] fix: Remove unused parameter 0386c5c [1ambda] fix: Clear personalized paragraph output
jongyoul
commented
Mar 16, 2017
@1ambda I merged this PR into branch-0.7. Please close this PR and make a new PR for master. I've tried to merge it into master but ,as you mentioned, it wouldn't be merged because of conflict. |
1ambda
commented
Mar 16, 2017
Thanks @jongyoul! |
What is this PR for?
clear output(cmd+opt+L) doesn't work in the personalized mode.What type of PR is it?
[Bug Fix]
Todos
NONE
What is the Jira issue?
ZEPPELIN-2179
How should this be tested?
clear outputbutton (CMD+OPT+ `L)Screenshots (if appropriate)
NONE
Questions: