[
https://issues.apache.org/jira/browse/NIFI-3068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15687990#comment-15687990
]
ASF subversion and git services commented on NIFI-3068:
-------------------------------------------------------
Commit 78fed3ed561b145e5c4043e1a4398485d7f639f7 in nifi's branch
refs/heads/master from [~bbende]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=78fed3e ]
NIFI-3068 Adding @RequiresInstanceClassLoading to PutHDFS to ensure the
security configuration of the Hadoop client is fully isolated between instances
of PutHDFS
> NiFi can not reliably support multiple HDFS clusters in the same flow
> ---------------------------------------------------------------------
>
> Key: NIFI-3068
> URL: https://issues.apache.org/jira/browse/NIFI-3068
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.0.0
> Reporter: Sam Hjelmfelt
> Assignee: Bryan Bende
> Labels: HDFS
> Fix For: 1.1.0
>
> Attachments: NIFI-3068.patch
>
>
> The HDFS configurations in PutHDFS are not respected when two (or more)
> PutHDFS processors exist with different configurations. The second processor
> to run will use the configurations from the first processor. This can cause
> data to be written to the wrong cluster.
> This appears to be caused by configuration caching in
> AbstractHadoopProcessor, which would affect all HDFS processors.
> https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/AbstractHadoopProcessor.java#L144
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)