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 gre1...@gmail.com wrote: Hi all, I started cassandra with very thing untouched in the conf folder, when I examine the

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 rucb...@gmail.com 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

Re: Starting up cassandra 0.7

2010-11-17 Thread CassUser CassUser
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 cassu...@gmail.com wrote: Looking at this closer. I noticed the following in the SSTableImport Class

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

Re: Starting up cassandra 0.7

2010-11-16 Thread CassUser CassUser
,at 08:09 AM, CassUser CassUser cassu...@gmail.com wrote: 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

Re: Starting up cassandra 0.7

2010-11-16 Thread CassUser CassUser
? On Tue, Nov 16, 2010 at 11:58 AM, CassUser CassUser cassu...@gmail.comwrote: This is embedded for testing cassandra 0.7 beta2. using EmbeddedCassandraService. and manually adding schema programmatically using: for (KSMetaData table : DatabaseDescriptor.readTablesFromYaml

Re: Starting up cassandra 0.7

2010-11-16 Thread CassUser CassUser
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 cassu...@gmail.com wrote: Loading yaml file like so: FileInputStream

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 cassu...@gmail.comwrote: Looked at how DatabaseDescriptor is loading the yaml file. Using that approach solves the problem with the column_families mapping

Re: client connecting to 0.7

2010-11-07 Thread CassUser CassUser
://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 edlinuxg...@gmail.comwrote: On Fri, Nov 5, 2010 at 9:50 PM, CassUser CassUser cassu...@gmail.com wrote: I agree and we will move

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

Re: memtable sstable questions (0.6.4)

2010-10-20 Thread CassUser CassUser
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 edlinuxg...@gmail.comwrote: On Wed, Oct 20, 2010 at 2:47 PM, CassUser CassUser cassu...@gmail.com wrote: Hey, As I understand it writes go directly

Re: memtable sstable questions (0.6.4)

2010-10-20 Thread CassUser CassUser
On 21 Oct, 2010,at 08:42 AM, CassUser CassUser cassu...@gmail.com 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 keyspaces and column families (i didn't mean empty memtables

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 eev...@rackspace.com 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 don't