-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integration with REPL Spark job (#2327)
* add InteractiveSession and SessionManager Signed-off-by: Peng Huo <penghuo@gmail.com> * add statement Signed-off-by: Peng Huo <penghuo@gmail.com> * add statement Signed-off-by: Peng Huo <penghuo@gmail.com> * fix format Signed-off-by: Peng Huo <penghuo@gmail.com> * snapshot Signed-off-by: Peng Huo <penghuo@gmail.com> * address comments Signed-off-by: Peng Huo <penghuo@gmail.com> * update Signed-off-by: Peng Huo <penghuo@gmail.com> * Update REST and Transport interface Signed-off-by: Peng Huo <penghuo@gmail.com> * Revert on transport layer Signed-off-by: Peng Huo <penghuo@gmail.com> * format code Signed-off-by: Peng Huo <penghuo@gmail.com> * add API doc Signed-off-by: Peng Huo <penghuo@gmail.com> * modify api Signed-off-by: Peng Huo <penghuo@gmail.com> * create query_execution_request index on demand Signed-off-by: Peng Huo <penghuo@gmail.com> * add REPL spark parameters Signed-off-by: Peng Huo <penghuo@gmail.com> * Add IT Signed-off-by: Peng Huo <penghuo@gmail.com> * format code Signed-off-by: Peng Huo <penghuo@gmail.com> * bind request index to datasource Signed-off-by: Peng Huo <penghuo@gmail.com> * fix bug when fetch query result Signed-off-by: Peng Huo <penghuo@gmail.com> * revert entrypoint class Signed-off-by: Peng Huo <penghuo@gmail.com> * update mapping Signed-off-by: Peng Huo <penghuo@gmail.com> --------- Signed-off-by: Peng Huo <penghuo@gmail.com>
- Loading branch information
Showing
22 changed files
with
810 additions
and
157 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
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.