Re: Oracle: unexpected operator

2019-05-10 Thread Jeff Jirsa
Genaro wrote: >> cassandra-server/bin$ ./nodetool help >> ./nodetool: 333: [: Oracle: unexpected operator >> usage: nodetool [(-u | --username )] >> ... > > What version of Cassandra? That line number is strange. The string "Oracle" > along with other ga

Re: Oracle: unexpected operator

2019-05-10 Thread Michael Shuler
On 5/10/19 2:00 PM, Lou DeGenaro wrote: cassandra-server/bin$ ./nodetool help ./nodetool: 333: [: Oracle: unexpected operator usage: nodetool [(-u | --username )] ... What version of Cassandra? That line number is strange. The string "Oracle" along with other garbage seems to be c

Oracle: unexpected operator

2019-05-10 Thread Lou DeGenaro
cassandra-server/bin$ ./nodetool help ./nodetool: 333: [: Oracle: unexpected operator usage: nodetool [(-u | --username )] ... Why might I get the above "unexpected error"? Thx. Lou.