Hi
Did you install Snappy , following the instructions present on the website?
Just for reference quoting from there
1. Expand hadoop-snappy-0.0.1-SNAPSHOT.tar.gz file
Copy (recursively) the lib directory of the expanded tarball in the
/lib of all Hadoop nodes
$ cp -r hadoop-snappy-0.0.1-SNAPS
The codec have to be in the TaskTrackers hadoop lib. listed in there
io.compression.codes, and you have the restart the TaskTracker for it
pick this up.
On Thu, Mar 22, 2012 at 7:42 AM, Zizon Qiu wrote:
> seems the tasktracker could not
> locateĀ org.apache.hadoop.io.compress.SnappyCodec.
> did yo
seems the tasktracker could not locate org.apache.hadoop.io.compress.
SnappyCodec.
did you deploy on every tasktracker or package into the mapreduce job jar?
On Thu, Mar 22, 2012 at 7:30 PM, hadoop hive wrote:
> HI Folks,
>
> i follow all ther steps and build and install snappy and after creatin