datasalt / splout-db

A web-latency SQL spout for Hadoop.
50 stars 14 forks source link

Manually specified Partition Map should be possible yet it seems to be impossible with the current API #29

Open pereferrera opened 10 years ago

pereferrera commented 10 years ago

Current API methods don't seem to provide a way of specifying a manual Partition Map and avoid the sampling step. It should be possible to do that.

pereferrera commented 10 years ago

The same applies for variable per-partition replication factor, or even custom ReplicationMaps, which is also possible yet hidden in the current API.

ivanprado commented 9 years ago

Providing Partition Map through Java API implemented in https://github.com/datasalt/splout-db/commit/f3999027b2d6d3430800ffd54d4af28422ef3da4 .