Re: Hadoop Integration doesn't work when one node is down

2011-01-02 Thread Jonathan Ellis
Thanks! On Sun, Jan 2, 2011 at 7:17 PM, Utku Can Topçu wrote: > I've created an issue, was this what you were asking Jonathan? > > https://issues.apache.org/jira/browse/CASSANDRA-1927 > > > On Mon, Jan 3, 2011 at 12:24 AM, Jonathan Ellis wrote: >> >> Can you create one? >> >> On Sun, Jan 2, 2011

Re: Hadoop Integration doesn't work when one node is down

2011-01-02 Thread Utku Can Topçu
I've created an issue, was this what you were asking Jonathan? https://issues.apache.org/jira/browse/CASSANDRA-1927 On Mon, Jan 3, 2011 at 12:24 AM, Jonathan Ellis wrote: > Can you create one? > > On Sun, Jan 2, 2011 at 4:39 PM, mck wrote: > > > >> Is this a bug or feature or a misuse? > > >

Re: Hadoop Integration doesn't work when one node is down

2011-01-02 Thread Jonathan Ellis
Can you create one? On Sun, Jan 2, 2011 at 4:39 PM, mck wrote: > >> Is this a bug or feature or a misuse? > > i can confirm this bug. > on a 3 node cluster testing environment with RF 3. > (and no issue exists for it AFAIK). > > ~mck > > > -- > "Simplicity is the ultimate sophistication" Leonardo

Re: Hadoop Integration doesn't work when one node is down

2011-01-02 Thread mck
> Is this a bug or feature or a misuse? i can confirm this bug. on a 3 node cluster testing environment with RF 3. (and no issue exists for it AFAIK). ~mck -- "Simplicity is the ultimate sophistication" Leonardo Da Vinci's (William of Ockham) | www.semb.wever.org | www.sesat.no | www.finn

Re: Hadoop Integration doesn't work when one node is down

2010-12-31 Thread Utku Can Topçu
Oops, I've forgotten to tell I'm using the 0.7-rc2 branch with some patches that has nothing to do with hadoop. On Fri, Dec 31, 2010 at 1:05 PM, Utku Can Topçu wrote: > Hi All, > > When I start the CFInputFormat to read a CF in a keyspace of RF=3 on a > 4-node cluster: > - If all the nodes are

Hadoop Integration doesn't work when one node is down

2010-12-31 Thread Utku Can Topçu
Hi All, When I start the CFInputFormat to read a CF in a keyspace of RF=3 on a 4-node cluster: - If all the nodes are all up, everything works fine and I don't have any problems walking through the all data in the CF, however - If there's a node down, the hadoop job does not even start, just dies