Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
HADOOP-16849. start-build-env.sh behaves incorrectly when username is…
Browse files Browse the repository at this point in the history
… numeric only. Contributed by Jihyun Cho.
  • Loading branch information
aajisaka committed Feb 12, 2020
1 parent 9b8a78d commit 9709afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-build-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ docker run --rm=true $DOCKER_INTERACTIVE_RUN \
-w "/home/${USER_NAME}/hadoop" \
-v "${HOME}/.m2:/home/${USER_NAME}/.m2${V_OPTS:-}" \
-v "${HOME}/.gnupg:/home/${USER_NAME}/.gnupg${V_OPTS:-}" \
-u "${USER_NAME}" \
-u "${USER_ID}" \
"hadoop-build-${USER_ID}" "$@"

0 comments on commit 9709afe

Please sign in to comment.