[
https://issues.apache.org/jira/browse/HADOOP-14739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117108#comment-16117108
]
Elek, Marton commented on HADOOP-14739:
---------------------------------------
There is also a boot2docker specific part in {{./start-build-env.sh}}
{code}
if [ "$(uname -s)" == "Linux" ]; then
USER_NAME=${SUDO_USER:=$USER}
USER_ID=$(id -u "${USER_NAME}")
GROUP_ID=$(id -g "${USER_NAME}")
else # boot2docker uid and gid
USER_NAME=$USER
USER_ID=1000
GROUP_ID=50
fi
{code}
Maybe it also should be updated. Is it necessery? Is your user id 1000 or
different?
> Add build instruction for docker for Mac instead of docker toolbox.
> -------------------------------------------------------------------
>
> Key: HADOOP-14739
> URL: https://issues.apache.org/jira/browse/HADOOP-14739
> Project: Hadoop Common
> Issue Type: Improvement
> Components: build, documentation
> Reporter: Akira Ajisaka
> Priority: Minor
> Labels: newbie
>
> HADOOP-12575 added build instruction for docker toolbox.
> Now Docker for Mac (https://www.docker.com/docker-mac) is available and it
> can skip some procedures written in BUILDING.txt.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]