forked from jerryshao/incubator-livy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LIVY-213. Implemented interactive statement results recovery.
- Removed statement results history cache in livy-server. - Proxy statement results history requests to livy-repl. - Modified RSC repl API: - ReplJobRequest to be synchronous and return the id of new statement. - GetReplJobResults to return all or some statements in sorted order. Also return current repl state. - Moved definition of Statement and StatementState to repl-rsc to avoid unnecessary parsing. - livy-server polls only repl state but not statement results from repl. - New StatementState "waiting" to show a statement that's submitted to repl but hasn't been executed. - Send statement results to server in JSON instead of JValue to avoid Kryo issue.
- Loading branch information
1 parent
805dcf2
commit b4642b1
Showing
22 changed files
with
382 additions
and
404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.