fluo-recipes
fluo-recipes copied to clipboard
Apache Fluo Recipes
Optional is used in some of the Recipes APIs. It also used internally. This results in slightly larger serialized data. We could drop the use of Optional internally in classes...
Not sure if there is anything to do here, just want to look into it.
Not sure if there anything to do here. I just want to look into this.
https://github.com/twitter/chill
The method name does not give much indication of what the method does. Not sure what a better name is.
After apache/incubator-fluo#773 should be able to remove some code from fluo recipes in cases where transaction interface is implemented.
After #82 I think it may make sense to drop the Encoder used by the TypeLayer and instead use the SimpleSerlializer. This will result in a more uniform and consistent...
When users decide to use an the ExportQueue or CollisionFreeMap recipe, the underlying data is stored in a Fluo table in serialized form. This makes it hard for users to...
In #59, Findbugs was added. It found a bug in the SharedBatchWriter where a static field (exportQueue) is being written to in an instance method (SharedBatchWriter constructor). After this is...
Initially in #17 had modified an IT to ensure the transient data would be cleaned up. However I ran into fluo-io/fluo#559. I would like to look into fluo-io/fluo#559 before writing...