Re: Programmable configuration in embedded cassandra

2010-05-17 Thread Ran Tavory
You are correct. See http://svn.apache.org/repos/asf/cassandra/trunk/src/java/org/apache/cassandra/service/EmbeddedCassandraService.javaand http://prettyprint.me/2010/02/14/running-cassandra-as-an-embedded-service/ afaik currently only a configuration file is supported, although with the next rele

Programmable configuration in embedded cassandra

2010-05-17 Thread Yan Virin
Hello, I understand that currently one must have the configuration file in place in order to start a cassandra node(even if it is embedded in the application, i.e. using only StorageProxy without CassandraServer). Is that correct? It would be practical and very easy to implement a "programmable" c