java.lang.NoClassDefFoundError: com/google/common/util/concurrent/FutureFallback

前端 未结 4 372
死守一世寂寞
死守一世寂寞 2020-12-06 04:39

I\'m seeing the following error :

java.lang.NoClassDefFoundError: com/google/common/util/concurrent/FutureFallback

when the cluster.c

4条回答
  •  一整个雨季
    2020-12-06 05:34

    I updated the Cassandra driver version to latest available and it should fix the issue.

    
       com.datastax.cassandra
       cassandra-driver-core
       3.5.0
    
    

提交回复
热议问题