On Tue, Dec 28, 2010 at 11:30 AM, Eric Evans wrote:
> On Wed, 2010-12-22 at 11:00 -0600, Eric Evans wrote:
>> So, Avro RPC. Is anyone using this? Is there anyone interested in
>> seeing it maintained?
>>
>> I'm concentrating on CQL[1][2], which for me will culminate in the
>> creation of a new,
Three cheers!
On Thu, Jan 13, 2011 at 1:45 PM, Jake Luciani wrote:
> Thanks Jonathan and Cassandra PMC!
> Happy to help Cassandra take over the world!
> -Jake
>
> On Thu, Jan 13, 2011 at 1:41 PM, Jonathan Ellis wrote:
>>
>> The Cassandra PMC has voted to add Jake as a committer. (Jake is also
>
On Mon, Apr 25, 2011 at 12:53 PM, Jonathan Ellis wrote:
> Back when I used to run postgresql, I saw the same cycle:
>
> - most people don't bother testing until "stable" .0 is released
> - consequently, most people don't deploy to production until .1 is released
>
> I think moving the stable lab
So maybe this idea has been sent around before but I would like to
know what everyone thinks. We have a huge column family called bigdata
let's say 200 gb a node. We have used cass* as you would expect we
never read before writing and during our bulk loading we can get rates
like 2000 inserts per s
On Tue, May 31, 2011 at 5:42 PM, Jeremy Hanna wrote:
> +1 non-binding
>
> fwiw
> - I ran some basic pig scripts that I have with 0.8 and they worked fine
> including using a UDF, filtering data, and outputting to Cassandra.
> - I also tried the pig and word_count examples in the src download. For
On Wed, Jul 20, 2011 at 12:28 PM, David Boxenhorn wrote:
> Not true. I am a user. I consider this to be effectively the same as
> deprecating supercolumns (with support for the old API for backward
> compatibility). The fact that it is in the presentation that I linked to -
> from a DataStax emplo
On Wed, Jul 20, 2011 at 12:48 PM, David Boxenhorn wrote:
> I am not going to argue the point, because it's not really the point that I
> wanted to make. Maybe I'm an atypical user.
>
> The point I wanted to make is that there should be someplace for users to
> go
> to find out what's going on with
Would this help?
http://svn.apache.org/viewvc?view=revision&revision=1157967
On Fri, Sep 2, 2011 at 10:01 AM, Jake Farrell wrote:
> Roland, I was also interested in this for very similar reasons. I was
> planning on working on this after tackling some of the thrift build clean
> and transport re
On Tue, Oct 11, 2011 at 12:25 PM, Todd Burruss wrote:
> My recent bug was that I was sending a zero length ByteBuffer (because I
> forgot to flip) for a column name. The problem I have is that the insert
> was accepted by the server. Should an exception be thrown? The end result
> of allowing
On Sun, Oct 30, 2011 at 11:27 PM, Kyle Quest wrote:
> I'm experimenting with a couple of alternative seed providers
> (Zeroconf/Bonjour and Zookeeper based) and I wonder if anybody else
> tried to do something similar (and hit a dead end)...
>
Pluggable seeds is something used by netflix. It is
On Thu, Nov 10, 2011 at 3:27 PM, Subrahmanya Harve <
subrahmanyaha...@gmail.com> wrote:
> I am facing an issue in 0.8.7 cluster -
>
> - I have two clusters in two DCs (rather one cross dc cluster) and two
> keyspaces. But i have only configured one keyspace to replicate data to the
> other DC and
On Tue, Nov 29, 2011 at 6:16 PM, Jeremy Hanna wrote:
> I'd like to start a discussion about ideas to improve release quality for
> Cassandra. Specifically I wonder if the community can do more to help the
> project as a whole become more solid. Cassandra has an active and vibrant
> community usi
Maybe the ship on this has sailed, but I am a bit miffed on "create
table". CQL is going out of its way to make things so easy for people. But
if someone does not understand the concept of a column family making it
easy for them to design something that is an anti-pattern is odd to me.
As an admi
I have a github fork of hector that deals with the removed key and row
cache settings in the column family meta data. I needed this because it
helped me build hive 0.8 and c* in the same jvm. But it is useful because
older Hector clients have trouble talking to 1.1 if you try anything meta
data re
+1 (non binding) Great that 1.0.7 had a nice shelf life, and that
1.0.8 has just a couple minor patches.
On Wed, Feb 22, 2012 at 10:22 PM, Jonathan Ellis wrote:
> +1
>
> On Wed, Feb 22, 2012 at 8:57 AM, Sylvain Lebresne
> wrote:
>> Been some time since 1.0.7 and bugs have been fixed, I thus p
I agree having smaller regions would help the rebalencing situation both
with rp and bop. However i an not sure if dividing tables across disk s
will give any better performance. you will have more seeking spindles and
can possibly sub divide token ranges into separate files. But fs cache will
ge
On Mon, Mar 19, 2012 at 4:15 PM, Sam Overton wrote:
> On 19 March 2012 09:23, Radim Kolar wrote:
>>
>>>
>>> Hi Radim,
>>>
>>> The number of virtual nodes for each host would be configurable by the
>>> user, in much the same way that initial_token is configurable now. A host
>>> taking a larger nu
On Mon, Mar 19, 2012 at 4:24 PM, Sam Overton wrote:
>> For OPP the problem of load balancing is more profound. Now you need
>> vnodes per keyspace because you can not expect each keyspace to have
>> the same distribution. With three keyspaces you are not unsure as to
>> which was is causing the ho
On Wed, Mar 21, 2012 at 9:50 AM, Eric Evans wrote:
> On Tue, Mar 20, 2012 at 9:53 PM, Jonathan Ellis wrote:
>> It's reasonable that we can attach different levels of importance to
>> these things. Taking a step back, I have two main points:
>>
>> 1) vnodes add enormous complexity to *many* parts
On Wed, Mar 21, 2012 at 3:24 PM, Tom Wilkie wrote:
> Hi Edward
>
>> 1) No more raid 0. If a machine is responsible for 4 vnodes they
>> should correspond to for JBOD.
>
> So each vnode corresponds to a disk? I suppose we could have a
> separate data directory per disk, but I think this should be
I just see vnodes as a way to make the problem smaller and by making the
problem smaller the overall system is more agile. Aka rather then 1 node
streaming 100 gb the 4 nodes stream 25gb. Moves by hand are not so bad
because the take 1/4th the time.
The most simple vnode implementation is vmware.
Some work I did stores JSON blobs in columns. The question on JSON
type is how to sort it.
On Wed, Mar 28, 2012 at 7:35 PM, Jeremy Hanna
wrote:
> I don't speak for the project, but you might give it a day or two for people
> to respond and/or perhaps create a jira ticket. Seems like that's a
>
The issue with these super complex types is to do anything useful with
them you would either need scanners or co processors. As its stands
right now complex data like json is fairly opaque to Cassandra.
Getting cassandra to natively speak protobuffs or whatever flavor of
the week serialization fram
If you are using ~[na:1.6.0_14 you should upgrade to a later 1.6 JVM
before trying to troubleshoot anything else.
On Thu, Apr 12, 2012 at 11:05 PM, Chao Wang wrote:
> HI,
> Does this java.net.SocketException: No buffer space available related to
> cassandra?
> /Chao
> 11:00:30.269
> [Hector.me.
As soon as you use the CLI to change the compaction strategy for a
column family Cassandra will consider all SSTables level 0 and being
level-ing them. With that much data, think hard before making the
change. You have to understand how level ed will work with your
workload.
On Sun, May 13, 2012
Congrats!
On Tue, May 22, 2012 at 10:43 AM, Jonathan Ellis wrote:
> Thanks to both of you for your help!
>
> --
> Jonathan Ellis
> Project Chair, Apache Cassandra
> co-founder of DataStax, the source for professional Cassandra support
> http://www.datastax.com
101 - 126 of 126 matches
Mail list logo