get_paged_slice with SlicePredicate

2012-10-24 Thread Scott Fines
back? I'd like to page over many rows, but only have data that is contained in a SlicePredicate be returned. Thanks for your help, Scott Fines

RE: JMX BulkLoad weirdness

2012-01-18 Thread Scott Fines
d you may find some examples. If you have some more steps to repo we may be able to look into it. Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 17/01/2012, at 2:42 AM, Scott Fines wrote: Unfortunately, I'm not doing a 1-1 migration;

RE: JMX BulkLoad weirdness

2012-01-16 Thread Scott Fines
he new cluster. For bulk load you will want to use the sstableloader http://www.datastax.com/dev/blog/bulk-loading Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 14/01/2012, at 3:32 AM, Scott Fines wrote: Hi all, I'm trying to

JMX BulkLoad weirdness

2012-01-13 Thread Scott Fines
Hi all, I'm trying to copy a column family from our production cluster to our development one for testing purposes, so I thought I would try the bulkload API. Since I'm lazy, I'm using the Cassandra bulkLoad JMX call from one of the development machines. Here are the steps I followed: 1. (on p

RE: ConcurrentModificationException during nodetool repair

2011-10-24 Thread Scott Fines
Created https://issues.apache.org/jira/browse/CASSANDRA-3400 Thanks for your help, Scott Fines From: Sylvain Lebresne [sylv...@datastax.com] Sent: Monday, October 24, 2011 11:37 AM To: user@cassandra.apache.org Subject: Re: ConcurrentModificationException

ConcurrentModificationException during nodetool repair

2011-10-24 Thread Scott Fines
your help, Scott Fines

RE: MapReduce with two ethernet cards

2011-10-14 Thread Scott Fines
Looks like that did it, thanks! Scott From: Brandon Williams [dri...@gmail.com] Sent: Thursday, October 13, 2011 2:16 PM To: user@cassandra.apache.org Subject: Re: MapReduce with two ethernet cards On Thu, Oct 13, 2011 at 1:17 PM, Scott Fines wrote

RE: MapReduce with two ethernet cards

2011-10-13 Thread Scott Fines
instead of the normal thrift IPs. That leads me to think that I need to have thrift listening on both IPs, though. Would that then be the case? Scott From: Scott Fines [scott.fi...@nisc.coop] Sent: Thursday, October 13, 2011 12:40 PM To: user

RE: MapReduce with two ethernet cards

2011-10-13 Thread Scott Fines
: MapReduce with two ethernet cards What is your rpc_address set to? If it's 0.0.0.0 (bind everything) then that's not going to work if listen_address is blocked. -Brandon On Thu, Oct 13, 2011 at 11:13 AM, Scott Fines wrote: > I upgraded to cassandra 0.8.7, and the problem persis

RE: MapReduce with two ethernet cards

2011-10-13 Thread Scott Fines
, Scott Fines wrote: > Hi all, > This may be a silly question, but I'm at a bit of a loss, and was hoping for > some help. > I have a Cassandra cluster set up with two NICs--one for internel > communication between cassandra machines (10.1.1.*), and one to respond to > Thrif

MapReduce with two ethernet cards

2011-10-10 Thread Scott Fines
Hi all, This may be a silly question, but I'm at a bit of a loss, and was hoping for some help. I have a Cassandra cluster set up with two NICs--one for internel communication between cassandra machines (10.1.1.*), and one to respond to Thrift RPC (172.28.*.*). I also have a Hadoop cluster se

sstable2json weirdness

2011-09-30 Thread Scott Fines
Hi all, I've been messing with sstable2json as a means of mass-exporting some data (mainly for backups, but also for some convenience trickery on an individual nodes' data). However, I've run into a situation where sstable2json appears to be dumping out TONS of duplicate columns for a single ro

RE: Queue suggestion in Cassandra

2011-09-17 Thread Scott Fines
ms like ActiveMQ (activemq.apache.org) or RabbitMQ(http://www.rabbitmq.com/). I'm a fan of Kafka myself. Thanks for the menagerie shoutout though...:) Scott Fines From: Milind Parikh [milindpar...@gmail.com] Sent: Friday, September 16, 2011 6:12 PM To: user@cassandra.apache.o