RE: cassandra cqlsh error

2013-02-04 Thread Kumar, Anjani
This is fixed. Thanks, From: Dave Brosius [mailto:dbros...@mebigfatguy.com] Sent: Monday, February 04, 2013 2:27 PM To: user@cassandra.apache.org; user@cassandra.apache.org Subject: RE: cassandra cqlsh error This part, ERROR 13:39:24,456 Cannot open /var/lib/cassandra/data/system/Schema/syst

RE: cassandra cqlsh error

2013-02-04 Thread Dave Brosius
This part, ERROR 13:39:24,456 Cannot open /var/lib/cassandra/data/system/Schema/system-Schema-hd-5; partitioner org.apache.cassandra.dht.RandomPartitioner does not match system partitioner org.apache.cassandra.dht.Murmur3Partitioner. Note that the default partitioner starting with Cassandra 1

RE: cassandra cqlsh error

2013-02-04 Thread Kumar, Anjani
Update: After removing old /var/log/Cassandra and /var/lib/Cassandra, now I am seeing the below error: anjani@anjani-laptop:~/apache-cassandra-1.2.1/bin$ ./cassandra xss = -ea -javaagent:./../lib/jamm-0.2.5.jar -XX:+UseThreadPriorities

RE: cassandra cqlsh error

2013-02-04 Thread Kumar, Anjani
It looks like an error. Since I checked for “cassandra” in ps –ef and didn’t see anything. Anjani Kumar Sr. Software Engineer Infogroup office: 402.836.3337 www.infogroup.com Powering Business Growth Find us here: Twitter | Facebook<

RE: cassandra cqlsh error

2013-02-04 Thread Kumar, Anjani
I installed Sun JDK 6 but I am getting the following error. Please see below. Thanks! anjani@anjani-laptop:~/apache-cassandra-1.2.1/bin$ ./cassandra xss = -ea -javaagent:./../lib/jamm-0.2.5.jar -XX:+UseThreadPriorities -XX:ThreadPriori

RE: cassandra cqlsh error

2013-02-04 Thread Dave Brosius
xss = -ea -javaagent:./../lib/jamm-0.2.5.jar -XX:+UseThreadPriorities -XX:ThreadPriorityPolicy=42 -Xms1005M -Xmx1005M -Xmn200M -XX:+HeapDumpOnOutOfMemoryError -Xss180k That is not an error, that is just 'debugging' information output to the command line. - Original Message -From: "Ku

RE: Not enough replicas???

2013-02-04 Thread Stephen.M.Thompson
Sweet! That worked! THANK YOU! Stephen Thompson Wells Fargo Corporation Internet Authentication & Fraud Prevention 704.427.3137 (W) | 704.807.3431 (C) This message may contain confidential and/or privileged information, and is intended for the use of the addressee only. If you are not the addr

Re: Not enough replicas???

2013-02-04 Thread Tyler Hobbs
Sorry, to be more precise, the name of the datacenter is just the string "28", not "DC28". On Mon, Feb 4, 2013 at 12:07 PM, wrote: > Thanks Tyler … so I created my keyspace to explicitly indicate the > datacenter and replication, as follows: > > ** ** > > create *keyspace* KEYSPACE_NAME

Re: Pycassa vs YCSB results.

2013-02-04 Thread Pradeep Kumar Mantha
Hi, Could some one please let me know any hints, why the pycassa client(attached) is much slower than the YCSB? is it something to attribute to performance difference between python and Java? or the pycassa api has some performance limitations? I don't see any client statements affecting the pyca

Re: cassandra cqlsh error

2013-02-04 Thread Brian Jeltema
I had this problem using a rather old version of Open JDK. I downloaded the Sun JDK and its working now. Brian On Feb 4, 2013, at 1:04 PM, Kumar, Anjani wrote: > Thank you Aaron! I uninstalled older version of Cassandra and then brought > 1.2.1 version of apache Cassandra as per your mail belo

RE: Not enough replicas???

2013-02-04 Thread Stephen.M.Thompson
Thanks Tyler ... so I created my keyspace to explicitly indicate the datacenter and replication, as follows: create keyspace KEYSPACE_NAME with placement_strategy = 'org.apache.cassandra.locator.NetworkTopologyStrategy' and strategy_options={DC28:2}; And yet I still get the exact same error

RE: cassandra cqlsh error

2013-02-04 Thread Kumar, Anjani
Thank you Aaron! I uninstalled older version of Cassandra and then brought 1.2.1 version of apache Cassandra as per your mail below. However, I am receiving the following error while starting Cassandra. anjani@anjani-laptop:~/apache-cassandra-1.2.1/bin$

Re: cassandra cqlsh error

2013-02-04 Thread aaron morton
Grab 1.2.1, it's fixed there http://cassandra.apache.org/download/ Cheers - Aaron Morton Freelance Cassandra Developer New Zealand @aaronmorton http://www.thelastpickle.com On 5/02/2013, at 4:37 AM, "Kumar, Anjani" wrote: > > I am facing problem while trying to run cqlsh. He

Re: CPU hotspot at BloomFilterSerializer#deserialize

2013-02-04 Thread aaron morton
> Yes, it contains a big row that goes up to 2GB with more than a million of > columns. I've run tests with 10 million small columns and reasonable performance. I've not looked at 1 million large columns. >> - BloomFilterSerializer#deserialize does readLong iteratively at each page >> of size

Re: Upgrade to Cassandra 1.2

2013-02-04 Thread aaron morton
There is a command line utility in 1.2 to shuffle the tokens… http://www.datastax.com/dev/blog/upgrading-an-existing-cluster-to-vnodes $ ./cassandra-shuffle --help Missing sub-command argument. Usage: shuffle [options] Sub-commands: create Initialize a new shuffle operation ls

Re: Index file

2013-02-04 Thread aaron morton
-Index.db components only contain the index. In v1.2+ -Summary.db contains a sampling of the index read at startup. Cheers - Aaron Morton Freelance Cassandra Developer New Zealand @aaronmorton http://www.thelastpickle.com On 3/02/2013, at 11:03 AM, Kanwar Sangha wrote: > Hi

Re: BloomFilter

2013-02-04 Thread aaron morton
> 1) What is the ratio of the sstable file size to bloom filter size ? If i > have a sstable of 1 GB, what is the approximate bloom filter size ? Assuming > 0.000744 default val configured. The size of the bloom filter varies with the number of rows in the CF, not the on disk size. More correctly

Re: Not enough replicas???

2013-02-04 Thread Tyler Hobbs
RackInferringSnitch determines each node's DC and rack by looking at the second and third octets in its IP address ( http://www.datastax.com/docs/1.0/cluster_architecture/replication#rackinferringsnitch), so your nodes are in DC "28". Your replication strategy says to put one replica in DC "datace

cassandra cqlsh error

2013-02-04 Thread Kumar, Anjani
I am facing problem while trying to run cqlsh. Here is what I did: 1. I brought the tar ball files for both 1.1.7 and 1.2.0 version. 2. Unzipped and untarred it 3. Started Cassandra 4. And then tried starting cqlsh but I am getting the following error in both the vers

RE: Not enough replicas???

2013-02-04 Thread Stephen.M.Thompson
Hi Edward - thanks for responding. The keyspace could not have been created more simply: create keyspace KEYSPACE_NAME; According to the help, this should have created a replication factor of 1: Keyspace Attributes (all are optional): - placement_strategy: Class used to determine how r

Re:

2013-02-04 Thread Víctor Hugo Oliveira Molinar
How do you establish the connection? Are you closing and reopening it? It's normal for cassandra slowing down after many insertions, but it would only take more time to process your write, nothing more than that. On Fri, Feb 1, 2013 at 5:53 PM, Marcelo Elias Del Valle wrote: > Hello, > > I a

[VOTE] Release Mojo's Cassandra Maven Plugin 1.2.0-1

2013-02-04 Thread Stephen Connolly
Hi, I'd like to release version 1.2.0-1 of Mojo's Cassandra Maven Plugin to sync up with the 1.2.0 release of Apache Cassandra. (a 1.2.1-1 will follow shortly after this release, but it should be possible to use the xpath://project/build/plugins/plugin/dependencies/dependency override of cassandra