The cassandra gem on rubygems.org needs to be updated

2012-03-26 Thread Ilya Maykov
If you're not a maintainer of the cassandra gem on rubygems.org, you can stop reading. And if you are ... I'm just bringing this up to your attention: https://github.com/twitter/cassandra/issues/142 Thanks! -- Ilya

Re: fauna/cassandra gem does not work with Cassandra 0.7

2010-12-08 Thread Joshua Partogi
> > -ryan > > On Tue, Dec 7, 2010 at 2:21 AM, Joshua Partogi > wrote: > > Hi, > > > > I pull out fauna/cassandra gem 0.10.0 from github. > > > > I then tried to get a value from cassandra as such. > > > > irb(main):002:0> require '

Re: fauna/cassandra gem does not work with Cassandra 0.7

2010-12-07 Thread Ryan King
Please file this on github issues: https://github.com/fauna/cassandra/issues. And I'll get to it soon. -ryan On Tue, Dec 7, 2010 at 2:21 AM, Joshua Partogi wrote: > Hi, > > I pull out fauna/cassandra gem 0.10.0 from github. > > I then tried to get a value from cassandra a

fauna/cassandra gem does not work with Cassandra 0.7

2010-12-07 Thread Joshua Partogi
Hi, I pull out fauna/cassandra gem 0.10.0 from github. I then tried to get a value from cassandra as such. irb(main):002:0> require 'cassandra/0.7' => true irb(main):003:0> client = Cassandra.new('Keyspace1', '127.0.0.1:9160') => # irb(main):004:0>

Re: Cassandra gem

2010-08-18 Thread Benjamin Black
great, thanks! On Tue, Aug 17, 2010 at 11:30 PM, Mark wrote: >  On 8/17/10 5:44 PM, Benjamin Black wrote: >> >> Updated code is now in my master branch, with the reversion to 10.0.0. >>  Please let me know of further trouble. >> >> >> b >> >> On Tue, Aug 17, 2010 at 8:31 AM, Mark  wrote: >>> >>>

Re: Cassandra gem

2010-08-17 Thread Mark
On 8/17/10 5:44 PM, Benjamin Black wrote: Updated code is now in my master branch, with the reversion to 10.0.0. Please let me know of further trouble. b On Tue, Aug 17, 2010 at 8:31 AM, Mark wrote: On 8/16/10 11:37 PM, Benjamin Black wrote: I'm testing with the default cassandra.yaml.

Re: Cassandra gem

2010-08-17 Thread Benjamin Black
Updated code is now in my master branch, with the reversion to 10.0.0. Please let me know of further trouble. b On Tue, Aug 17, 2010 at 8:31 AM, Mark wrote: >  On 8/16/10 11:37 PM, Benjamin Black wrote: >> >> I'm testing with the default cassandra.yaml. >> >> I cannot reproduce the output in t

Re: Cassandra gem

2010-08-17 Thread Mark
On 8/16/10 11:37 PM, Benjamin Black wrote: I'm testing with the default cassandra.yaml. I cannot reproduce the output in that gist, however: thrift_client = client.instance_variable_get(:@client) => nil Also, the Thrift version for 0.7 is 11.0.0, according to the code I have. Can someone c

Re: Cassandra gem

2010-08-16 Thread Benjamin Black
a > /Justus > > -Ursprungligt meddelande- > Från: Benjamin Black [mailto:b...@b3k.us] > Skickat: den 17 augusti 2010 08:37 > Till: user@cassandra.apache.org > Ämne: Re: Cassandra gem > > I'm testing with the default cassandra.yaml. > > I cannot reproduce the

SV: Cassandra gem

2010-08-16 Thread Thorvaldsson Justus
Using beta, made a describe_version(), got 10.0.0 as reply, aint using gem though, just thrift from java /Justus -Ursprungligt meddelande- Från: Benjamin Black [mailto:b...@b3k.us] Skickat: den 17 augusti 2010 08:37 Till: user@cassandra.apache.org Ämne: Re: Cassandra gem I'm te

Re: Cassandra gem

2010-08-16 Thread Benjamin Black
I'm testing with the default cassandra.yaml. I cannot reproduce the output in that gist, however: >> thrift_client = client.instance_variable_get(:@client) => nil >> Also, the Thrift version for 0.7 is 11.0.0, according to the code I have. Can someone comment on whether 0.7 beta1 is at Thrift i

Re: Cassandra gem

2010-08-16 Thread Benjamin Black
thrift (0.2.0.4) thrift_client (0.4.6, 0.4.3) On Mon, Aug 16, 2010 at 8:51 PM, Mark wrote: >  On 8/16/10 6:19 PM, Benjamin Black wrote: >> >> client = Cassandra.new('system', '127.0.0.1:9160') > > Brand new download of beta-0.7.0-beta1 > > http://gist.github.com/528357 > > Which thrift/thrift_cli

Re: Cassandra gem

2010-08-16 Thread Mark
On 8/16/10 8:51 PM, Mark wrote: On 8/16/10 6:19 PM, Benjamin Black wrote: client = Cassandra.new('system', '127.0.0.1:9160') Brand new download of beta-0.7.0-beta1 http://gist.github.com/528357 Which thrift/thrift_client versions are you using? FYI also tested similar setup on another machi

Re: Cassandra gem

2010-08-16 Thread Mark
On 8/16/10 6:19 PM, Benjamin Black wrote: client = Cassandra.new('system', '127.0.0.1:9160') Brand new download of beta-0.7.0-beta1 http://gist.github.com/528357 Which thrift/thrift_client versions are you using?

Re: Cassandra gem

2010-08-16 Thread Benjamin Black
ter earlier today and sent a pull request for the fauna repo to >> get the changes, as well.  Also fixed a bug another user found when >> running with Ruby 1.9. >> >> Summary: pull again, use master, have fun.  If it still doesn't work, >> please open an issue to me. &

Re: Cassandra gem

2010-08-16 Thread Benjamin Black
e open an issue to me. >> >> >> b >> >> On Mon, Aug 16, 2010 at 2:13 PM, Mark  wrote: >>> >>> Just upgraded my cassandra gem today to b/cassandra fork and noticed that >>> the transport changed. I re-enabled TFramedTransport in cassandra.yml but &

Re: Cassandra gem

2010-08-16 Thread Mark
lso fixed a bug another user found when running with Ruby 1.9. Summary: pull again, use master, have fun. If it still doesn't work, please open an issue to me. b On Mon, Aug 16, 2010 at 2:13 PM, Mark wrote: Just upgraded my cassandra gem today to b/cassandra fork and noticed that the tra

Re: Cassandra gem

2010-08-16 Thread Benjamin Black
g with Ruby 1.9. Summary: pull again, use master, have fun. If it still doesn't work, please open an issue to me. b On Mon, Aug 16, 2010 at 2:13 PM, Mark wrote: > > Just upgraded my cassandra gem today to b/cassandra fork and noticed that > the transport changed. I re-enabled TFra

Cassandra gem

2010-08-16 Thread Mark
Just upgraded my cassandra gem today to b/cassandra fork and noticed that the transport changed. I re-enabled TFramedTransport in cassandra.yml but my client no longer works. I keep receiving the following error. Thrift::ApplicationException: describe_keyspace failed: unknown result

cassandra gem 0.8.0 released

2010-03-23 Thread Ryan King
I just released version 0.8.0 of the cassandra gem: http://github.com/fauna/cassandra http://rubygems.org/gems/cassandra The major new feature is compatibility with the 0.6 betas of cassandra (0.5 is no longer supported). If you use ruby to talk to cassandra (and can use 0.6), please give it a