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 4293218A59 for ; Fri, 10 Jul 2015 04:07:06 +0000 (UTC) Received: (qmail 37918 invoked by uid 500); 10 Jul 2015 04:07:06 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 37865 invoked by uid 500); 10 Jul 2015 04:07:05 -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 37832 invoked by uid 99); 10 Jul 2015 04:07:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2015 04:07:05 +0000 Date: Fri, 10 Jul 2015 04:07:05 +0000 (UTC) From: "Kengo Seki (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-12196) shellcheck plugin is picking up target executables 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-12196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kengo Seki updated HADOOP-12196: -------------------------------- Attachment: HADOOP-12196.HADOOP-12111.01.patch Attaching a patch. I adopted the former plan. > shellcheck plugin is picking up target executables > -------------------------------------------------- > > Key: HADOOP-12196 > URL: https://issues.apache.org/jira/browse/HADOOP-12196 > Project: Hadoop Common > Issue Type: Sub-task > Components: yetus > Reporter: Allen Wittenauer > Attachments: HADOOP-12196.HADOOP-12111.01.patch > > > When hadoop-yarn-server-nodemanager is in the build, it generates target/native/target/usr/local/bin/(test-)container-executor. shellcheck picks these up and throws a "hGetContents: invalid argument (invalid byte sequence)" error. > We need some sort of safety to determine if a file is binary or shell code and/or prevent target directories from getting picked up. I suspect the former to be more reliable than the latter since we can't assume maven. -- This message was sent by Atlassian JIRA (v6.3.4#6332)