which high level Java client

2012-06-27 Thread James Pirz
Dear all, I am interested in using Cassandra 1.1.1 in a read-intensive scenario, where more than 95% of my operations are get(). I have a cluster with ~10 nodes, around 15-20 GB of data on each, while in the extreme case I expect to have 20-40 concurrent clients. I am kind of confused about whic

Re: bulk load problem

2012-06-27 Thread James Pirz
ue, 26 Jun 2012 17:07:49 -0700 от James Pirz : > > Dear all, > > I am trying to use "sstableloader" in cassandra 1.1.1, to bulk load some > data into a single node cluster. > I am running the following command: > > bin/sstableloader -d 192.168.100.1 /data/ssTabl

bulk load problem

2012-06-26 Thread James Pirz
Dear all, I am trying to use "sstableloader" in cassandra 1.1.1, to bulk load some data into a single node cluster. I am running the following command: bin/sstableloader -d 192.168.100.1 /data/ssTable/tpch/tpch/ from "another" node (other than the node on which cassandra is running), while the d

Re: RESTful API for GET

2012-06-11 Thread James Pirz
736 > Mob: +972 54 8356490 > Fax: +972 2 5612956 > > > > > > On Tue, Jun 12, 2012 at 9:06 AM, James Pirz wrote: > >> Dear all, >> >> I am trying to query the system, specifically performing a GET for a >> specific key, through Jmeter (or CURL) >&g

RESTful API for GET

2012-06-11 Thread James Pirz
Dear all, I am trying to query the system, specifically performing a GET for a specific key, through Jmeter (or CURL) and I am wondering what is the best pure RESTful API for the system (with the lowest overhead) that I can use. Thanks, James