While connecting to Cassandra client using java driver for Cannsandra by DataStax, it is throwing following error..
Exception in thread \"main\" com.datastax
In my case this was a port issue, which I forgot to update
Old RPC port is 9160 New binary port is 9042
9160
9042