Re: Missing rows while scanning table using java driver

2016-02-03 Thread priyanka gugale
would assure that you skip the first token. > > -- Jack Krupansky > > On Wed, Feb 3, 2016 at 1:36 AM, Priyanka Gugale wrote: > >> Hi, >> >> I am using Cassandra 2.2.0 and cassandra driver 2.1.8. I am trying to >> scan a table as per suggestions given here >&g

Re: Missing rows while scanning table using java driver

2016-02-02 Thread priyanka gugale
ing with > tokens ? > > http://datastax.github.io/java-driver/manual/paging/ > > On Wed, Feb 3, 2016 at 7:36 AM, Priyanka Gugale wrote: > >> Hi, >> >> I am using Cassandra 2.2.0 and cassandra driver 2.1.8. I am trying to >> scan a table as per suggestions

Missing rows while scanning table using java driver

2016-02-02 Thread Priyanka Gugale
Hi, I am using Cassandra 2.2.0 and cassandra driver 2.1.8. I am trying to scan a table as per suggestions given here , On running the code to fetch records from table, it fetches different number of r