Re: newer Cassandra + Hadoop = TimedOutException()

2012-03-07 Thread Florent Lefillâtre
; possilbe at the moment. Pitty it happens only in the production with > terrabytes of data, not in the test... > > Regards, > P. > > On Tue, Mar 6, 2012 at 14:31, Florent Lefillâtre > wrote: > > CFRR.getProgress() is called by child mapper tas

Re: newer Cassandra + Hadoop = TimedOutException()

2012-03-06 Thread Florent Lefillâtre
CFRR.getProgress() is called by child mapper tasks on each TastTracker node, so the log must appear on ${hadoop_log_dir}/attempt_201202081707_0001_m_00_0/syslog (or somethings like this) on TaskTrackers, not on client job logs. Are you sure to see the good log file, I say that because in your f

Re: newer Cassandra + Hadoop = TimedOutException()

2012-03-06 Thread Florent Lefillâtre
I remember a bug on the ColumnFamilyInputFormat class 0.8.10. It was a test rpc_endpoints == "0.0.0.0" in place of rpc_endpoint.equals("0.0.0.0"), may be it can help you Le 6 mars 2012 12:18, Florent Lefillâtre a écrit : > Excuse me, I had not understood. > So, for

Re: newer Cassandra + Hadoop = TimedOutException()

2012-03-06 Thread Florent Lefillâtre
ddress: 0.0.0.0' in cassandra.yaml, because I want > cassandra to bind RPC to all interfaces. > > Regards, > P. > > On Tue, Mar 6, 2012 at 09:44, Florent Lefillâtre > wrote: > > Hi, I had the same problem on hadoop 0.20.2 and cassandra 1.0.5. > > In m

Re: newer Cassandra + Hadoop = TimedOutException()

2012-03-06 Thread Florent Lefillâtre
Hi, I had the same problem on hadoop 0.20.2 and cassandra 1.0.5. In my case the split of token range failed. I have comment line 'rpc_address: 0.0.0.0' in cassandra.yaml. May be see if you have not configuration changes between 0.8.7 and 0.8.10 Le 6 mars 2012 09:32, Patrik Modesto a écrit : > H