Re: 0.7 API Change?

2010-10-14 Thread Jesse McConnell
you have to call set_keyspace on the connection now cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Thu, Oct 14, 2010 at 14:41, Brayton Thompson thomp...@grnoc.iu.eduwrote: Was there a change to the API in 0.7? example... from the api wikki insert - void insert

Re: Cassandra Graphical Modeling

2010-07-26 Thread Jesse McConnell
+1 for graphviz (if you like text files) jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Mon, Jul 26, 2010 at 13:10, Jonathan Shook jsh...@gmail.com wrote: +1 for Inkscape/SVG On Mon, Jul 26, 2010 at 1:07 PM, uncle mantis uncleman...@gmail.com wrote: What do you all use for this? I

Re: How to stop Cassandra running in embeded mode

2010-07-20 Thread Jesse McConnell
separate jvm is the only mechanism to 'shutdown' in a test scenario right nowand its unlikely to change in the short term so designing around forking is your best bet cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Tue, Jul 20, 2010 at 05:47, Bjorn Borud bbo...@gmail.com

Re: Creating key spaces on the fly

2010-07-06 Thread Jesse McConnell
it is possible on trunk now I believe.. jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Tue, Jul 6, 2010 at 10:13, Tharindu Mathew mcclou...@gmail.com wrote: Hi everyone, I'm trying to use Cassandra to replace a RDBMS. My application handles domains. And, for every domain

Re: 0.7 source code

2010-07-04 Thread Jesse McConnell
ya, trunk is 0.7...just update the version in the build.xml for your local build and just set it to 0.7-local or something...I think by default the build.xml is behind the times with what the trunk actually is cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Sun, Jul 4, 2010

Re: Hector vs cassandra-java-client

2010-06-24 Thread Jesse McConnell
of managing the install of new versions jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Thu, Jun 24, 2010 at 07:05, Jools jool...@gmail.com wrote: I'm currently using apache archiva instance as a private caching maven repository. I've manually added the nonpublic artifacts to the cache

Re: Basic Architecture Question

2010-04-29 Thread Jesse McConnell
apparently there is now range query support for getting all keys using the RP... cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Thu, Apr 29, 2010 at 08:16, David Boxenhorn da...@lookin2.com wrote: We want to store objects in Cassandra. In general, the mapping is quite easy

Re: Question about TimeUUIDType

2010-04-23 Thread Jesse McConnell
try LexicalUUIDType, that will distinguish the secs correctly imo based on the existing impl (last I checked at least) TimeUUIDType was equivalent to LongType cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Fri, Apr 23, 2010 at 17:51, Lucas Di Pentima lu...@di-pentima.com.ar

Re: Help with MapReduce

2010-04-19 Thread Jesse McConnell
most likely means that the count() operation is taking too long for the configured RPCTimeout counts get unreliable after a certain number of columns under a key in my experience jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Mon, Apr 19, 2010 at 19:12, Joost Ouwerkerk jo

Re: Help with MapReduce

2010-04-19 Thread Jesse McConnell
err not count in your case, but same symptom, cassandra can't return the answer to your query in the configured rpctimeout time cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Mon, Apr 19, 2010 at 19:40, Jesse McConnell jesse.mcconn...@gmail.com wrote: most likely means

Re: Limit on number of columns

2010-03-24 Thread Jesse McConnell
to cassandra there is a limit currently...hopefully gone in 0.7 I will note that another issue I run across with this is that get_count will not return within the rpc timeout after you get a certain amount of columns in there. cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Wed, Mar 24