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/07/07 05:50:04 UTC

[jira] [Created] (HADOOP-12196) shellcheck plugin is picking up target executables

Allen Wittenauer created HADOOP-12196:
-----------------------------------------

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


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)