Re: decommissioning a wrong node

2011-04-24 Thread Tomas Vondra
Dne 24.4.2011 04:32, Edward Capriolo napsal(a): > 2011/4/23 Tomas Vondra : >> >> BTW all the nodes are running on the same machine and are set up using >> virtual IPs. Not sure if this is important (I don't think it should). >> >> regards >> Tomas >> > > Ah ha. JMX binds to it's port on EVERY inte

Re: decommissioning a wrong node

2011-04-24 Thread Peter Schuller
> Is there a way to bind the JMX to a specified IP only? It seems there's > just 'com.sun.management.jmxremote.port' and no way to specify a host. I don't think so, or at least past googling indicated several people wanting to do this but not finding answers. It's extremely annoying; e.g. the comm

multithreaded compaction causes mutation storms?

2011-04-24 Thread Terje Marthinussen
Tested out multithreaded compaction in 0.8 last night. We had first fed some data with compaction disabled so there was 1000+ sstables on the nodes and I decided to enable multithreaded compaction on one of them to see how it performed vs. nodes that had no compaction at all. Since this was sort

Re: seed faq

2011-04-24 Thread Maki Watanabe
Done. Thank you for your comment. maki 2011/4/24 aaron morton : > May also want to add that seed nodes do not auto bootstrap. > > Thanks > Aaron

0.8 loosing nodes?

2011-04-24 Thread Terje Marthinussen
World as seen from .81 in the below ring .81 Up Normal 85.55 GB8.33% Token(bytes[30]) .82 Down Normal 83.23 GB8.33% Token(bytes[313230]) .83 Up Normal 70.43 GB8.33% Token(bytes[313437]) .84 Up Normal 81.7 GB 8.33% Token(bytes

ahtung! apt-get update

2011-04-24 Thread Andrey V. Panov
Hi all. I have ubuntu 10.10 and it offer me to update cassandra today. And I did it. As I can see it update it to cassandra 0.8-beta1. Due to some jars missed cassandra wan't start. I already downgraded. *Some details:* root@asus:~# apt-cache policy cassandra cassandra: Installed: 0.7.4 Candi

Re: decommissioning a wrong node

2011-04-24 Thread Edward Capriolo
On Sun, Apr 24, 2011 at 6:07 AM, Peter Schuller wrote: >> Is there a way to bind the JMX to a specified IP only? It seems there's >> just 'com.sun.management.jmxremote.port' and no way to specify a host. > > I don't think so, or at least past googling indicated several people > wanting to do this

PIG + SUM

2011-04-24 Thread pob
Hello, Im trying these with pig 0.8 + c* 0.7.5 (branch). Has anybody any idea? Thanks. x = foreach g2 generate group, data.(size); dump x; ((drm,0),{(464868)}) ((drm,1),{(464868)}) ((snezz,0),{(8073),(8073)}) but: x = foreach g2 generate group, SUM(data.size); grunt> describe data;

Re: PIG + SUM

2011-04-24 Thread pob
Even tho this simple thing doesnt work too: grunt> z = foreach data generate time+size; WARN org.apache.hadoop.mapred.LocalJobRunner - job_local_0004 java.lang.ClassCastException: org.apache.pig.data.DataByteArray cannot be cast to java.lang.Float at org.apache.pig.backend.hadoop.executionengin

Re: 0.8.0 thrift api?

2011-04-24 Thread Michael Fortin
Thanks for the replies, Krik & Robert. I should be able to work with that. cheers, Mike On Apr 23, 2011, at 3:37 PM, Robert Jackson wrote: > I have been using: > > https://github.com/apache/cassandra/blob/cassandra-0.8/interface/cassandra.thrift > > And yes both the CQL and the counter API ar

Re: sstable2json

2011-04-24 Thread Subrahmanya Harve
Thanks Edward. Thats a good idea. Regards, smh. On Sat, Apr 23, 2011 at 11:04 AM, Edward Capriolo wrote: > On Fri, Apr 22, 2011 at 9:07 PM, Jonathan Ellis wrote: > > No. > > > > On Fri, Apr 22, 2011 at 3:22 PM, Subrahmanya Harve > > wrote: > >> Hi, > >> > >> Is there a tool similar to sstable

Re: ahtung! apt-get update

2011-04-24 Thread Jonathan Ellis
https://issues.apache.org/jira/browse/CASSANDRA-2549 On Sun, Apr 24, 2011 at 9:48 AM, Andrey V. Panov wrote: > Hi all. > I have ubuntu 10.10 and it offer me to update cassandra today. And I did it. > As I can see it update it to cassandra 0.8-beta1. Due to some jars missed > cassandra wan't start

0.7.4 Bad sstables?

2011-04-24 Thread Sanjeev Kulkarni
Hey guys, Running a one node cassandra server with version 0.7.4 patched with https://issues.apache.org/jira/browse/CASSANDRA-2376 The system was running fine for a couple of days when we started noticing something strange with cassandra. I stopped all applications and restarted cassandra. And the