Re: Native LZ4 compressor installation

2013-02-28 Thread Jabbar
lz4-1.1.0.jar is used by Cassandra. I've just found the native library embedded in the jar file. I'll check in the morning if some sort confirmation is shown. On 28 February 2013 20:42, Jabbar wrote: > Hello, > > I am

Native LZ4 compressor installation

2013-02-28 Thread Jabbar
Hello, I am experimenting with cassandra 1.2.2 and are interested in using the native LZ4 compressor in linux. I have built the linux library but aren't sure how to tell tell cassandra to use it. Do I just drop it in the cassandra lib directory and change the compression for my column family? How