Hello everyone.
i'm a freshman on hadoop.During running the demo programmer Wordcount, it
stop at “INFO mapred.JobClient: map 0% reduce 0%".
The log printed is as follow:
10/09/26 19:40:40 WARN mapred.JobClient: Use GenericOptionsParser for
parsing the arguments. Applications should implement Tool for the same.
10/09/26 19:40:40 INFO mapred.FileInputFormat: Total input paths to process
: 1
10/09/26 19:40:40 INFO mapred.JobClient: Running job: job_201009261936_0001
10/09/26 19:40:41 INFO mapred.JobClient: map 0% reduce 0%
anyone can tell me how to fix this problem?
thanks