yes, that was just a test program. for my real code i'm using pelops.
-mike
On Dec 31, 2010, at 5:52 AM, Peter Schuller wrote:
>> you're right, i wasn't setting the timestamp on my insert. after fixing
>> that everything works fine.
>
> In general though, consider using a higher-level client
> you're right, i wasn't setting the timestamp on my insert. after fixing
> that everything works fine.
In general though, consider using a higher-level client to avoid
mistakes like these (among other reasons):
http://wiki.apache.org/cassandra/ClientOptions
--
/ Peter Schuller
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
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
Thank you very much!
On Fri, Dec 31, 2010 at 3:52 PM, Ran Tavory wrote:
> Use 0.6.0-19
>
> On Friday, December 31, 2010, Zhidong She wrote:
> > Hi guys,
> >
> > We are trying Cassandra 0.6.8, and could you please kindly tell me which
> Hector Java client is suitable for 0.6.8?
> > The Hector 0.