Author: ivol37 at gmail.com Date: Fri Jan 14 16:17:01 2011 New Revision: 660
Log: Modified: sandbox/ivol/standalone-cassandra/conf-veers/cassandra.yaml Modified: sandbox/ivol/standalone-cassandra/conf-veers/cassandra.yaml ============================================================================== --- sandbox/ivol/standalone-cassandra/conf-veers/cassandra.yaml (original) +++ sandbox/ivol/standalone-cassandra/conf-veers/cassandra.yaml Fri Jan 14 16:17:01 2011 @@ -91,7 +91,7 @@ # Cassandra nodes use this list of hosts to find each other and learn # the topology of the ring. You must change this if you are running # multiple nodes! -seeds: +seeds: - 172.16.2.203 # Access mode. mmapped i/o is substantially faster, but only practical on @@ -280,3 +280,17 @@ # is for a given SSTable. The larger the sampling, the more effective # the index is at the cost of space. index_interval: 128 + +keyspaces: + - name: Default + replica_placement_strategy: org.apache.cassandra.locator.SimpleStrategy + replication_factor: 1 + column_families: + - name: Role + compare_with: BytesType + + - name: Gadget + compare_with: BytesType + + - name: Category + compare_with: BytesType \ No newline at end of file
