Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting cassandra connection error

I am unable to connect to Cassandra (ver2.0.5) using Eclipse. Here is the complete log from the error:

16:06:59.818 [main] WARN c.d.driver.core.FrameCompressor - Cannot find Snappy class, you should make sure the Snappy library is in the classpath if you intend to use it. Snappy compression will not be available for the protocol.

[...] omitted for brevity

like image 481
user2032027 Avatar asked Dec 16 '22 01:12

user2032027


1 Answers

Use maven to import snappy/lz4 or whatever other compression your using.

LZ4

Snappy

like image 159
lilott8 Avatar answered Dec 26 '22 21:12

lilott8