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 "Remus Rusanu (JIRA)" <ji...@apache.org> on 2015/03/02 10:24:04 UTC

[jira] [Updated] (HADOOP-11639) Clean up Windows native code compilation warnings related to Windows Secure Container Executor.

     [ https://issues.apache.org/jira/browse/HADOOP-11639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Remus Rusanu updated HADOOP-11639:
----------------------------------
    Attachment: HADOOP-11639.00.patch

00.Patch fixes all warnings in building the two libwinutils projects. The fixes include:

 - remove unreferenced variables
 - fix several const correctness issues
 - fix some of incorrect .h vs. .c function declarations
 - fix some missing .h function declarations
 - fix some incorrect signed/unsigned types (int. vs size_t vs. DWORD)
 - fix some incorrectly declared buffers
 - explicit cast when required (eg. all HANDLE handling(!) in .idl related APIs)

> Clean up Windows native code compilation warnings related to Windows Secure Container Executor.
> -----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-11639
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11639
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: native
>            Reporter: Chris Nauroth
>            Assignee: Remus Rusanu
>         Attachments: HADOOP-11639.00.patch
>
>
> YARN-2198 introduced additional code in Hadoop Common to support the NodeManager {{WindowsSecureContainerExecutor}}.  The patch introduced new compilation warnings that we need to investigate and resolve.



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