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 227C610060 for ; Thu, 26 Mar 2015 11:31:56 +0000 (UTC) Received: (qmail 86784 invoked by uid 500); 26 Mar 2015 11:31:55 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 86731 invoked by uid 500); 26 Mar 2015 11:31:55 -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 86717 invoked by uid 99); 26 Mar 2015 11:31:55 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2015 11:31:55 +0000 Date: Thu, 26 Mar 2015 11:31:55 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-11524) hadoop_do_classpath_subcommand throws a shellcheck warning 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-11524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14381734#comment-14381734 ] Hudson commented on HADOOP-11524: --------------------------------- FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #144 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/144/]) HADOOP-11524. hadoop_do_classpath_subcommand throws a shellcheck warning. Contributed by Chris Nauroth. (cnauroth: rev 4528eb9fb2e1a99c985926eacb3450b806ea6b4f) * hadoop-mapreduce-project/bin/mapred * hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh * hadoop-common-project/hadoop-common/src/main/bin/hadoop * hadoop-common-project/hadoop-common/CHANGES.txt * hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs * hadoop-yarn-project/hadoop-yarn/bin/yarn > hadoop_do_classpath_subcommand throws a shellcheck warning > ---------------------------------------------------------- > > Key: HADOOP-11524 > URL: https://issues.apache.org/jira/browse/HADOOP-11524 > Project: Hadoop Common > Issue Type: Improvement > Components: scripts > Affects Versions: 3.0.0 > Reporter: Allen Wittenauer > Assignee: Chris Nauroth > Priority: Minor > Fix For: 3.0.0 > > Attachments: HADOOP-11524.001.patch > > > {code} > CLASS=org.apache.hadoop.util.Classpath > ^-- SC2034: CLASS appears unused. Verify it or export it. > {code} > We should probably use a local var here and return it or something, even though CLASS is technically a global. -- This message was sent by Atlassian JIRA (v6.3.4#6332)