Hi all:
As we know, we can run a the example in hadoop such as WorldCount
using a command like this: bin/hadoop jar hadoop-*-examples.jar
wordcount [-m <#maps>] [-r <#reducers>] <in-dir> <out-dir>.
I am trying to invoke it using program, Can you tell me how to
run the examples using other methods?Best Wishes!
