mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix thrift
This commit is contained in:
parent
6fbe08a893
commit
2628a20052
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ enum RemoteInterpreterEventType {
|
|||
OUTPUT_UPDATE = 9,
|
||||
ANGULAR_REGISTRY_PUSH = 10,
|
||||
APP_STATUS_UPDATE = 11,
|
||||
REMOTE_ZEPPELIN_SERVER_CONTROL = 12
|
||||
META_INFOS = 12,
|
||||
REMOTE_ZEPPELIN_SERVER_CONTROL = 13
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue