[
https://issues.apache.org/jira/browse/SLIDER-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14115090#comment-14115090
]
Steve Loughran commented on SLIDER-377:
---------------------------------------
looking at the Hadoop source; this should all be guarded against native code
loads.
What is happening here is that the test VM has HDP2.1 on the path
{{"java.library.path"}}, and so the native lib DOES exist; the call
{{System.loadLibrary("hadoop")}}. succeeds.
it's just not linking properly because there are native lib calls in the
branch-2 lib that aren't in the old.
> slider MiniHDFSCluster tests failing on windows+branch2
> -------------------------------------------------------
>
> Key: SLIDER-377
> URL: https://issues.apache.org/jira/browse/SLIDER-377
> Project: Slider
> Issue Type: Sub-task
> Components: test, windows
> Affects Versions: Slider 0.60
> Reporter: Steve Loughran
>
> Tests that use the MiniHDFSCluster are failing on windows with link errors
> -datanodes are failing on JNI linkage errors calculating CRC32 checksums
--
This message was sent by Atlassian JIRA
(v6.2#6252)