erdenebayrd opened a new pull request, #297:
URL: https://github.com/apache/atlas/pull/297
Fix permission error on ${HOME}/.m2 directory before building Atlas
## What changes were proposed in this pull request?
Added a step in the README to ensure the ${HOME}/.m2 directory exists and
has
the correct ownership before running `docker-compose -f
docker-compose.atlas-base.yml -f docker-compose.atlas-build.yml up`.
This prevents permission errors during the build process.
- Created the ${HOME}/.m2 directory if it does not exist.
- Updated ownership to prevent permission errors.
## How was this patch tested?
Manually tested by verifying:
- The directory ${HOME}/.m2 is correctly created if missing.
- Ownership is properly set to prevent permission errors.
- The build process runs without permission issues.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]