-2
我怎樣才能得到輸入文件名在使用PHP的映射器?Hadoop流PHP的環境變量
我怎樣才能得到輸入文件名在使用PHP的映射器?Hadoop流PHP的環境變量
如前所述here,PHP的模板的map-reduce是:
01 function map ($filename, $content) {
02 foreach (explode('', $content) as $word) {
03 collect($word, 1);
04 }
05 }
06
07 function reduce($word, $values) {
08 $numWordCount = 0;
09
10 foreach ($values as $value) {
11 $numWordCount += $value;
12 }
13
14 collect($word, $numWordCount);
現在,不能的$filename
值是printed inside a php function?
我的問題不清楚嗎?我真的不明白我爲什麼被拒絕投票。 – user1179295 2012-04-22 00:04:21