-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Chapter 2: MapReduce: hadoop command doesn't work without class package #35
Comments
same error, thanks for reminding. |
According to latest hadoop shellcommand documentation, "the class must be part of the package": Probably the error is happening only for newer versions of hadoop |
What if I want to run it with the new api? |
@dpstart I can run it with
|
Confirm that the command by @gyosh works on new Hadoop version. |
it works! |
Same error, drove me crazy, chapter two and already struggling to follow the instructions. Thanks. |
On the 25th page of the book there is a command to execute MaxTemperature map reduce job:
with the execution logs output. However, as for my environment the execution result is different:
After a quick look it turns out that it works only with class specified including package:
Not sure if it is something important, but want to highlight in the case somebody stumble as I did.
The text was updated successfully, but these errors were encountered: