Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Update to work with Cassandra 1.0 #154

Open
wants to merge 2 commits into
base: solandra
Choose a base branch
from
Open

Conversation

jasonmk
Copy link

@jasonmk jasonmk commented Dec 3, 2011

Specifically Cassandra 1.0.5

@lelit
Copy link

lelit commented Jan 30, 2012

I tried both implementation of support for 1.0, this one and the one by "grimesp", and was not able to get the reuter demo working with either, when instead it works out-of-the-box with tjake's current head: the data load seems going ok, but the website remains completely empty... Issue #147 seems reporting similar effects. What could I miss?

jkusar's one needed some manual tweak to the cassandra.yaml, while grimesp's seems already took care about that.

I'm planning to move my indexing solution to solr, and I'd like to jump on cassandra 1.0 at the same time (I'm currently using a suboptimal whoosh based solution with cassandra 0.8.x), to avoid two distinct data migrations.... so I'm looking forward to see this merged in!

Thanks in advance.

@jasonmk
Copy link
Author

jasonmk commented Jan 30, 2012

Actually, I've just discovered that Cassandra 1.0+ totally breaks sorting in Solandra. (Note that this is a different problem than the previous sort issue that has been discussed and worked around.) Not exactly sure what's going on yet, but it appears that no matter what sort order you give it, it comes back in order indexed (or reverse order if you tell it desc).

I'm going back to Cassandra 0.8.9 for now as I don't have time to investigate, but hopefully I'll have some time to look into it in the near future.

@pnegri
Copy link

pnegri commented Feb 28, 2012

Guys lets fix this. Cassandra 0.8.9 isnt stable as 1.0 :/

@tjake
Copy link
Owner

tjake commented Feb 29, 2012

Yeah 1.0 won't work with Solandra, it will with 1.1 so once thats out I'll upgrade

@jasonmk
Copy link
Author

jasonmk commented Mar 7, 2012

Any chance of getting a preview against the beta (as if you didn't have anything else to do)? I'd love to see if this will fix some of the other issues I've been having. There seems to still be continuing sort issues even with 0.8.9.

@benmccann
Copy link
Contributor

It would be cool to have a git branch with support for 1.1.0-beta2 (which is now available in the Maven central repo: http://search.maven.org/#browse%7C-1601434515)

@benmccann
Copy link
Contributor

Here's the code needed to compile with 1.1.0-beta2:
#169

@jasonwee
Copy link

it works for cassandra 1.0.8 too, verified that with reuters and wikissandra demo loaded.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants