[
https://issues.apache.org/jira/browse/HADOOP-11639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14344970#comment-14344970
]
Remus Rusanu commented on HADOOP-11639:
---------------------------------------
Thanks [~kirankumarmr], I tested 32 bit build with .02.patch and builds clean.
I used
{code}
- int count = 0;
- int crt = 0;
+ size_t count = 0;
+ size_t crt = 0;
{code}
to have the same type for crt and count.
> 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
> Affects Versions: 2.6.0
> Reporter: Chris Nauroth
> Assignee: Remus Rusanu
> Attachments: HADOOP-11639.00.patch, HADOOP-11639.01.patch,
> HADOOP-11639.02.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)