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 "Kengo Seki (JIRA)" <ji...@apache.org> on 2015/09/10 17:43:46 UTC

[jira] [Created] (HADOOP-12398) filefilter function is never called in test-patch flink personality

Kengo Seki created HADOOP-12398:
-----------------------------------

             Summary: filefilter function is never called in test-patch flink personality
                 Key: HADOOP-12398
                 URL: https://issues.apache.org/jira/browse/HADOOP-12398
             Project: Hadoop Common
          Issue Type: Sub-task
          Components: yetus
    Affects Versions: HADOOP-12111
            Reporter: Kengo Seki


Wrong function name.

{code}
 28 function fliblib_filefilter
 29 {
 30   local filename=$1
 31 
 32   if [[ ${filename} =~ \.java$
 33     || ${filename} =~ \.scala$
 34     || ${filename} =~ pom.xml$ ]]; then
 35     add_test flinklib
 36   fi
 37 }
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)