Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The following page has been changed by dehora:
http://wiki.apache.org/cassandra/RunningCassandraInIDEA

------------------------------------------------------------------------------
  Check out Cassandra from Subversion and create your new project. IDEA will 
generally set the project up properly for you (you'll need to add the lib 
folder to your project dependencies). 
  
  You will need to add the "conf" to your sources, so that log4j properties can 
be found. 
+ 
+ Mine looks like this:
+ 
+ attachment:project.png
  
  = Create a Cassandra application =
  
@@ -38, +42 @@

  
  IDEA didn't expand these for me in the VM Parameters line, hence the 
hardcoded path above - you probably don't need them.
  
+ Mine looks like this
+ 
+ attachment:app.png
+ 
  = Verify =
  
  When you start the app it should look similar to cmd line start, eg mine 
looks like this:
@@ -61, +69 @@

  DEBUG - Starting to listen on 127.0.0.1:7001
  }}}
  
+ Mine looks like this
+ 
+ attachment:debug.png
+ 
  Try running the cassandra-cli as per [CassandraCLI], and you should be able 
to connect to localhost/9160.
  

Reply via email to