mirror of https://github.com/apache/cassandra
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
NAME
|
|
nodetool consensus_admin list - List migrating tables and ranges
|
|
|
|
SYNOPSIS
|
|
nodetool [(-h <host> | --host <host>)] [(-p <port> | --port <port>)]
|
|
[(-pw <password> | --password <password>)]
|
|
[(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
|
|
[(-u <username> | --username <username>)] consensus_admin list
|
|
[(-f <format> | --format <format>)] [--] <keyspace> <tables>
|
|
|
|
OPTIONS
|
|
-f <format>, --format <format>
|
|
Output format, YAML and JSON are the only supported formats,
|
|
default YAML, prefix with `minified-` to turn off pretty printing
|
|
|
|
-h <host>, --host <host>
|
|
Node hostname or ip address
|
|
|
|
-p <port>, --port <port>
|
|
Remote jmx agent port number
|
|
|
|
-pw <password>, --password <password>
|
|
Remote jmx agent password
|
|
|
|
-pwf <passwordFilePath>, --password-file <passwordFilePath>
|
|
Path to the JMX password file
|
|
|
|
-u <username>, --username <username>
|
|
Remote jmx agent username
|
|
|
|
--
|
|
This option can be used to separate command-line options from the
|
|
list of argument, (useful when arguments might be mistaken for
|
|
command-line options
|
|
|
|
<keyspace>
|
|
The keyspace followed by one or many tables
|
|
|
|
<tables>
|
|
The tables
|