Re: Abnormal memory consumption

2011-04-06 Thread Paul Choi
You can use JMX over ssh by doing this: http://blog.reactive.org/2011/02/connecting-to-cassandra-jmx-via-ssh.html Basically, you use SSH -D to do dynamic application port forwarding. In terms of scaling, you'll be able to afford 120GB RAM/node in 3 years if you're successful. Or, a machine with m

Re: RTG/MRTG/Cricket replacement using Cassandra?

2011-03-31 Thread Paul Choi
Just finished looking at the slides. It looks awesome! On 3/31/11 4:19 PM, "Ryan King" wrote: >We have a solution for time series data on cassandra at Twitter that >we'd like to open source, but it requires 0.8/trunk so we're not going >to release it until that's stable. > >See >http://www.slid

RE: build.xml issue with 0.7.3?

2011-03-09 Thread Paul Choi
s ant 1.6x and newer, so you'd think it works. I'll need to build a newer Ant RPM for my build system, then try building Cassandra 0.73. Thanks for your help! ____ From: Paul Choi [paulc...@plaxo.com] Sent: Wednesday, March 09, 2011 10

RE: build.xml issue with 0.7.3?

2011-03-09 Thread Paul Choi
2011 7:36 PM To: user@cassandra.apache.org Subject: Re: build.xml issue with 0.7.3? On Sat, 2011-03-05 at 01:23 +0000, Paul Choi wrote: > We're running 0.7.0, and we want to upgrade to 0.7.3 ASAP. > > This worked in our RPM SPEC file with 0.7.0: > %build > export JAVA_HOME=/u

build.xml issue with 0.7.3?

2011-03-04 Thread Paul Choi
Hello, We're running 0.7.0, and we want to upgrade to 0.7.3 ASAP. This worked in our RPM SPEC file with 0.7.0: %build export JAVA_HOME=/usr/java/latest ant clean jar -Drelease=true Now running "ant jar" throws some kind of build.xml error at line 155 - typedef is undefined. I'm running ant 1.6.