Error while connecting to Cassandra using Java Driver for Apache Cassandra 1.0 from com.example.cassandra

前端 未结 11 660
感动是毒
感动是毒 2020-12-29 21:38

While connecting to Cassandra client using java driver for Cannsandra by DataStax, it is throwing following error..

Exception in thread \"main\" com.datastax

11条回答
  •  Happy的楠姐
    2020-12-29 22:06

    In my case this was a port issue, which I forgot to update

    Old RPC port is 9160
    New binary port is 9042

提交回复
热议问题