[
https://issues.apache.org/jira/browse/CASSANDRA-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Ellis updated CASSANDRA-1565:
--------------------------------------
Reviewer: xedin
Description:
nodetool uses "-h" to specify the host to connect to but cassandra-cli uses
"-host" which is a pain to remember.
More importantly, if you do use "-h" then there's no error! If you do this and
then try to "show keyspaces" or some such you just get an entirely accurate
though confusing "not connected to a cluster" error.
1. Make the flags consistant amongst all the tools where appropriate.
2. If you supply a flag to a tool it doesn't recognise then the tool should
error immediately and display its usage message.
was:
nodetool uses "-h" to specify the host to connect to but cassandra-cli uses
"-host" which is a pain to remember.
More importantly, if you do use "-h" then there's no error! If you do this and
then try to "show keyspaces" or some such you just get an entirely accurate
though confusing "not connected to a cluster" error.
1. Make the flags consistant amongst all the tools where appropriate.
2. If you supply a flag to a tool it doesn't recognise then the tool should
error immediately and display its usage message.
Fix Version/s: 0.8
> cassandra-cli use consistant flags and improve error messages
> -------------------------------------------------------------
>
> Key: CASSANDRA-1565
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1565
> Project: Cassandra
> Issue Type: Improvement
> Components: Tools
> Environment: Centos 5 using
> http://mirror.lividpenguin.com/pub/apache//cassandra/0.7.0/apache-cassandra-0.7.0-beta1-bin.tar.gz
> Reporter: Ian Rogers
> Priority: Minor
> Fix For: 0.8
>
> Attachments: trunk-1565.txt
>
>
> nodetool uses "-h" to specify the host to connect to but cassandra-cli uses
> "-host" which is a pain to remember.
> More importantly, if you do use "-h" then there's no error! If you do this
> and then try to "show keyspaces" or some such you just get an entirely
> accurate though confusing "not connected to a cluster" error.
> 1. Make the flags consistant amongst all the tools where appropriate.
> 2. If you supply a flag to a tool it doesn't recognise then the tool should
> error immediately and display its usage message.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.