wordcount例子程式

2021-05-12 13:21:20 字數 1032 閱讀 2949

hadoop-0.20.1裡的wordcount源**與0.19.2已經有較大的區別了。在新版本的hadoop中,org.apache.hadoop.mapred包被org.apache.hadoop.mapreduce所取代。不過為了保持相容性,org.apache.hadoop.mapred還是存在於core裡。

ibm的技術文章(http://www.ibm.com/developerworks/cn/opensource/os-cn-hadoop2/index.htm)l寫於2023年,使用的是hadoop-0.16.0,**比較老了。實驗室使用的是hadoop-0.19.2,所以我只好暫時放下hadoop-0.20.1,去研究hadoop-0.19.2的wordcount程式。

/******************這裡是和hadoop-0.16.0裡不同的部分***********************/

//提供了map task和reduce task個數的配置

listother_args = new arraylist();

for(int i=0; i < args.length; ++i) else if ("-r".equals(args[i])) else

} catch (numberformatexception except) catch (arrayindexoutofbound***ception except)

}// make sure there are exactly 2 parameters left.

if (other_args.size() != 2)

fileinputformat.setinputpaths(conf, other_args.get(0));

fileoutputformat.setoutputpath(conf, new path(other_args.get(1)));

jobclient.runjob(conf);

return 0;

}public static void main(string args) throws exception

VBScript例子程式

w3cschool 工作中遇到的問題,專案組長給了乙個excel,讓分析其中包含的字元含義,由於每頁條數太多,導致看不出來要分析的字元在一長串字元中的位置。於是想把其中要注意的字元標註顏色,網上找資料,發現excel中本身沒有這個功能,於是下了下面的 進行處理,順便學習下vbs的基本語法格式。未執行...

建立視窗的例子程式

include pragma comment lib,winmm wparamword paramlparamlong param lresult callback wndproc hwnd,uint,wparam,lparam intwinapi winmain hinstance hinstan...

std set一些例子程式

include include include include using namespace std int main 下面給出乙個關鍵字型別為char 的示例 include include include using namespace std struct ltstr int main co...