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.
我正在尝试学习Accumulo。但是我有几个我无法直接找到的问题:
非常感谢 :)
是的,您可以随时动态添加/删除工作节点。他们只需要提供相同的配置选项,以便他们可以加入集群(共享密钥、zookeeper quorum 等......基本上,与accumulo-site.xml您使用的相同)。
accumulo-site.xml
默认情况下,“master”进程会将 tablet 分配给每个“tablet server”进程,以便每个主机将提供大致相同数量的数据。
不确定我是否理解您的第二个问题,但 Accumulo 通常使用 HDFS 作为其后备存储,它在“文件”级别处理复制和数据恢复。