Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 91FB72009A0 for ; Sat, 21 May 2016 17:16:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 90807160A26; Sat, 21 May 2016 15:16:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D8400160A02 for ; Sat, 21 May 2016 17:16:13 +0200 (CEST) Received: (qmail 63440 invoked by uid 500); 21 May 2016 15:16:13 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 63420 invoked by uid 99); 21 May 2016 15:16:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 May 2016 15:16:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D6F902C1F60 for ; Sat, 21 May 2016 15:16:12 +0000 (UTC) Date: Sat, 21 May 2016 15:16:12 +0000 (UTC) From: "Allen Wittenauer (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (YARN-5121) fix some container-executor portability issues MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 21 May 2016 15:16:14 -0000 [ https://issues.apache.org/jira/browse/YARN-5121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295063#comment-15295063 ] Allen Wittenauer edited comment on YARN-5121 at 5/21/16 3:15 PM: ----------------------------------------------------------------- -00: * add some missing routines for OS X 10.9 * replace get_executable with something portable * lock out cgroup support on non-Linux platforms * add necessary license and RAT exclusion handling * change the optional defines so they are actually legal for clang was (Author: aw): -00: * add some missing routines for OS X 10.9 * replace get_executable with something portable * lock out cgroup support on non-Linux platforms * add necessary license and RAT exclusion handling > fix some container-executor portability issues > ---------------------------------------------- > > Key: YARN-5121 > URL: https://issues.apache.org/jira/browse/YARN-5121 > Project: Hadoop YARN > Issue Type: Bug > Components: nodemanager > Affects Versions: 3.0.0-alpha1 > Reporter: Allen Wittenauer > Assignee: Allen Wittenauer > Attachments: YARN-5121.00.patch > > > container-executor has some issues that are preventing it from even compiling on the OS X jenkins instance. Let's fix those. While we're there, let's also try to take care of some of the other portability problems that have crept in over the years, since it used to work great on Solaris but now doesn't. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org