I cannot configure Hector for Cassandra. I looked at the Cassandra documentation and wiki . The problem with these documents is that most of the information is outdated or minimalistic (or I lack knowledge). Anyway, I wonder if anyone can give an approximate simplified guide on how to install it.
I am going to create a JSP page that can use the Cassandra database.
What i have done so far:
- I downloaded Hector 1.0-2 and Cassandra 1.0.7.
- I configured Cassandra and checked its operation (using the CLI to create new columns using keys)
- I tried to unzip it
me.prettyprint.cassandrainto the Java project directory, but still nothing.
I also do not know where to get the lean API (or how to install it)? And if I need it at all?
Any help would be appreciated.
source
share