forked from apache/kudu
-
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.
tool: port kudu-admin to 'kudu table' and 'kudu tablet'
The config change operations go to the revived 'tablet' mode, which is now "operations against remote Kudu tablets". The table operations go to 'kudu table'. In doing so, the ported functionality can now also work in multi-master mode; previously, the ClusterAdminClient refused to accept multiple masters. I opted to group the config change operations as a common mode rather than an additional parameter. I think this makes them more discoverable. Change-Id: Id6e96fc5b0106946f29a2faee8e2667be738b740 Reviewed-on: http://gerrit.cloudera.org:8080/4180 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]>
- Loading branch information
1 parent
61557b3
commit d46ac5f
Showing
13 changed files
with
459 additions
and
485 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
Oops, something went wrong.