if you want to use raw Thrift, you should read
http://wiki.apache.org/cassandra/API where the things like ColumnPath
are explained
On Mon, May 10, 2010 at 1:08 PM, Atul Gosain wrote:
> Jonathan
>
> We just wanted to benchmark data insertion rates on the Cassandra store,
> so we started with usi
Jonathan
We just wanted to benchmark data insertion rates on the Cassandra store,
so we started with using Thrift API. Is Hector considered better than Thrift
because its better documented and intuitive that Thrift ? Any downside to
it, as Thrift is a low level API to Cassandra. I hope that Hect
Why are you using Thrift from java instead of Hector?
http://github.com/rantav/hector
On Mon, May 10, 2010 at 8:34 AM, Atul Gosain wrote:
> Hi
>
> Im really confused about using ColumnPath in thrift java interface. Most of
> the examples provide create the ColumnPath with 3 parameters, whereas
Hi
Im really confused about using ColumnPath in thrift java interface. Most of
the examples provide create the ColumnPath with 3 parameters, whereas the
latest thrift api has ColumnPath with one parameter only.
If ColumnPath can be thought of as directory structure or path to the column,
th