You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Jihyun Cho (Jira)" <ji...@apache.org> on 2020/02/10 10:43:00 UTC

[jira] [Created] (HADOOP-16849) start-build-env.sh behaves incorrectly when username is numeric only

Jihyun Cho created HADOOP-16849:
-----------------------------------

             Summary: start-build-env.sh behaves incorrectly when username is numeric only
                 Key: HADOOP-16849
                 URL: https://issues.apache.org/jira/browse/HADOOP-16849
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
            Reporter: Jihyun Cho
         Attachments: userid.patch

When username is numaric only, the build environment does not run correctly.
Here is my case.

{noformat}
~/hadoop$ ./start-build-env.sh
...
Successfully tagged hadoop-build-1649860140:latest

 _   _           _                    ______
| | | |         | |                   |  _  \
| |_| | __ _  __| | ___   ___  _ __   | | | |_____   __
|  _  |/ _` |/ _` |/ _ \ / _ \| '_ \  | | | / _ \ \ / /
| | | | (_| | (_| | (_) | (_) | |_) | | |/ /  __/\ V /
\_| |_/\__,_|\__,_|\___/ \___/| .__/  |___/ \___| \_(_)
                              | |
                              |_|

This is the standard Hadoop Developer build environment.
This has all the right tools installed required to build
Hadoop from source.

I have no name!@fceab279f8d1:~/hadoop$ whoami
whoami: cannot find name for user ID 1112533
I have no name!@fceab279f8d1:~/hadoop$ sudo ls
sudo: unknown uid 1112533: who are you?
{noformat}

I changed {{USER_NAME}} to {{USER_ID}} in the script. Then it worked correctly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org