Hello, 2011/4/6 لسٹ शिराज़ <[email protected]>: > at org.simple.mapreduce.WordCount.main(WordCount.java:100) > Note: The server is running separately on the same machine with default > configurations as provided by the bundle. > Could you please let me know if I miss something while setting up the > client?
Do you have a "FileOutputFormat.setOutputPath(JobConf, Path)" call in your driver/client code? An output path is required if your program's output needs to be files on the FS, as is the case with Word-Counting. -- Harsh J
