-
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
Building and Running the Code 2 #27
Comments
Looks like you don't have permissions or maybe lack of disk space.
|
Hi, thanks for your help. I'm sure the issue is not related to disk space as I still have over 80GB of free space :-) As for not having permissions, do you have an idea which folder (or file) I should chmod the proper permissions? Thanks in advance. |
For you information, I chmod the "hadoop-book-master" folder and all its sub-folders to 777 and I'm still getting the same error. |
I'm getting the following compilation errors trying to build the book's project code.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project common: Compilation failure
[ERROR] /home/hadoop-book-master/common/src/main/java/oldapi/NcdcStationMetadata.java:[7,8] error while writing oldapi.NcdcStationMetadata: could not create parent directories
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :common
Please let me know how to fix it.
Thanks
The text was updated successfully, but these errors were encountered: