cluster is 32bit on some older hardware using fedora14. I installed CDH4
using yum which does not include the snappy libraries (it does in the 64bit
distro). I compiled the snappy libraries from source and linked those in
(using 1.1.3, the one included in the yum repo for 64bit is 1.1.1) .
Successfully got sqoop to pull dumps from an oracle database into hive and
compress them using snappy. But when I run any hive queries on it this
exception is thrown:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
org.apache.hadoop.io.compress.snappy.SnappyDecompressor.decompressBytesDirect()I
Any pointers on this would be helpful.
--