You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to algebird
Hi all,
I have a Spark job whose final output is an Algebird bloom filter, and I'd need to reuse this bloom filter in another Spark job.
Is there a way to store this bloom filter in a kv store (eg: redis) using Twitter Storehaus and retrieve it in the other job (deserializing to an algebird bloom filter) ?