at
>> one rate, and EBS snapshots are delta compressed copies to S3.
>>
>> Can you point the snapshot to an external filesystem?
>>
>> will
>>
>>
--
Frank LoVecchio
isidorey.com | facebook.com/franklovecchio | franklovecchio.com
gt;> think that's what you need since that is what Thrift will bind to). Then
>>> for the listen_address should be the ip address that is routable from the
>>> other node. I would first try with the actual public IP address (not the
>>> Elastic IP)
t;> please notify us by reply e-mail or telephone and
>> immediately and permanently delete the message
>>
>>
>> and any attachments. Thank you
>>
>>
>>
>>
>>
>> --
>> Sasha Dolgy*
>> **sasha.do...@gmail.com*
>>
>> =-=-=
>> Notice: The information contained in this e-mail
>> message and/or attachments to it may contain
>> confidential or privileged information. If you are
>>
>> not the intended recipient, any dissemination, use,
>> review, distribution, printing or copying of the
>> information contained in this e-mail message
>> and/or attachments to it are strictly prohibited. If
>> you have received this communication in error,
>>
>> please notify us by reply e-mail or telephone and
>> immediately and permanently delete the message
>> and any attachments. Thank you
>>
>>
>>
>
--
Frank LoVecchio
Senior Software Engineer | Isidorey, LLC
Google Voice +1.720.295.9179
isidorey.com | facebook.com/franklovecchio | franklovecchio.com
s two cassandra daemons / instances on one server? what will be the
>> overhead? do you have a link that explains how to deal with it?
>>
>> Please can you help me to decide which of these solution can work or you
>> are welcome to suggest something else.
>> Thanks a lot,
>> Mimi
>>
>>
>>
>>
>>
>>
>>
>>
>
>
--
Frank LoVecchio
Senior Software Engineer | Isidorey, LLC
Google Voice +1.720.295.9179
isidorey.com | facebook.com/franklovecchio | franklovecchio.com
Ah, I meant quite a few of the mirror links keep showing up as links to
gossip sites and whatnot.
On Feb 14, 2011 2:17 PM, "Norman Maurer" wrote:
e/CASSANDRA
> [5]: http://cassandra.apache.org/download
> [6]: http://wiki.apache.org/cassandra/DebianPackaging
>
> --
> Eric Evans
> eev...@rackspace.com
>
>
--
Frank LoVecchio
Senior Software Engineer | Isidorey, LLC
Google Voice +1.720.295.9179
isidorey.com | facebook.com/franklovecchio | franklovecchio.com
>>>>> implemented a custom comparator that does the job [1]. Google's Megastore
>>>>>> has a similar architecture and goes even further [2].
>>>>>>
>>>>>> It seems to me that super columns are a historical artifact from
>>>>>> Cassandra's early life as Facebook's inbox storage system. They needed
>>>>>> posting lists of messages, sharded by user. So that's what they built.
>>>>>> In my
>>>>>> dealings with the Cassandra code, super columns end up making a mess all
>>>>>> over the place when algorithms need to be special cased and branch based
>>>>>> on
>>>>>> the column/supercolumn distinction.
>>>>>>
>>>>>> I won't even mention what it does to the thrift interface.
>>>>>>
>>>>>
>>>>> Actually, I agree with you, more than you know. If I were to start
>>>>> coding Cassandra now, I wouldn't include super columns (and I would
>>>>> probably
>>>>> not go for a depth unlimited hierarchical model either). But it's there
>>>>> and
>>>>> I'm not sure getting rid of them fully (meaning, including in thrift) is
>>>>> an
>>>>> option (it would be a big compatibility breakage). And (even though I
>>>>> certainly though about this more than once :)) I'm slightly
>>>>> less enthusiastic about keeping them in thrift but encoding them in
>>>>> regular
>>>>> column family internally: it would still be a lot of work but we would
>>>>> still
>>>>> probably end up with nasty tricks to stick to the thrift api.
>>>>>
>>>>> --
>>>>> Sylvain
>>>>>
>>>>>
>>>>>> Mike
>>>>>>
>>>>>> [1] http://www.anuff.com/2010/07/secondary-indexes-in-cassandra.html
>>>>>> [2] http://www.cidrdb.org/cidr2011/Papers/CIDR11_Paper32.pdf
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>
>
--
Frank LoVecchio
Senior Software Engineer | Isidorey, LLC
Google Voice +1.720.295.9179
isidorey.com | facebook.com/franklovecchio | franklovecchio.com |
rodsandricers.com
> production or are you considering so ?
>
--
Frank LoVecchio
Senior Software Engineer | Isidorey, LLC
Google Voice +1.720.295.9179
isidorey.com | facebook.com/franklovecchio | franklovecchio.com
I was playing around with secondary indexes in 0.7 RC2 through the command
line, and I can't seem to get them work with a TimeUUIDType Column Family.
For Instance:
create column family TestSecondaryIndexes with comparator = TimeUUIDType
... and column_metadata=[{column_name: uuid_nondexed, valida
t looks OK but I've not used Pelops. You can turn the
> logging up on the server and check the command that is sent to it. I'm would
> guess there is something wrong with the way you are transforming the start
> key
>
> For your cli example what was the command you executed ?
&g
ranslates
> into calls against Pelops.
>
> This assumes you are using time / v1 UUID's that have an increasing order.
>
> Hope that helps.
>
> Aaron
>
>
> On 02 Dec, 2010,at 09:19 AM, Frank LoVecchio wrote:
>
> Is it possible to perform paginated queries usin
Is it possible to perform paginated queries using Random Partitioner in 0.7
with Super Column Families whose Super Columns are UUID's? I don't believe
it is, based on this article:
http://ria101.wordpress.com/2010/02/22/cassandra-randompartitioner-vs-orderpreservingpartitioner,
and my attempts wit
tp://www.riptano.com/blog/whats-new-cassandra-065
>
> <http://www.riptano.com/blog/whats-new-cassandra-065>Aaron
>
>
> On 21 Oct, 2010,at 06:29 PM, Frank LoVecchio wrote:
>
> I have a cluster of 3 0.7 beta 2 nodes (built today from the latest trunk)
> running on Large,
I have a cluster of 3 0.7 beta 2 nodes (built today from the latest trunk)
running on Large, EBS-backed, x64 EC2 instances; RF=3. I attempted to write
somewhere near 500,000 records every 15 minutes from a total of 5 different
computers (using Pelops and multi-threading). Though my network blew
t example for super columns? I am trying to count the
number of occurrences of "DEADBEEFFEED", much like "word1" in the column
example.
Thanks,
Frank LoVecchio
Software Engineer, Isidorey LLC
isidorey.com
franklovecchio.com
rodsandricers.com
ld probably get a better error message. Can you raise a bug for
> that please.
>
> Cheers
> Aaron
> On 16 Oct 2010, at 06:17, Frank LoVecchio wrote:
>
> Aaron,
>
> I updated the cassandra files and but still receive the same error (on
> client side) with a different li
However if I look at the Beta 2 java thrift interface in Cassandra.java,
> line 544 is not in recv_get_slice. May be nothing.
>
> Perhaps check the server for an error and double check your client is coded
> for beta 2.
>
> Hope that helps.
>
> Aaron
>
>
> On 15 Oct,
mpaction: false
storage_port: 7000
thrift_framed_transport_size_in_mb: 15
thrift_max_message_length_in_mb: 16
initial_token:
Frank LoVecchio
Software Engineer
Isidorey LLC
franklovecchio.com
rodsandricers.com
10:10:21,787 ERROR ~ Error getting Sensor
org.apache.thrift.TApplicationException: Internal error processing get_slice
at org.apache.thrift.TApplicationException.read(
TApplicationException.java:108)
at org.apache.cassandra.thrift.Cassandra$Client.recv_get_slice(
Cassandra.java:544)
at org.apac
orton wrote:
> There is a system_update_column_family(CDef) function on the trunk, so it
> will be in 0.7-beta2. Take a look at the interface/cassandra.thrift .
>
>
> A
>
> On 29 Sep, 2010,at 09:31 AM, Frank LoVecchio wrote:
>
> I understand adding column family conf
I understand adding column family configuration fields using thrift in
Pelops for system_add_column_family, and even renaming column families, but
what about modifying the actual column family configuration values,
e.g. read_repair_chance: 1.0 to read_repair_chance: .5 (as a poor example)?
On Tu
Question regarding schema set-up and modification: I just set up the newest
nightly build of 0.7, imported our .yaml file after starting Cassandra, and
everything is honky-dorey. We're not sure if Pelops is capable of modifying
shema definitions, but it doesn't appear any changes we make to the .
I actually need a similar query; can someone update the wiki on adding a
secondary index in 0.7?
http://wiki.apache.org/cassandra/SecondaryIndexes
Thanks,
Frank
On Sat, Sep 11, 2010 at 2:35 PM, Petr Odut wrote:
> Hi,
> I can't test new IndexOperators so I would like to ask you whether new
> Ca
I now have 2 running nodes : one running .6.3, and one running .7 beta 1.
No Keyspace is recognized (aside from system) on the .7 beta 1 node; I saw
this wiki page ->http://wiki.apache.org/cassandra/LiveSchemaUpdates about
doing a one-time schema update, but I am still confused (and jsconsole is
w
24 matches
Mail list logo