jdbc - What are the options to use cassandra 2.0.8 in Java -
i used cassandra-jdbc 1.2.5, when query timestamp columns shows 'asserterror'. due incompatibility of cassandra-jdbc-1.2.5 cassandra-2.0.8. works cassandra-1.x series. need know other ways use cassandra in java preparedstatement. saw clients thrift cannot execute sql type queries.
at point in time, don't think there jdbc driver works casandra 2.x. "casandra-jdbc" driver looks has not been touched since april 2013. there issue in tracker says "doesn't works cassandra 2.0" hasn't been assigned anyone.
unless intend work (or pay else you), looks pretty grim.
according question (cassandra client java api's) there number of java apis casandra don't involve jdbc. advised switch 1 of these.
there page on official casandra site lists client drivers:
Comments
Post a Comment