Re: use of static method/variables in the codebase

2010-09-08 Thread roger schildmeijer
The best I can come up with gdusbabek's talk from the cassandra summit. slides: http://www.slideshare.net/gdusbabek/getting-to-know-the-cassandra-codebase video: http://blip.tv/file/4015751 On Wed, Sep 8, 2010 at 10:11 AM, Asif Jan wrote: > > Hi > > Being a novice to the cassandra project, I ha

Re: Open cassandra source in NetBeans

2010-07-15 Thread roger schildmeijer
k properly. / Roger Schildmeijer On Thu, Jul 15, 2010 at 9:34 AM, Boris Spasojevic wrote: > Hi, > > I am trying to open the Cassandra maven project in NetBeans. I have > checked out the head revision and when I open the project I have a lot > of errors in a lot of classes concerning impor

Re: Bootstrap source code

2010-05-02 Thread Roger Schildmeijer
s/hinted handoff/read repair > > > > (Moved to developers mailing list) > > Without delve to deep into to that part of the code my educated(?) guess is > that this will (eventually) be solved/repaired thanks to hinted handoff and > anti entropy service. > > > On 2 maj 2010, at 18.29em, Bil

Re: Bootstrap source code

2010-05-02 Thread Roger Schildmeijer
(Moved to developers mailing list) Without delve to deep into to that part of the code my educated(?) guess is that this will (eventually) be solved/repaired thanks to hinted handoff and anti entropy service. On 2 maj 2010, at 18.29em, Bill Hastings wrote: > Hi > > I have looking at the boot

Re: Filters

2010-04-20 Thread Roger Schildmeijer
http://wiki.apache.org/cassandra/API#get_slice // Roger Schildmeijer On 20 apr 2010, at 18.50em, Christian Torres wrote: > Hello! > > Is there any way to make filters (WHEREs) in cassandra? Or I have to manages > to do it > > For example: > > I have a ColumnFamily w

Re: need help regarding Cassandra Setup in eclipse

2010-04-18 Thread Roger Schildmeijer
and org.apache.cassandra.service.StorageService -> Operations 5, last in the operation list you'll find "loadSchemaFromXML", invoke that method // Roger Schildmeijer > > thanks in advance. > > BR > jp > > > On Sun, Apr 18, 2010 at 2:56 AM, Jonathan Ellis

Re: Can not start cassandra in local correctly

2010-04-18 Thread Roger Schildmeijer
n work is done in trunk. Is > there anyway I can run it correctly ? or is it a bug ? > > -- > Best Regards > > Jeff Zhang http://wiki.apache.org/cassandra/LiveSchemaUpdates // Roger Schildmeijer

Re: need help regarding Cassandra Setup in eclipse

2010-04-17 Thread Roger Schildmeijer
ndra/avro/AvroRecordFactory.java > /cassandra/src/java/org/apache/cassandra/avro/AvroValidation.java > /cassandra/src/java/org/apache/cassandra/avro/CassandraDaemon.java > /cassandra/src/java/org/apache/cassandra/avro/CassandraServer.java > /cassandra/src/java/org/apache/cassandra/avro/Keys

RE: compiling error in GCInpector.java, cassandra 0.6

2010-04-16 Thread Roger Schildmeijer
Right click on your project (alt-enter), pick properties. Expand "Java Compiler" -> "Errors/Warnings" and find "Forbidden reference (access rules):" under section "Deprecated and restricted API". Current value is probably "Error", edit that