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.
是否可以在独立模式下运行 MRUnit?将隔离映射器/缩减器的优点与仍然从本地磁盘读取的透明且简单的输出检查相结合(我想测试特定的 FileSYStem 实现)。
是的,mrunit 在独立模式下运行,iirc。只需确保在您的配置中将 fs.default.name 设置为“本地”。