HADOOP-16849. start-build-env.sh behaves incorrectly when username is numeric only. Contributed by Jihyun Cho.

(cherry picked from commit 9709afe67d)

 Conflicts:
	start-build-env.sh
This commit is contained in:
Akira Ajisaka 2020-02-12 14:06:23 +09:00
parent f1840669cf
commit b80f020886
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -78,5 +78,5 @@ docker run --rm=true $DOCKER_INTERACTIVE_RUN \
-v "${PWD}:/home/${USER_NAME}/hadoop${V_OPTS:-}" \
-w "/home/${USER_NAME}/hadoop" \
-v "${HOME}/.m2:/home/${USER_NAME}/.m2${V_OPTS:-}" \
-u "${USER_NAME}" \
-u "${USER_ID}" \
"hadoop-build-${USER_ID}" "$@"