mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
update ops
This commit is contained in:
parent
4e36ce6d96
commit
4616a33414
1 changed files with 7 additions and 1 deletions
|
|
@ -70,10 +70,16 @@ public class ZeppelinClient {
|
|||
private static final int MIN = 60;
|
||||
|
||||
private static final Set<String> actionable = new HashSet<String>(Arrays.asList(
|
||||
// running events
|
||||
"ANGULAR_OBJECT_UPDATE",
|
||||
"PROGRESS",
|
||||
"NOTE",
|
||||
"PARAGRAPH",
|
||||
"PARAGRAPH_UPDATE_OUTPUT"));
|
||||
"PARAGRAPH_UPDATE_OUTPUT",
|
||||
"PARAGRAPH_APPEND_OUTPUT",
|
||||
// run or stop events
|
||||
"RUN_PARAGRAPH",
|
||||
"CANCEL_PARAGRAPH"));
|
||||
|
||||
public static ZeppelinClient initialize(String zeppelinUrl, String token,
|
||||
ZeppelinConfiguration conf) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue