You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Katerina Navara (Jira)" <ji...@apache.org> on 2022/08/02 10:05:00 UTC

[jira] [Created] (NIFI-10308) Regex filtering doesn't work by path when use getHDFS processor

Katerina Navara created NIFI-10308:
--------------------------------------

             Summary: Regex filtering doesn't work by path when use getHDFS processor
                 Key: NIFI-10308
                 URL: https://issues.apache.org/jira/browse/NIFI-10308
             Project: Apache NiFi
          Issue Type: Bug
    Affects Versions: 1.16.3
         Environment: CentOS Linux release 8.3.2011
Hadoop 3.3.3
Nifi 1.16.3
            Reporter: Katerina Navara


STR:
 # create some file in HDFS

 # Create GetHDFS processor

 # set prop “Filter Match Name Only” in False. The “File Filter Regex” must be matched in such a way that it does not match the file name, but part of the path. (e.g. path for file - /temporary/filename-111.txt filter regex - “tem“)

Actual result: processor doesn’t find the file

Expected result: processor get the file from HDFS



--
This message was sent by Atlassian Jira
(v8.20.10#820010)