-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoSuchMethodError #7
Comments
Can you include the complete output please? Also, what version and distribution of Hadoop are you using? |
Hi Alex, Hadoop Version : 2.2.0 The complete output below :-[hduser@sandbox hadoop-book]$ bin/run.sh com.manning.hip.ch1.InvertedIndexMapReduce.main(InvertedIndexMapReduce.java:23)On Mon, Dec 9, 2013 at 12:18 AM, Alex Holmes [email protected]:
Cheers, |
Sorry for the delay in response. Can you please redownload the code for the book and verify that this problem still occurs? I made a change in October of last year which hopefully would have resolved this error. |
Alex, I ran into the same problem attempting to run InvertedMapReduce class. See detailed output below. [hduser@MyDev1 hadoop-book]$ bin/run_new.sh com.manning.hip.ch1.InvertedIndexMapReduce /tmp/file.txt /tmp/file2.txt output |
@hairajendra how did you fix this issue? |
When I run the following Script:-
bin/run.sh com.manning.hip.ch1.InvertedIndexMapReduce
/tmp/file1.txt /tmp/file2.txt output
I get the following Error Message:-
Exception in thread "main" java.lang.NoSuchMethodError: org.apache.hadoop.securty.authorize.AccessControlList.getACLString()Ljava/lang/String;
Please Help.
The text was updated successfully, but these errors were encountered: