Re: cassandra 0.7.0 noob question

2011-01-06 Thread CassUser CassUser
Cassandra doesn't load any keyspaces by default. You have to manually do it once. Using loadSchemaFromYAML method exposed by JMX On Thu, Jan 6, 2011 at 2:00 PM, felix gao wrote: > Hi all, > > I started cassandra with very thing untouched in the conf folder, when I > examine the cassandra.yaml

cassandra super column family input format

2010-12-18 Thread CassUser CassUser
Curious if anyone has done input from a cassandra super column? Any support for this currently? Thanks

Re: Re: how can i ran the word count example on windows?

2010-12-02 Thread CassUser CassUser
You can install cygwin in order to run mapred job locally on windows On Thu, Dec 2, 2010 at 5:57 AM, Bingbing Liu wrote: > hi ,arron ,thanks for your reply > > i run a single node cassandra instance on linux (IP:10.37.17.231) > > but i run the word count in the eclipse on windows with seting th

Re: Starting up cassandra 0.7

2010-11-17 Thread CassUser CassUser
Bryan added a patch. Can someone please review? Thanks. On Wed, Nov 17, 2010 at 12:10 PM, CassUser CassUser wrote: > We are putting together a patch for that. Also updating the unit test to > capture this case. It wasn't failing as a result of it being backwards. > > >

Re: Starting up cassandra 0.7

2010-11-17 Thread CassUser CassUser
We are putting together a patch for that. Also updating the unit test to capture this case. It wasn't failing as a result of it being backwards. On Wed, Nov 17, 2010 at 11:51 AM, CassUser CassUser wrote: > Thanks for looking into that. I created a jira issue for it: &

Re: Starting up cassandra 0.7

2010-11-17 Thread CassUser CassUser
#x27;ve got there uses the TimestampClocks that were once a > part of the 0.7 development, but have been removed. So your data sample may > not be usable going forwards. Can you jump to beta3? > > Aaron > > > > On 17 Nov, 2010,at 02:03 PM, CassUser CassUser wrote: > > Looki

Re: Starting up cassandra 0.7

2010-11-16 Thread CassUser CassUser
), new TimestampClock(col.timestamp)); } This appears to be backwards. On Tue, Nov 16, 2010 at 4:03 PM, CassUser CassUser wrote: > Looked at how DatabaseDescriptor is loading the yaml file. Using that > approach solves the problem with the column_families mapping exception. &

Re: Starting up cassandra 0.7

2010-11-16 Thread CassUser CassUser
aml file. If the cluster does not have a schema stored I think it will load > the one from yaml. > > Have you tried starting it up with an empty system data dir ? Does it > pickup the schema from the yaml? > > Aaron > > On 17 Nov, 2010,at 09:17 AM, CassUser CassUser wrote

Re: Starting up cassandra 0.7

2010-11-16 Thread CassUser CassUser
Tue, Nov 16, 2010 at 11:58 AM, CassUser CassUser wrote: > This is embedded for testing cassandra 0.7 beta2. using > EmbeddedCassandraService. > > and manually adding schema programmatically using: > for (KSMetaData table : DatabaseDescriptor.readTablesFromYaml()) { &g

Re: Starting up cassandra 0.7

2010-11-16 Thread CassUser CassUser
; Aaron > > > > > On 17 Nov, 2010,at 08:09 AM, CassUser CassUser wrote: > > Here is the yaml: > > # Cassandra YAML generated from previous config > # Configuration wiki: > http://wiki.apache.org/cassandra/StorageConfiguration > authenti

Starting up cassandra 0.7

2010-11-16 Thread CassUser CassUser
Here is the yaml: # Cassandra YAML generated from previous config # Configuration wiki: http://wiki.apache.org/cassandra/StorageConfiguration authenticator: org.apache.cassandra.auth.AllowAllAuthenticator auto_bootstrap: false binary_memtable_throughput_in_mb: 256 cluster_name: Test Cluster column

Re: client connecting to 0.7

2010-11-07 Thread CassUser CassUser
http://wiki.apache.org/cassandra/StorageConfiguration. Must have missed that property after we converted old config. :) On Sat, Nov 6, 2010 at 8:41 AM, Edward Capriolo wrote: > On Fri, Nov 5, 2010 at 9:50 PM, CassUser CassUser > wrote: > > I agree and we will move to hector at some point,

Re: client connecting to 0.7

2010-11-05 Thread CassUser CassUser
t; raw Thrift. There is a version for beta2 at > https://github.com/rantav/hector/downloads > > docs are at > http://www.riptano.com/sites/default/files/hector-v2-client-doc.pdf > > On Fri, Nov 5, 2010 at 6:28 PM, CassUser CassUser > wrote: > > Hey I'm testing a

client connecting to 0.7

2010-11-05 Thread CassUser CassUser
Hey I'm testing a client on beta2 cassandra version 0.7. TFramedTransport transport = new TFramedTransport(new TSocket("my.ip", 9160)); Cassandra.Client client = new Cassandra.Client(new TBinaryProtocol(transport)); transport.open(); System.out.println(client.descri

Re: memtable sstable questions (0.6.4)

2010-10-20 Thread CassUser CassUser
I didn't notice the number of hot CFs mentioned below. So with data in them. We are sharing a cluster with others, so I'm trying to get an idea of what overhead there is for empty CFs if any. What are internal caches? On Wed, Oct 20, 2010 at 1:17 PM, CassUser CassUser wrote: >

Re: memtable sstable questions (0.6.4)

2010-10-20 Thread CassUser CassUser
alues, then crank things up. > > Aaron > > On 21 Oct, 2010,at 08:42 AM, CassUser CassUser wrote: > > Thanks for the link. > > #2 was not meant to be trick question, it just came out like that :). what > i was after is the overhead associated with large number of keyspac

Re: memtable sstable questions (0.6.4)

2010-10-20 Thread CassUser CassUser
ge of rows cached. Does this effect write performance to other keyspaces in the cluster? On Wed, Oct 20, 2010 at 12:01 PM, Edward Capriolo wrote: > On Wed, Oct 20, 2010 at 2:47 PM, CassUser CassUser > wrote: > > Hey, > > > > As I understand it writes go direct

memtable sstable questions (0.6.4)

2010-10-20 Thread CassUser CassUser
Hey, As I understand it writes go directly to the commit log. Once a threshold has been reached the data is shipped to a memtable, and again to an sstable. 1. How many memtables are created when a flush happens from a commit log? One per CF? 2. Is there any space associated with an empty memtab

Re: Estimated release for Cassandra 0.6.4

2010-07-20 Thread CassUser CassUser
Thanks Eric. On Tue, Jul 20, 2010 at 8:14 PM, Eric Evans wrote: > On Tue, 2010-07-20 at 13:53 -0700, CassUser CassUser wrote: > > Is there a release date (or approximate date) for cassandra 0.6.4. We > > are mainly concerned about the Cassandra-1042 patch. The reason we > &g

Estimated release for Cassandra 0.6.4

2010-07-20 Thread CassUser CassUser
Hey Is there a release date (or approximate date) for cassandra 0.6.4. We are mainly concerned about the Cassandra-1042 patch. The reason we don't simply apply the patch is because since we are shipping a product which interacts with the cassandra server (and the patch is server side), the custo