Re: Java cient

2011-01-22 Thread Noble Paul നോബിള്‍ नोब्ळ्
I looked at pelops and found the API clean, but didn't like the spring dependency. Hector API's could have been simpler but I plan to abstract the most commonly used functionality in a simpler set of APIs On Thu, Jan 20, 2011 at 11:06 AM, Dan Washusen wrote: > Pelops is pretty thin wrapper for th

Re: Java cient

2011-01-22 Thread Alois Bělaška
Agree about the Spring dependency. Cleaner solution is to extract Spring support into separate module. It may be the next thing to do. 2011/1/22 Noble Paul നോബിള്‍ नोब्ळ् > I looked at pelops and found the API clean, but didn't like the spring > dependency. Hector API's could have been simpler b

Re: Java cient

2011-01-22 Thread Dan Washusen
Thanks for the feedback... The Spring dependency is marked as optionaland will only be included as a dependency if you explicitly add it to your project. You only need to include it in your projec

Re: Cassandra on iSCSI?

2011-01-22 Thread Mick Semb Wever
> So if one is forced to use a SAN, how should you set up Cassandra is > the interesting question - to me! Here are some thoughts:- > 1. Ensure that each node gets dedicated - not shared - LUNs > 2. Ensure that these LUNs do share spindles, or nodes will seize to be > isolatable (this will be tou

Re: Java cient

2011-01-22 Thread Alois Bělaška
Oops i missed that optional flags. Than everything looks fine. 2011/1/22 Dan Washusen > Thanks for the feedback... The Spring dependency is marked as > optionaland > will only be included as a