That exception is on the cassandra server and not on the client.
On Mon, Oct 6, 2014 at 2:10 PM, DuyHai Doan wrote:
> java.lang.NoSuchMethodError -> Jar dependency issue probably. Did you try
> to create an issue on the Astyanax github repo ?
>
> On Mon, Oct 6, 2014 at 6:01 PM, Ruchir Jha wrote
java.lang.NoSuchMethodError -> Jar dependency issue probably. Did you try
to create an issue on the Astyanax github repo ?
On Mon, Oct 6, 2014 at 6:01 PM, Ruchir Jha wrote:
> All,
>
> I am trying to use the new astyanax over java driver to connect to
> cassandra version 1.2.12,
>
> Following set
All,
I am trying to use the new astyanax over java driver to connect to
cassandra version 1.2.12,
Following settings are turned on in cassandra.yaml:
start_rpc: true
native_transport_port: 9042
start_native_transport: true
*Code to connect:*
final Supplier> hostSupplier = new Supplier>() {