Re: Compression type Snappy is not linked with the binary

2016-02-11 Thread Edi Bice
bs > running on my cluster). > > All my KV store jobs fail with same error > > org.apache.samza.SamzaException: Error opening RocksDB store > -store/Partition_6, received the following exception from RocksDB > org.rocksdb.RocksDBException: Invalid argument: Compress

Re: Compression type Snappy is not linked with the binary

2016-02-10 Thread Edi Bice
with same error org.apache.samza.SamzaException: Error opening RocksDB store -store/Partition_6, received the following exception from RocksDB org.rocksdb.RocksDBException: Invalid argument: Compression type Snappy is not linked with the binary.

Re: Compression type Snappy is not linked with the binary

2016-02-10 Thread Edi Bice
ing the latest master with a small patch of mine allowing for > > > > additional RocksDb config options. I deleted ~/.m2 and gradle cache > to > > > > avoid some issues I was running into. After rebuilding Samza,

Re: Compression type Snappy is not linked with the binary

2016-02-09 Thread Navina Ramesh
gt; getting > > > the following exception on all my jobs: > > > > > > org.apache.samza.SamzaException: Error opening RocksDB store > > > xxx/Partition_6, received the following exception from RocksDB > > > org.rock

Re: Compression type Snappy is not linked with the binary

2016-02-09 Thread Edi Bice
. After rebuilding Samza, I'm getting > > the following exception on all my jobs: > > > > org.apache.samza.SamzaException: Error opening RocksDB store > > xxx/Partition_6, received the following exception from RocksDB > > org.rock

Re: Compression type Snappy is not linked with the binary

2016-02-08 Thread Navina Ramesh
x27;m getting > the following exception on all my jobs: > > org.apache.samza.SamzaException: Error opening RocksDB store > xxx/Partition_6, received the following exception from RocksDB > org.rocksdb.RocksDBException: Invalid argument: Compression type Snappy is > not

Compression type Snappy is not linked with the binary

2016-02-08 Thread Edi Bice
ion: Error opening RocksDB store xxx/Partition_6, received the following exception from RocksDB org.rocksdb.RocksDBException: Invalid argument: Compression type Snappy is not linked with the binary. at org.apache.samza.storage.kv.RocksDbKeyValueStore$.openDB(RocksDbKeyValueStore.scala:81)