Re: unsubscribe

2010-07-03 Thread Richard L. Burton III
You take paypal :) On Sat, Jul 3, 2010 at 11:36 PM, Joseph Stein wrote: > if i had a nickle for all of these... man... happy fourth of July US folks > =8^) > > On Sat, Jul 3, 2010 at 11:33 PM, Ma Xiao wrote: > >> unsubscribe >> > > > > -- > > /* > Joe Stein > http://www.linkedin.com/in/charmall

Re: unsubscribe

2010-07-03 Thread Joseph Stein
if i had a nickle for all of these... man... happy fourth of July US folks =8^) On Sat, Jul 3, 2010 at 11:33 PM, Ma Xiao wrote: > unsubscribe > -- /* Joe Stein http://www.linkedin.com/in/charmalloc Twitter: @allthingshadoop */

Re: unsubscribe

2010-07-03 Thread Ma Xiao
unsubscribe

unsubscribe

2010-07-03 Thread Steven Haar
unsubscribe

jline for client in eclipse

2010-07-03 Thread GH
I just loaded cassandra in eclipse and noted that the client code uses jline which does not work in eclipse ( a known issue). Are there any plans to either update jline or patch this issue. I noticed that this has been logged a few times to jline. The jline code has not been updated since 2008 I b

RE: Guava vs. Google-collections

2010-07-03 Thread Dop Sun
Cool. Thanks. -Original Message- From: Eric Evans [mailto:eev...@rackspace.com] Sent: Sunday, July 04, 2010 12:07 AM To: user@cassandra.apache.org Subject: Re: Guava vs. Google-collections On Sat, 2010-07-03 at 23:05 +0800, Dop Sun wrote: > Cassandra has dependencies on Google-collection

Re: Guava vs. Google-collections

2010-07-03 Thread Eric Evans
On Sat, 2010-07-03 at 23:05 +0800, Dop Sun wrote: > Cassandra has dependencies on Google-collections, and as stated in the > Google-collections official site, it has been deprecated, and replaced > by its super set Guava. > > Is there any plan to replace the dependencies from Google-collections >

key data type and performance + multi-tenancy suggestions

2010-07-03 Thread S Ahmed
1. Is there a difference in performance when you have keys that are int versus string/datetime? 2. When designing for multi-tenancy, what suggestions do you guys have? My idea thus far would be do prefix keys with the website like: com.example.keyname Seeing as keyspaces can't be buil

Guava vs. Google-collections

2010-07-03 Thread Dop Sun
Hi, Cassandra has dependencies on Google-collections, and as stated in the Google-collections official site, it has been deprecated, and replaced by its super set Guava. Is there any plan to replace the dependencies from Google-collections to guava? Here are some lines from Google-colle

Re: Storing application logs into Cassandra / design question

2010-07-03 Thread Микола Стрєбков
On 02.07.10 16:10, yaw wrote: > Hi all, > I'd like to store logs of my application into cassandra. > > I need to query logs by date (last X logs) or user (give me last X logs > for user Y ) and I want to dispatch data among several servers. > > > I think the best design way is following

RE: error in I/O Console updater

2010-07-03 Thread Dop Sun
>From your log, you are using Eclipse/ Equinox, and it's because one of the .so file cannot be found in the path specified by java.library.path, Maybe check the settings. Looks it's not related with the Cassandra or Hector. Try to find out whether the java.library.path has been set properly?