Re: Snappy Error

2012-03-22 Thread Jagat
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

Re: Snappy Error

2012-03-22 Thread Edward Capriolo
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

Re: Snappy Error

2012-03-22 Thread Zizon Qiu
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