Reputation: 473
Although similar question were available on SO this one is on Cloudera cdh4 VM which I on use on 64bit Windows for learning purpose.
I get this error while performing Word count map reduce at this point FileInputFormat.setInputPaths()
method.
PS: I am total noob to hadoop. So the previous similar questions didn't do much help for this specific situation.
Thanks.
Upvotes: 0
Views: 530
Reputation: 119
Did you add required jar files to you project . ? If not please add jar files from /usr/lib/hadoop/client .
Or Use training project in eclipse which comes by default with cloudera vm.
Upvotes: 1