[
https://issues.apache.org/jira/browse/NIFI-6817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16980514#comment-16980514
]
Peter Turcsanyi commented on NIFI-6817:
---------------------------------------
This issue will be sorted out in NIFI-6884.
> When there are multiple PutHDFS with snappy compression, will throw
> java.lang.UnsatisfiedLinkError
> --------------------------------------------------------------------------------------------------
>
> Key: NIFI-6817
> URL: https://issues.apache.org/jira/browse/NIFI-6817
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 1.9.0, 1.9.2
> Environment: nifi-1.9.2
> centos 7.3
> Reporter: lixh
> Priority: Major
>
> The first flow put hdfs use snappy compression codec work correct. now copy
> the flow and start it, the second PutHDFS will throw
> java.lang.UnsatisfiedLinkError.
> The hadoop native lib path config in bootstrap.conf:
> java.arg.17=-Djava.library.path=/usr/lib/hadoop/native
> I guess,Because AbstractHadoopProcessor.java has
> @RequiresInstanceClassLoading(cloneAncestorResources = true),so
> org.apache.hadoop.util.NativeCodeLoader will be load by diffrent
> instanceClassloader
--
This message was sent by Atlassian Jira
(v8.3.4#803005)