Thanks Akhil.
On Mon, Oct 20, 2014 at 1:57 AM, Akhil Das
wrote:
> Its a known bug in JDK7 and OSX's naming convention, here's how to resolve
> it:
>
> 1. Get the Snappy jar file from
> http://central.maven.org/maven2/org/xerial/snappy/snappy-java/
> 2. Copy the appropriate one to your project'
Its a known bug in JDK7 and OSX's naming convention, here's how to resolve
it:
1. Get the Snappy jar file from
http://central.maven.org/maven2/org/xerial/snappy/snappy-java/
2. Copy the appropriate one to your project's class path.
Thanks
Best Regards
On Sun, Oct 19, 2014 at 10:18 PM, bdev
I built the latest Spark project and I'm running into these errors when
attempting to run the streaming examples locally on the Mac, how do I fix
these errors?
java.lang.UnsatisfiedLinkError: no snappyjava in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)