Steve Loughran created HADOOP-14981:
---------------------------------------
Summary: SnappyCodec.checkNativeCodeLoaded raises
UnsatisfiedLinkError if native code is missing
Key: HADOOP-14981
URL: https://issues.apache.org/jira/browse/HADOOP-14981
Project: Hadoop Common
Issue Type: Bug
Reporter: Steve Loughran
I'm getting a stack trace on trunk because there is no native lib on the path
and Snappy has been invoked
{code}
at java.lang.Thread.run(Thread.java:745)
... Cause: java.lang.UnsatisfiedLinkError:
org.apache.hadoop.util.NativeCodeLoader.buildSupportsSnappy()Z
at org.apache.hadoop.util.NativeCodeLoader.buildSupportsSnappy(Native Method)
at
org.apache.hadoop.io.compress.SnappyCodec.checkNativeCodeLoaded(SnappyCodec.java:63)
{code}
HADOOP-13684 touched these lines in the past,
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]