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 "Kai Sasaki (JIRA)" <ji...@apache.org> on 2015/11/17 07:30:10 UTC

[jira] [Created] (HADOOP-12576) Same owner of maven repository on Docker container to build user

Kai Sasaki created HADOOP-12576:
-----------------------------------

             Summary: Same owner of maven repository on Docker container to build user
                 Key: HADOOP-12576
                 URL: https://issues.apache.org/jira/browse/HADOOP-12576
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: Kai Sasaki
            Assignee: Kai Sasaki
            Priority: Trivial


When local maven repository has not yet created, docker container launched by {{start-build-env.sh}} create it owned by launching user. {{docker}} command ofter be run by root user unless manipulating docker unix groups.
In that case, maven local repository is created by root user and building process inside container fails. 

It is better to make sure to create maven local repository by just the user who trying to build before launching docker container if not exist maven local repository.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)