You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Simon Bence (Jira)" <ji...@apache.org> on 2021/10/01 13:22:00 UTC

[jira] [Created] (NIFI-9265) Fixing path handling for FetchHDFS when there are multiple separators in the path

Simon Bence created NIFI-9265:
---------------------------------

             Summary: Fixing path handling for FetchHDFS when there are multiple separators in the path
                 Key: NIFI-9265
                 URL: https://issues.apache.org/jira/browse/NIFI-9265
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
            Reporter: Simon Bence
            Assignee: Simon Bence


In some cases, FetchHDFS's default "HDFS Filename" value (which is ${path}/${filename}) might end up with double separator in the evaluated value. For example if the ${path} is the root, then the value will start with "//". In most cases this cause no issue, but there are some scenarios it might behave unexpectedly. Like for example: if the storage is backed with S3 or Azure, this path leads to an error.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)