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.
我正在尝试将 Hadoop 用于美化工作跟踪器,并且我需要能够为每个输出键编写一个文件。此外,我需要将文件命名为与键文本相同的名称,并且我希望文件与该输出键关联的值完全相同。这可能吗?如何?
使用MultipleOutputFormat来使用基于发送到 reducer 的密钥的自定义文件名。