Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个分布式文件系统,对于某些文件,我可以指定它们存储在哪台机器上(在创建期间)。理想情况下使用 Java API。这样的事情存在吗?
HDFS 有一个块放置策略,可以插入一个新策略。更多细节在这里。
此外,Hadoop 的 MapR 实现对数据放置有更强大的控制。更多细节在这里。