Re: Location of the RocksDB Key-Value store

2016-06-21 Thread Jack Huang
t; > > > https://samza.apache.org/learn/documentation/latest/jobs/configuration-table.html > > ) > > where on the disk Samza stores the local RocksDB key-value store. Can > > anyone tell me where it is and if it can be configured? > > > > > > Thanks, > > Jack > > >

Re: Location of the RocksDB Key-Value store

2016-06-11 Thread David Yu
wrote: > Hi all, > > I couldn't find in the documentation ( > > https://samza.apache.org/learn/documentation/latest/jobs/configuration-table.html > ) > where on the disk Samza stores the local RocksDB key-value store. Can > anyone tell me where it is and if it can be configured? > > > Thanks, > Jack >

Location of the RocksDB Key-Value store

2016-06-10 Thread Jack Huang
Hi all, I couldn't find in the documentation ( https://samza.apache.org/learn/documentation/latest/jobs/configuration-table.html) where on the disk Samza stores the local RocksDB key-value store. Can anyone tell me where it is and if it can be configured? Thanks, Jack

RocksDB key value store

2015-11-27 Thread Rohit Upadhyaya
Hi, I am attempting to have a local KV store that has a String as key and a HashSet as the value. Looking at the default serializers I don't see any that would be of help to me. Would I have to write my own serializer? Thanks