[
https://issues.apache.org/jira/browse/YARN-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14288189#comment-14288189
]
Jason Lowe commented on YARN-3089:
----------------------------------
The failures are unfortunately not present in the NM log due to bug YARN-3088
preventing the log message from being generated properly. While debugging an
instance of the nodemanager, I was able to see the error messages from the LCE
executable, and they looked like the following:
{noformat}
Directory not found
/somepath/application_1421927171686_0163/container_1421927171686_0163_01_000009/syslog/
rmdir of
/somepath/application_1421927171686_0163/container_1421927171686_0163_01_000009/syslog/
failed - Permission denied
Directory not found
/somepath/application_1421927171686_0163/container_1421927171686_0163_01_000009/stderr/
rmdir of
/somepath/application_1421927171686_0163/container_1421927171686_0163_01_000009/stderr/
failed - Permission denied
Directory not found
/somepath/application_1421927171686_0163/container_1421927171686_0163_01_000009/stdout/
rmdir of
/somepath/application_1421927171686_0163/container_1421927171686_0163_01_000009/stdout/
failed - Permission denied
{noformat}
> LinuxContainerExecutor does not handle file arguments to deleteAsUser
> ---------------------------------------------------------------------
>
> Key: YARN-3089
> URL: https://issues.apache.org/jira/browse/YARN-3089
> Project: Hadoop YARN
> Issue Type: Bug
> Affects Versions: 2.6.0
> Reporter: Jason Lowe
> Priority: Blocker
>
> YARN-2468 added the deletion of individual logs that are aggregated, but this
> fails to delete log files when the LCE is being used. The LCE native
> executable assumes the paths being passed are paths and the delete fails.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)