Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "RunningCassandraInEclipse" page has been changed by DavidAllsopp: http://wiki.apache.org/cassandra/RunningCassandraInEclipse?action=diff&rev1=32&rev2=33 Comment: Updated the example console output to reflect version 1.0 That should be it. After running the newly created run configuration you should see something like this in the console view. {{{ - DEBUG 22:01:25,524 Estimating compactions for HintsColumnFamily - DEBUG 22:01:25,524 Estimating compactions for Migrations - DEBUG 22:01:25,525 Estimating compactions for Schema - DEBUG 22:01:25,526 Checking to see if compaction of LocationInfo would be useful - DEBUG 22:01:25,526 Checking to see if compaction of HintsColumnFamily would be useful - DEBUG 22:01:25,527 Checking to see if compaction of Migrations would be useful - DEBUG 22:01:25,527 Checking to see if compaction of Schema would be useful - INFO 22:01:25,537 Saved Token found: 1816769162446994796948805497871322369 - INFO 22:01:25,537 Saved ClusterName found: Test Cluster - INFO 22:01:25,568 Starting up server gossip - DEBUG 22:01:25,597 attempting to connect to /127.0.0.1 - INFO 22:01:25,691 Binding thrift service to localhost/127.0.0.1:9160 + 11/10/22 21:52:31 INFO service.AbstractCassandraDaemon: JVM vendor/version: Java HotSpot(TM) 64-Bit Server VM/1.6.0_27 + 11/10/22 21:52:31 INFO service.AbstractCassandraDaemon: Heap size: 96468992/1431699456 + 11/10/22 21:52:31 INFO service.AbstractCassandraDaemon: Classpath: C:\Users\David\eclipse_workspace\cassandra-trunk\build\classes\main; [...] + 11/10/22 21:52:31 INFO utils.CLibrary: Unable to link C library. Native methods will be disabled. + 11/10/22 21:52:31 INFO config.DatabaseDescriptor: Loading settings from file:C:/Users/David/eclipse_workspace/cassandra-trunk/conf/cassandra.yaml + 11/10/22 21:52:31 INFO config.DatabaseDescriptor: DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap + 11/10/22 21:52:31 INFO config.DatabaseDescriptor: Global memtable threshold is enabled at 455MB + 11/10/22 21:52:31 INFO config.DatabaseDescriptor: Couldn't detect any schema definitions in local storage. + 11/10/22 21:52:31 INFO config.DatabaseDescriptor: Found table data in data directories. Consider using the CLI to define your schema. + 11/10/22 21:52:31 INFO commitlog.CommitLogSegment: Creating new commitlog segment /var/lib/cassandra/commitlog\CommitLog-1319316751680.log + 11/10/22 21:52:31 INFO commitlog.CommitLog: No commitlog files found; skipping replay + 11/10/22 21:52:31 INFO service.StorageService: Cassandra version: 1.0.0-SNAPSHOT + 11/10/22 21:52:31 INFO service.StorageService: Thrift API version: 19.18.0 + 11/10/22 21:52:31 INFO service.StorageService: Loading persisted ring state + 11/10/22 21:52:31 INFO service.StorageService: Starting up server gossip + 11/10/22 21:52:31 INFO db.ColumnFamilyStore: Enqueuing flush of Memtable-LocationInfo@779185335(192/240 serialized/live bytes, 4 ops) + 11/10/22 21:52:31 INFO db.Memtable: Writing Memtable-LocationInfo@779185335(192/240 serialized/live bytes, 4 ops) + 11/10/22 21:52:31 INFO db.Memtable: Completed flushing \var\lib\cassandra\data\system\LocationInfo-h-1-Data.db (300 bytes) + 11/10/22 21:52:31 INFO net.MessagingService: Starting Messaging Service on localhost/127.0.0.1:7000 + 11/10/22 21:52:31 INFO service.StorageService: This node will not auto bootstrap because it is configured to be a seed node. + 11/10/22 21:52:31 WARN service.StorageService: Generated random token 83227525456023497602384283663789453783. Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations + 11/10/22 21:52:31 INFO db.ColumnFamilyStore: Enqueuing flush of Memtable-LocationInfo@753505921(53/66 serialized/live bytes, 2 ops) + 11/10/22 21:52:31 INFO db.Memtable: Writing Memtable-LocationInfo@753505921(53/66 serialized/live bytes, 2 ops) + 11/10/22 21:52:32 INFO db.Memtable: Completed flushing \var\lib\cassandra\data\system\LocationInfo-h-2-Data.db (163 bytes) + 11/10/22 21:52:32 INFO service.StorageService: Node localhost/127.0.0.1 state jump to normal + 11/10/22 21:52:32 INFO service.StorageService: Bootstrap/Replace/Move completed! Now serving reads. + 11/10/22 21:52:32 INFO utils.Mx4jTool: Will not load MX4J, mx4j-tools.jar is not in the classpath + 11/10/22 21:52:32 INFO thrift.CassandraDaemon: Binding thrift service to localhost/127.0.0.1:9160 + 11/10/22 21:52:32 INFO thrift.CassandraDaemon: Using TFastFramedTransport with a max frame size of 15728640 bytes. + 11/10/22 21:52:32 INFO thrift.CassandraDaemon: Using synchronous/threadpool thrift server on localhost/127.0.0.1 : 9160 + 11/10/22 21:52:32 INFO thrift.CassandraDaemon: Listening for thrift clients... }}} '''Note''': You may find that you receive an error like:
