You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2013/06/15 17:31:20 UTC

[jira] [Resolved] (CASSANDRA-5643) error in help text of cassandra-cli (--tspw option shows SSL: full path to truststore)

     [ https://issues.apache.org/jira/browse/CASSANDRA-5643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Brosius resolved CASSANDRA-5643.
-------------------------------------

    Resolution: Fixed

Thanks!

committed to cassandra-1.2 as d87ed95c0fbffc978cbcaec5d02cb65fdd4b0ea4
                
> error in help text of cassandra-cli (--tspw option shows SSL: full path to truststore)
> --------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-5643
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5643
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2.5
>         Environment: N/A
> (Ubuntu Linux, OpenJDK 7)
>            Reporter: Harry Metske
>            Priority: Trivial
>             Fix For: 1.2.6
>
>         Attachments: CASSANDRA-5634.patch
>
>
> When you issue the cmdline "cassandra-cli -?" you get the following:
> {noformat}
> cssndra@ubuntu2:/opt/cassandra/conf$ cassandra-cli -?
> usage: cassandra-cli
>  -?,--help                                           usage help
>  -alg,--ssl-alg <ALGORITHM>                          SSL: algorithm
>                                                      (default: SunX509)
>  -B,--batch                                          enabled batch mode
>                                                      (suppress output; errors are fatal)
>  -ciphers,--ssl-ciphers <CIPHER-SUITES>              SSL: comma-separated
>                                                      list of encryption suites to use
>     --debug                                          display stack-traces
>                                                      (NOTE: We print strack-traces in the places where it makes sense even
>                                                      without --debug)
>  -f,--file <FILENAME>                                load statements from
>                                                      the specific file
>  -h,--host <HOSTNAME>                                cassandra server's
>                                                      host name
>     --jmxpassword <JMX-PASSWORD>                     JMX service password
>     --jmxport <JMX-PORT>                             JMX service port
>     --jmxusername <JMX-USERNAME>                     JMX service username
>  -k,--keyspace <KEYSPACE>                            cassandra keyspace
>                                                      user is authenticated against
>  -p,--port <PORT>                                    cassandra server's
>                                                      thrift port
>  -prtcl,--ssl-protocol <PROTOCOL>                    SSL: connections
>                                                      protocol to use (default: TLS)
>  -pw,--password <PASSWORD>                           password for
>                                                      cassandra authentication
>     --schema-mwt <TIME>                              Schema migration wait
>                                                      time (secs.), default is 10 secs
>  -st,--store-type <STORE-TYPE>                       SSL: type of store
>  -tf,--transport-factory <TRANSPORT-FACTORY>         Fully-qualified
>                                                      TTransportFactory class name for creating a connection to cassandra
>  -ts,--truststore <TRUSTSTORE>                       SSL: full path to
>                                                      truststore
>  -tspw,--truststore-password <TRUSTSTORE-PASSWORD>   SSL: full path to
>                                                      truststore
>  -u,--username <USERNAME>                            user name for
>                                                      cassandra authentication
>  -v,--verbose                                        verbose output when
>                                                      using batch mode
> {noformat}
> As you see, the help text for the --tspw switch has the same as the --ts switch.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira