creating pull request for storehaus-cassandra#211
creating pull request for storehaus-cassandra#211AndreasPetter wants to merge 15 commits intotwitter:developfrom
Conversation
There was a problem hiding this comment.
Remove the eclipse plugin, you can add them locally if you want them for your ide
There was a problem hiding this comment.
Just curious why we need this
|
Also a note to add some tests. Travis lets you spin up a Cassandra instance: There are tests for redis, memcache, mongodb and others if you're looking for examples. |
|
@AndreasPetter Are you blocked by a 2.11 release of phantom? |
|
@alexflav23 Not at the moment, as the build comprises 2.9.3 and 2.10 right now. However it might come up sooner than i expected, please see #235 for twitter's time schedule. |
There was a problem hiding this comment.
Looks like these two are unused. Can you omit them and maybe add these later with the cascading tap change.
There was a problem hiding this comment.
Hi Ruban, thanks for all your comments. Sorry for the delayed answer, but i hoped to complete the cascading stuff earlier, but we are still working on it. All updates i will mention will be comprised in the Cascading PR - sorry for that, but it would make life a bit too difficult for me to switch and merge branches all day, while sharing results with my colleague. So yes, this will come with the StorehausTap (contains an update to this PR, too).
|
@AndreasPetter thanks for the refresh. Definitely looking more typesafe :) |
|
👍 |
|
I would like to use it for cassandra access through storehaus.. .will it be merged to master soon ? |
|
sorry this slipped through the cracks. We are interested in merging, but there are unaddressed comments and it is not a clean diff to master. Would you like to take this up and take it over the finish line @debasish83 ? |
|
Sorry, but no, it is not dead. You can find the current state at
|
|
I am confused why is Cascading showing up in Cassandra StoreHaus ? Cassandra does not use any Cascading right and StoreHaus should not be using it either |
|
Storehaus-Cassandra can and originally was intended to be used without
|
|
@AndreasPetter It should be possible to merge just storehaus-cassandra stores, and add storehaus-cascading and related cassandra tap in subsequent PRs right. Anything that stops us from doing that? Ideally, I think these should be done as separate PRs anyway to keep the PR size in check, smaller logical changes etc. |
|
Ok. I'll try to make 3 PRs. Right now only merging the stuff up to master 2015-07-27 22:01 GMT+02:00 Ruban Monu notifications@github.com:
|
|
Just a bump to see if there has been any status change on this. |
|
Yes and no, sorry. I did merge with master and fixed Build.scala just to 2015-09-02 18:04 GMT+02:00 carwilki notifications@github.com:
|
|
I think we should not mix cascading and storehaus cassandra....storehaus can be used by compute fabrics like spark flink and summingbird including frontend apis.... |
|
|
Dear Storehaus-reviewer-team,
This is a simple Hector-based Storehaus-wrapper for Cassandra.
The wrapper comprises 3 classes:
I ran CassandraKeyValueStore with the Summingbird-example (wordcount). Thereby I noticed the following things:
From my point of view, while reviewing it would be really great if s.o. would consider at least the following things:
Thank you very much in advance!
Regards, Andi