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
> >
>
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
>
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
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