在mapreduce中找到文件名和目录名

时间:2014-12-19 09:28:08

标签: hadoop mapreduce

我正在mapreduce中进行invertIndexing。我的程序用word输出word。我想用文件名添加目录名。我怎么能实现呢?

FileSplit fileSplit = (FileSplit) reporter.getInputSplit();
    String fileName = fileSplit.getPath().getName();
    location.set(fileName);

输出k.txt

Exkkk / kk / k.txt

我想要kkk.kk.k.txt //整条路径

0 个答案:

没有答案