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.
我正在尝试 wordcount 示例,我想打印找到该单词的文件的名称。但我不知道如何在 accumulo 的映射函数中获取输入拆分的名称
在代码的 map 函数中使用以下命令:
context 是在 map 函数的参数中定义的类 Context 的变量:
FileSplit fileSplit = (FileSplit)context.getInputSplit(); String filename = fileSplit.getPath().getName();
欲了解更多信息: 更多信息