edwardcapriolo commented on code in PR #8184:
URL: https://github.com/apache/hadoop/pull/8184#discussion_r2721284144


##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/container-executor.c:
##########
@@ -1073,16 +1073,35 @@ static int change_owner(const char* path, uid_t user, 
gid_t group) {
   }
 }
 
+mode_t get_container_group_mode(){

Review Comment:
   We let the user chose this value. The default value currently in the file I 
find incorrect. The ticket has the full scenario. Either way this value is 
better as it works in more deployments. This is a "770" was a bug but now it's 
a feature.



-- 
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.

To unsubscribe, e-mail: [email protected]

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