RHipe を使用してディレクトリを mapreduce ジョブに送信しています。Mapper で処理中の現在のファイルを取得する方法はありますか? それを自分のキーとして出力したい。ありがとうございました!
map <- expression({
fileName <- "testing123" // ?????
.....
rhcollect(fileName, value)
})
z <- rhmr(map=map,reduce=NULL, inout=c("text", "text")
,ifolder=directoryName
,ofolder=outDirectory)