tkuramoto33 opened a new pull request #2367:
URL: https://github.com/apache/hadoop/pull/2367


   If a username includes a backslash, `mvn clean install` fails in an 
environment started by start-build-env.sh.
   
   The causes of this problem are as follows:
   1. start-build-env.sh sets the home directory in the Docker container to 
/home/${USER_NAME}. 
   2. Maven does not support path names such as "/home/CORP\name/". This type 
of path names appear in Amazon WorkSpaces. 
   
   Therefore, I have made it possible for users to change their home directory 
in the Docker container.
   
   I have tested this patch in Amazon WorkSpaces.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to