Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F21B0178BF for ; Fri, 27 Mar 2015 22:24:54 +0000 (UTC) Received: (qmail 61169 invoked by uid 500); 27 Mar 2015 22:24:54 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 61119 invoked by uid 500); 27 Mar 2015 22:24:54 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 61107 invoked by uid 99); 27 Mar 2015 22:24:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2015 22:24:54 +0000 Date: Fri, 27 Mar 2015 22:24:54 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-11639) Clean up Windows native code compilation warnings related to Windows Secure Container Executor. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-11639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14384803#comment-14384803 ] Hudson commented on HADOOP-11639: --------------------------------- FAILURE: Integrated in Hadoop-trunk-Commit #7449 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/7449/]) HADOOP-11639. Clean up Windows native code compilation warnings related to Windows Secure Container Executor. Contributed by Remus Rusanu. (cnauroth: rev 3836ad6c0b3331cf60286d134157c13985908230) * hadoop-common-project/hadoop-common/src/main/winutils/client.c * hadoop-common-project/hadoop-common/src/main/winutils/task.c * hadoop-common-project/hadoop-common/src/main/winutils/systeminfo.c * hadoop-common-project/hadoop-common/src/main/winutils/config.cpp * hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/yarn/server/nodemanager/windows_secure_container_executor.c * hadoop-common-project/hadoop-common/src/main/winutils/libwinutils.c * hadoop-common-project/hadoop-common/src/main/winutils/service.c * hadoop-common-project/hadoop-common/src/main/winutils/include/winutils.h * hadoop-common-project/hadoop-common/CHANGES.txt > 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 > Fix For: 2.7.0 > > Attachments: HADOOP-11639.00.patch, HADOOP-11639.01.patch, HADOOP-11639.02.patch, HADOOP-11639.03.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)