There are some values for read timeout in Cassandra.yaml file and the default value is 30000 ms change to a bigger value and that resolved our issue. Hope this helps Regards Asit On Jan 22, 2015 8:36 AM, "Neha Trivedi" <nehajtriv...@gmail.com> wrote:
> > Hello All, > I am trying to process 200MB file. I am getting following Error. We are > using (apache-cassandra-2.0.3.jar) > com.datastax.driver.core. > exceptions.ReadTimeoutException: Cassandra timeout during read query at > consistency ONE (1 responses were required but only 0 replica responded) > > 1. Is it due to memory? > 2. Is it related to driver? > > Initially when I was trying 15MB and it was throwing the same Exception > but after that it started working. > > > thanks > regards > neha > > > >