Re: Cqlsh hangs & closes automatically

2016-02-02 Thread Tyler Hobbs
The default page size in cqlsh is 100, so perhaps something is going on there? Try running cqlsh with --debug to see if there are any errors. On Tue, Feb 2, 2016 at 11:21 AM, Anuj Wadehra wrote: > My cqlsh prompt hangs and closes if I try to fetch just 100 rows using > select * query. Cassandra

Cqlsh hangs & closes automatically

2016-02-02 Thread Anuj Wadehra
My cqlsh prompt hangs and closes if I try to fetch just 100 rows using select * query. Cassandra-cli does the job. Any solution? ThanksAnuj