-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ZEPPELIN-6101] Remove cluster interpreter
### What is this PR for? Remove the cluster interpreter that uses raft-server. ### What type of PR is it? Improvement ### Todos * [x] Remove cluster interpreter, plugin * [x] Remove cluster code in `ZeppelinServer` * [x] Remove config related cluster * [x] Remove atomix-raft dependency * [x] Remove cluster test code ### What is the Jira issue? [ZEPPELIN-6101](https://issues.apache.org/jira/browse/ZEPPELIN-6101) ### How should this be tested? CI ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Closes #4841 from proceane/remove-raft. Signed-off-by: Cheng Pan <[email protected]>
- Loading branch information
Showing
56 changed files
with
11 additions
and
6,146 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
44 changes: 0 additions & 44 deletions
44
zeppelin-interpreter/src/main/java/org/apache/zeppelin/cluster/BroadcastServiceAdapter.java
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
zeppelin-interpreter/src/main/java/org/apache/zeppelin/cluster/ClusterCallback.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.