Unit testing means testing in isolation the smallest part.
Unit tests should not take more than a few milliseconds to set up and
verify their assertions.
As such, if your code is not factored well for testing, you would typically
use mocking (either by hand, or with mocking libraries) to mock out
Result
+1: Stephen Connolly, Mikhail Mazursky
0: Fred Cooke
-1:
-Stephen
On 14 February 2013 09:28, Stephen Connolly wrote:
> Hi,
>
> I'd like to release version 1.2.1-1 of Mojo's Cassandra Maven Plugin
> to sync up with the 1.2.1 release of Apache Cassandra.
>
>
Hi,
I'd like to release version 1.2.1-1 of Mojo's Cassandra Maven Plugin
to sync up with the 1.2.1 release of Apache Cassandra.
We solved 1 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12121&version=19089
Staging Repository:
https://nexus.codehaus.org/content/repositories/o
This vote has passed:
+1: Stephen, Michael, Mikhail
0:
-1:
I will proceed with the promotion of artifacts to central
-Stephen
On 14 February 2013 06:26, Mikhail Mazursky wrote:
> +1. Please, release it.
>
>
> 2013/2/14 Stephen Connolly
>
>> More I'm looking fo
)
On Wednesday, 13 February 2013, Michael Kjellman wrote:
> Considering that 1.2.1 is out, and looking at your project very quickly
> (looks interesting)/overlaps a bit with CCMBridge no?/ I'd def say +1 :)
>
> From: Stephen Connolly
> <mailto:stephen.alan.conno...@gm
Ping
On Monday, 4 February 2013, Stephen Connolly wrote:
> Hi,
>
> I'd like to release version 1.2.0-1 of Mojo's Cassandra Maven Plugin
> to sync up with the 1.2.0 release of Apache Cassandra. (a 1.2.1-1 will
> follow shortly after this release, but it should be po
Hi,
I'd like to release version 1.2.0-1 of Mojo's Cassandra Maven Plugin
to sync up with the 1.2.0 release of Apache Cassandra. (a 1.2.1-1 will
follow shortly after this release, but it should be possible to use the
xpath://project/build/plugins/plugin/dependencies/dependency override of
cassandra
The Mojo team is pleased to announce the release of Mojo's Cassandra
Maven Plugin version 1.1.0-1.
Mojo's Cassandra Plugin is used when you want to install and control a
test instance of Apache Cassandra from within your Apache Maven build.
The Cassandra Plugin has the following goals.
* cassan
This vote has passed with the following results
+1: Stephen Connolly (dev@mojo), Colin Tayloy (dev@cassandra), Rick
Shaw (dev@cassandra)
0:
-1:
I will proceed to push the plugin artifacts into central
On 2 May 2012 12:15, Stephen Connolly wrote:
> Hi,
>
> I'd like to release vers
Hi,
I'd like to release version 1.1.0-1 of Mojo's Cassandra Maven Plugin
to sync up with the 1.1.0 release of Apache Cassandra.
We solved 2 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12121&version=17926
Staging Repository:
https://nexus.codehaus.org/content/repositories/o
if your startup is bootstrapping then cassandra is sometimes to heavy to
start with.
i.e. it needs to be fed ram... you're not going to seriously run it in less
than 1gb per node... that level of ram commitment can be too much while
bootstrapping.
if your startup has enough cash to pay for 3-5 re
us
> copies from the nodes and make the data more sparse among the ring members?
>
> Thanks for the hand-holding; it is helping me understand the operational
> landscape quickly.
>
> -R
>
> On Mon, Nov 7, 2011 at 10:18 AM, Stephen Connolly <
> stephen.alan.conno...@gmai
ault for me to use
> as writes aren't the scenario I need to optimize for latency; that being
> said, I also don't want to wait for a ConsistencyLevel of ALL to complete
> before my code continues though.
> Would you agree with this assessment or am I missing the boat on
Consistency Level is a pseudo-enum...
you have the choice between
ONE
Quorum (and there are different types of this)
ALL
At CL=ONE, only one node is guaranteed to have got the write if the
operation is a success.
At CL=ALL, all nodes that the RF says it should be stored at must
confirm the write
> Thanks for that hint! However, it seems like soundex is a very language
> specific algorithm (US English). We have to get into this topic further...
>
> Kind regards
> Matthias
>
> On 10/13/2011 10:43 PM, Stephen Connolly wrote:
>>
>> Then just use a soundex func
The Mojo team is pleased to announce the release of Mojo's Cassandra
Maven Plugin version 1.0.0-1.
Mojo's Cassandra Plugin is used when you want to install and control a
test instance of Apache Cassandra from within your Apache Maven build.
The Cassandra Plugin has the following goals.
* cassan
Nobody objects, so I will publish the artifacts as Cassandra 1.0.0 is being
released
On 12 October 2011 23:44, Stephen Connolly
wrote:
> Hi,
>
> I'd like to release version 1.0.0-1 of Mojo's Cassandra Maven Plugin
> to sync up with the pending 1.0.0 release of Apache Cassa
-ASCII characters) of text that has
> been written by humans. Wouldn't it be easy for the attacker to do a
> dictionary attack on this text, especially if he knows the language of the
> text?
>
> Kind regards
> Matthias
>
> On 10/13/2011 08:20 PM, Stephen Connolly wrote:
>
; the first 8 bytes of the
> plain text?
>
> Kind regards
> Matthias
>
> On 10/13/2011 05:03 PM, Stephen Connolly wrote:
>
>> It wouldn't be unencrypted... which is the point
>>
>> you use a one way linear hash function to take the first, say 8 bytes,
>&
t; Hi Stephen,
> this is a great idea but unfortunately doesn't work for us either as we can
> not store the data in an unencrypted form.
>
> Kind regards
> Matthias
>
> On 10/12/2011 07:42 PM, Stephen Connolly wrote:
>>
>> could you prefix the data with 3-4 by
Hi,
I'd like to release version 1.0.0-1 of Mojo's Cassandra Maven Plugin
to sync up with the pending 1.0.0 release of Apache Cassandra.
This version needs to be tested in conjunction with the current
staging repo for Cassandra 1.0.0
We solved 1 issue:
http://jira.codehaus.org/secure/ReleaseNote.
could you prefix the data with 3-4 bytes of a linear hash of the unencypted
data? it wouldn't be a perfect sort, but you'd have less of a range to query
to get the sorted values?
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a
The Mojo team is pleased to announce the release of Mojo's Cassandra
Maven Plugin version 0.8.6-1.
Mojo's Cassandra Plugin is used when you want to install and control a
test instance of Apache Cassandra from within your Apache Maven build.
The Cassandra Plugin has the following goals.
* cassa
This vote has passed:
+1: Me, Colin & Nate
0:
-1:
I will proceed with the release
-Stephen
On 20 September 2011 15:27, Stephen Connolly
wrote:
> Hi,
>
> I'd like to release version 0.8.6-1 of Mojo's Cassandra Maven Plugin
> to sync up with the recent 0.8.6 r
Hi,
I'd like to release version 0.8.6-1 of Mojo's Cassandra Maven Plugin
to sync up with the recent 0.8.6 release of Apache Cassandra.
We solved 2 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12121&version=17425
Staging Repository:
https://nexus.codehaus.org/content/repos
On 9 September 2011 16:48, Stephen Connolly
wrote:
> On 9 September 2011 16:18, Sylvain Lebresne wrote:
>> On Fri, Sep 9, 2011 at 4:52 PM, Stephen Connolly
>> wrote:
>>> is the staging repo released at repository.apache.org? or did somebody
>>> forget to fini
On 9 September 2011 16:18, Sylvain Lebresne wrote:
> On Fri, Sep 9, 2011 at 4:52 PM, Stephen Connolly
> wrote:
>> is the staging repo released at repository.apache.org? or did somebody
>> forget to finish that step?
>
> Nobody forgot that step as can be seen in:
> ht
oshan Dawrani" wrote:
> On Thu, Sep 8, 2011 at 8:21 PM, Stephen Connolly <
> stephen.alan.conno...@gmail.com> wrote:
>
>> can take up to 12 hours for the sync to central
>>
>
> Nearly 24 hours now, and 0.8.5 still not available at maven central -
> http://m
can take up to 12 hours for the sync to central
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 8 Sep 2011 06:40, "Roshan Dawrani" wrote:
> Hi,
>
> The artefacts at
> http:
maybe not all nosql applications fit cassandra.
the whole core logic of how cassandra is eventually consistent is because of
the per column timestamps... if they are a pain for you consider storing eg
as a small number of fat columns rather than many skinny ones... either that
or look at a differe
oh i know you can run rf 3 on a 3 node cluster. more i thought that if you
have one fail you have less nodes than the rf, so the cluster is at less
than rf, and writes might be disabled or something like that, while at 4 you
still have met the rf...
- Stephen
---
Sent from my Android phone, so ra
i am always wondering why people run clusters with number of nodes == rf
i thought you needed to have number of nodes > rf ti gave any sensible
behaviour... but i am no expert at all
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense a
nate,
that is not relevant. cql is a text query that gets parsed. without
parameters you have to build the query by string concatenation. if i give
you a string which contains a single quote, unless you have written your app
to escape that quote, i can force a corrupted query on you that does
some
writes are not atomic.
the first side can succeed at quorum, and the second side can fail
completely... you'll know it failed, but now what... you retry, still
failed... erh I'll store it somewhere and retry it later... where do I store
it?
the consistency level is about tuning whether reads and
how important are things like transactional consistency for you?
would you have issues if only one side of a transfer was recorded?
cassandra, out of the box, on it's own, would not be ideal if the above two
things are important for you.
you can add components to a system to help address these t
Hi,
The Mojo team is pleased to announce the release of Mojo's Cassandra
Maven Plugin version 0.8.0-1.
Mojo's Cassandra Plugin is used when you want to install and control a
test instance of Apache Cassandra from within your Apache Maven build.
The plugin has the following goals.
* cassandra:
On 13 June 2011 17:09, AJ wrote:
> On 6/13/2011 9:25 AM, Stephen Connolly wrote:
>>
>> On 13 June 2011 16:14, AJ wrote:
>>>
>>> On 6/13/2011 7:03 AM, Stephen Connolly wrote:
>>>>
>>>> It returns the set of columns for the set of r
On 13 June 2011 16:14, AJ wrote:
> On 6/13/2011 7:03 AM, Stephen Connolly wrote:
>>
>> It returns the set of columns for the set of rows... how do you
>> determine the difference between a completely empty row and a row that
>> just does not have any of the matching col
It returns the set of columns for the set of rows... how do you
determine the difference between a completely empty row and a row that
just does not have any of the matching columns?
Well the answer is that Cassandra does not go and check whether there
are any columns outside of the range you are
Great work!
-Stephen
P.S.
As the release of artifacts to Maven Central is now part of the
release process, the artifacts are all available from Maven Central
already (for people who use Maven/ANT+Ivy/Gradle/Buildr/etc)
On 3 June 2011 00:36, Eric Evans wrote:
>
> I am very pleased to announce
Eric,
You forgot to release the staging repository on repository.apache.org so
that the artifacts get pushed to Maven Central.
-Stephen
On 17 May 2011 23:15, Eric Evans wrote:
>
> I am pleased to announce the release of Apache Cassandra 0.8.0 rc1.
>
> The final release is upon us so if you're
vpn on ubuntu should be easy if you ask your good friend google... you
should not have to pay for it (but paying might get you a fancy GUI, or
perhaps very optimized performance that could squeeze a few more %)
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
if you can give me (an intellij user) enough details to reproduce on my MBP
I'll try and fix it.
things like, download this eclipse distro, add these update centers, set
these env variables, then clicks through this horrible UI as follows...
presto crash!
- Stephen
---
Sent from my Android phone
maven-shade-plugin could help with having two versions of thrift at the same
time... but you'd need to build some stuff with maven, and some people don't
like that idea
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct res
-autoproxy worked for me when I write the original patch
but as I no longer work for the company where I wrote the patch, I don't
have a firewall to deal with
worst case you might have to create a ~/.m2/settings.xml with the proxy
details... if that is the case can you raise a jira in MANTTASKS (
Similar issue with the RPMs from riptano
On 27 April 2011 11:01, Pierre-Yves Ritschard wrote:
> Thanks Jonathan,
>
> Should I repackage myself or do you think updated Debian packages will
> be made available shortly ?
>
> Regards,
> - pyr
>
> On mar., 2011-04-26 at 11:47 -0500, Jonathan Ellis wro
I will be calling the release vote on dev when I get a chance.
In the meantime, the staged artifacts are at
https://repository.apache.org/content/repositories/orgapachecassandra-114/
On 26 April 2011 13:27, Stephen Connolly
wrote:
> beta versions will be available from releases repo.
>
beta versions will be available from releases repo.
You can help validate the poms when I call the release vote.
On 26 April 2011 13:15, Mck wrote:
> On Tue, 2011-04-26 at 12:53 +0100, Stephen Connolly wrote:
>> (or did you want 20million unneeded deps for the
>> client jars?)
&
On 26 April 2011 10:37, Mck wrote:
> On Fri, 2011-04-22 at 16:49 -0500, Eric Evans wrote:
>> I am pleased to announce the release of Apache Cassandra 0.8.0 beta1.
>
>
> *Truly Awesome!*
> CQL rocks in so many ways.
>
>
> Is 0.8.0-beta1 available in apache's maven repository?
> And if not, why no
2011 07:35, "Stephen Connolly"
wrote:
> as I understand, the read repair is a background task triggered by the
read
> request, but once the consistency requirement has been met you will be
given
> a response.
>
> the coordinator at CL.ONE is allowed to return your responce o
as I understand, the read repair is a background task triggered by the read
request, but once the consistency requirement has been met you will be given
a response.
the coordinator at CL.ONE is allowed to return your responce once it has one
response (empty or not) from any replica. if the first r
maven central
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 5 Apr 2011 06:47, "Mikael Wikblom" wrote:
> Hi,
>
> is there a maven repository where I can download the latest
Hi,
The Mojo team is pleased to announce the release of Mojo's Cassandra
Maven Plugin version 0.7.4-1.
Mojo's Cassandra Plugin is used when you want to install and control a
test instance of Apache Cassandra from within your Apache Maven build.
The plugin has the following goals.
* cassandra:
On 28 March 2011 16:33, Eric Evans wrote:
> On Mon, 2011-03-28 at 14:21 +0100, Stephen Connolly wrote:
>> FYI Avro is in all likelyhood being removed in 0.8
>
> FWIW, Avro is long-gone at this point.
You have the advantage of actually being a Cassandra Dev as opposed to
being a C
FYI Avro is in all likelyhood being removed in 0.8
2011/3/28 Norman Maurer :
> Hi there,
>
> you would be better of to use a high-level client like hector or pelops.
>
> See:
> http://wiki.apache.org/cassandra/ClientOptions
>
> But to answer your question... If you really want to use something low
cf?
>
> Not all NoSQL is like that. Or perhaps the term NoSQL has became vague
> these days.
>
> On Mon, Mar 28, 2011 at 6:16 PM, Stephen Connolly
> wrote:
>> iterate.
>>
>> otherwise if that will be too slow and you will do it often, the nosql way
>> is
ok, so not all nosql has column families...
just
s/nosql/cassandra/g
on my previous post ;-)
On 28 March 2011 13:38, Joshua Partogi wrote:
> Not all NoSQL is like that. Or perhaps the term NoSQL has became vague
> these days.
>
> On Mon, Mar 28, 2011 at 6:16 PM, Stephen Conno
iterate.
otherwise if that will be too slow and you will do it often, the nosql way
is to create a separate column family updated with each row add/delete to
hold the answer for you.
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense a
there is no ivy any more.
drop me a mail with details of your _exact_ ANT version and JDK and i'll see
if I can diagnose your issues
-Stephen
On 9 March 2011 18:51, Paul Choi wrote:
> Eric,
> Thanks for your response.
>
> This is all I see in /build:
> [paulchoi@build02 build]$ find .
> .
> ./
Artifacts should be in the Maven Central Repository by now
-Stephen
On 4 March 2011 21:52, Eric Evans wrote:
>
> It's only been a couple of weeks since the last release, but a rather
> nasty bug (some details here[1]) has since been fixed, and it seemed
> best to get that out to folks sooner ra
g.codehaus.mojo
cassandra-maven-plugin
0.7.2-1
Release Notes - Mojo's Cassandra Maven Plugin - Version 0.7.2-1
** Improvement
* [MCASSANDRA-2] - Upgrade to Cassandra 0.7.1
* [MCASSANDRA-5] - Upgrade to Cassandra 0.7.2
Enjoy,
The Mojo team.
Stephen Connolly
Apache,
On 17 February 2011 00:56, Eric Evans wrote:
>
> CASSANDRA-2165[1] became evident almost as soon as 0.7.1 released, and
> it's ugly enough that we didn't want to wait.
>
> Be sure you've read the changelog[2] and release notes[3], and let us
> know[4] if you encounter any problems.
>
> Thanks!
>
>
ra-maven-plugin
0.7.0-1
Release Notes
This is the first release of Mojo's Cassandra Maven Plugin
Enjoy,
The Mojo team.
Stephen Connolly
Apache, Apache Maven, Apache Cassandra, Maven and Cassandra are
trademarks of The Apache Software Foundation.
ld be
> passed with the install phase?
>
> I'd be happy to look at this over the next several days as it would
> make the Hector integration testing setup and tear down much easier.
>
> -Nate
>
> On Wed, Feb 9, 2011 at 5:41 AM, Stephen Connolly
> wrote:
>> Until
Until the release vote passes at mojo, you will need to do the
following to follow the example:
svn co https://svn.codehaus.org/mojo/trunk/sandbox/cassandra-maven-plugin
cd cassandra-maven-plugin
mvn install
cd ..
Otherwise the example should be fine.
It's a wiki page, so I'm hoping that people
On 8 February 2011 10:38, Timo Nentwig wrote:
> This is not what it's supposed to be like, is it?
>
> [default@foo] get foo[page-field];
> => (super_column=20110208,
> (column=82f4c650-2d53-11e0-a08b-58b035f3f60d, value=msg1,
> timestamp=1297159430471000)
> (column=82f4c650-2d53-11e0-a08b
On 8 February 2011 06:40, Paul Brown wrote:
>
> On Feb 7, 2011, at 10:28 PM, Paul Querna wrote:
>> So, I guess this is coming down to:
>> 1) Has anyone built any easy to install packages of Cassandra?
>
> I didn't find it necessary. I implemented a simple embedding wrapper for
> Cassandra so th
you really need to know how you will be pulling the data back out again. you
could use the object id as the row key, timestamp as the column name and
long/lat as the value... that would allow you to query by object is and get
the time sorted location trace... but if you have a lot of frequent readi
That's because of an issue I found in the ANT scripts while doing the
maven-ant-tasks switch on 0.7.0.
Any jar in build will be bundled... (so ivy goes into the bin dist...
when I did the m-a-t version eric was wondering why i was including
m-a-t in the bin dist, and I said I was being symmetric w
the take #2 vote was canceled due to a couple of issues... take #3 had not
been called yet
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 2 Feb 2011 23:29, "Sal Fuentes" w
On 2 February 2011 10:03, Ertio Lew wrote:
> Can a same key exists for two rows in two different column families without
> clashing ? Other words, does the same algorithm needs to enforced for
> generating keys for different column families or can different
> algorithms(for generating keys) be en
the maven shade plugin might be able to help somewhat... if I get some spare
cycles I'll have a look at knocking up a thrift proxy that either makes 0.7
appear as 0.6 or vice versa
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are
an alternative might be a thrift proxy service... mapping the old thrift api
onto the new.
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 20 Jan 2011 05:11, "Jonathan Ellis
On 19 January 2011 12:15, Donal Zang wrote:
> Just to ensure.
> So this should be done manually by the cluster operators?
you could use crontab to automate it according to a schedule
>
> Thanks!
>
> --
>
>
>
>
I would imagine it to be somewhat easy to implement this via a thrift
wrapper so that each tenant is connecting to the proxy thrift server that
masks the fact that there are multiple tenants... or is that how people are
thinking about this
- Stephen
---
Sent from my Android phone, so random spell
On 18 January 2011 07:15, Samuel Benz wrote:
> On 01/17/2011 09:28 PM, Jonathan Ellis wrote:
>> On Mon, Jan 17, 2011 at 2:10 PM, Samuel Benz wrote:
> Case1:
> If 'TEST' was previous stored on Node1, Node2, Node3 -> The update will
> succeed.
>
> Case2:
> If 'TEST' was prev
On 17 January 2011 22:36, Steven Mac wrote:
> Sure, consider stock data, where the stock symbol is the row key. The stock
> data consists of a rather stable part and a very volatile part, both of
> which would be a super column. The stable super column would contain
> subcolumns such as company na
https://issues.apache.org/jira/browse/CASSANDRA-1997
On 16 January 2011 19:59, Stephen Connolly
wrote:
> it will be an attachment to an as yet un raised jira. look out for it
> tomorrow/tuesday
>
> - Stephen
>
> ---
> Sent from my Android phone, so random spelling mist
it will be an attachment to an as yet un raised jira. look out for it
tomorrow/tuesday
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 16 Jan 2011 17:52, "Hellmut Adolphs"
OK,
I nearly have the Cassandra-Maven-Plugin ready.
It has the following goals:
run: launches Cassandra in the foreground and blocks until you press
^C at which point Maven terminates. Use-case: Running integration
tests from your IDE. Live development from your IDE.
start: launches Cassandr
or set the end key to "com.googlf"
On 12 January 2011 02:49, Aaron Morton wrote:
> If you were using OPP and get_range_slices then set the start_key to be
> "com.google" and the end_key to be "". Get is slices of say 1,000 (use the
> last key read as the next start_ket) and when you see the firs
On 10 January 2011 19:44, Oleg Tsvinev wrote:
> Hi,
> http://cassandra.apache.org/download/ shows that
> "The latest stable release of Apache Cassandra is 0.7.0 (released on
> 2011-01-09). If you're just starting out, download this one."
> However, I don't see this version in Riptano public repos
already doing that
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 6 Jan 2011 21:09, "Ran Tavory" wrote:
s://issues.apache.org/jira/browse/CASSANDRA-1805
>
> Maybe tools?
>
> On Thu, Jan 6, 2011 at 2:43 PM, Stephen Connolly
> wrote:
>> I nearly have one ready...
>>
>> my plan is to have it added to contrib... if the cassandra devs agree
>>
>> -stephen
>>
e one.
>
> On 01/06/2011 12:43 PM, Stephen Connolly wrote:
>>
>> I nearly have one ready...
>>
>> my plan is to have it added to contrib... if the cassandra devs agree
>>
>> -stephen
>>
>> - Stephen
>>
>> ---
>> Sent from my An
capistrano is a different use case. the maven plugin is for integration
testing, not live deployment
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 6 Jan 2011 21:32, "shimi
I nearly have one ready...
my plan is to have it added to contrib... if the cassandra devs agree
-stephen
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 6 Jan 2011 19:38,
Hi All,
Cassandra 0.7.0-rc4 is now available from the Maven Central Repository.
Apache Maven
-
org.apache.cassandra
cassandra-all
0.7.0-rc4
Apache Ivy
-
Groovy Grape
-
@Grapes(
@Grab(group='org.apache.cassandra',
88 matches
Mail list logo