You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2015/01/29 20:26:35 UTC

[jira] [Created] (HADOOP-11524) hadoop_do_classpath_subcommand throws a shellcheck warning

Allen Wittenauer created HADOOP-11524:
-----------------------------------------

             Summary: 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
            Reporter: Allen Wittenauer
            Priority: Minor


{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)