Re: Unable to run hadoop_cql3_word_count examples

2013-12-09 Thread Parth Patil
Filed a ticket for this issue : https://issues.apache.org/jira/browse/CASSANDRA-6467 On Mon, Dec 9, 2013 at 9:56 AM, Parth Patil wrote: > Thanks Nate, I will file a ticket. > > > On Mon, Dec 9, 2013 at 7:34 AM, Nate McCall wrote: > >> If you got that error on an unmodified example from the late

Re: Unable to run hadoop_cql3_word_count examples

2013-12-09 Thread Parth Patil
Thanks Nate, I will file a ticket. On Mon, Dec 9, 2013 at 7:34 AM, Nate McCall wrote: > If you got that error on an unmodified example from the latest source, > please open an issue: > https://issues.apache.org/jira/browse/CASSANDRA > > > On Sun, Dec 8, 2013 at 8:00 PM, Parth Patil wrote: > >>

Re: Unable to run hadoop_cql3_word_count examples

2013-12-09 Thread Nate McCall
If you got that error on an unmodified example from the latest source, please open an issue: https://issues.apache.org/jira/browse/CASSANDRA On Sun, Dec 8, 2013 at 8:00 PM, Parth Patil wrote: > Hi Aaron, > Thanks for your response. I didn't make any change to the code when I got > that exceptio

Re: Unable to run hadoop_cql3_word_count examples

2013-12-08 Thread Parth Patil
Hi Aaron, Thanks for your response. I didn't make any change to the code when I got that exception. I just ran the example as is after I cloned the repo from github. I did a git pull today on cassandra-2.0 branch, built via ant and re-ran the example and now I am not getting the error from before

Re: Unable to run hadoop_cql3_word_count examples

2013-12-08 Thread Aaron Morton
> InvalidRequestException(why:consistency level LOCAL_ONE not compatible with > replication strategy (org.apache.cassandra.locator.SimpleStrategy)) at > > The LOCAL_ONE consistency level can only be used with the NetworkTopologyStrategy. I had a quick look and the code does not use LOCAL_ONE