Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cassandra bootstap - unnecessary "compression_options" #282

Closed
jongb opened this issue Jan 18, 2013 · 3 comments
Closed

Cassandra bootstap - unnecessary "compression_options" #282

jongb opened this issue Jan 18, 2013 · 3 comments

Comments

@jongb
Copy link

jongb commented Jan 18, 2013

The expression:
"and compression_options = {'sstable_compression' : 'org.apache.cassandra.io.compress.SnappyCompressor'};
" is unnecessary in the later versions of Cassandra.
Causes exceptions when loaded into Cassandra 1.2 thru cassandra-cli and other clients.

@jdubois
Copy link
Contributor

jdubois commented Jan 18, 2013

I didn't know it... I will check that out, but at the moment I would NOT recommend using Cassandra 1.2.0 : there has been a lot of changes in the 1.2 release, and I would recommend waiting until Cassandra 1.2.3 ou 1.2.4 before using this version in production.
Our production server is currently on 1.1, but for development I'm using 1.2.

@jdubois
Copy link
Contributor

jdubois commented Jan 18, 2013

I just tested with the cli and had no issue at all... Isn't the bug related to ticket #281 ?

@jongb
Copy link
Author

jongb commented Jan 18, 2013

In some way.
More a Cassandra version issue. (My bad!)
BTW a colleague said that compression_options is set this way by deafult in 1.2.

@jongb jongb closed this as completed Jan 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants