문제

I am looking for a distributed file system that for some files would let me to specify on which machine(s) they are stored (during the creation time). Ideally with a Java API. Does something like this exist?

도움이 되었습니까?

해결책

HDFS has a block placement policy which can be plugged with a new policy. More details here.

Also, MapR implementation of Hadoop has a more robust control over data placement. More details here.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top