Try this one to see if it works: hive -hiveconf io.compression.codecs=xxx,yyy,zzz
Zheng On Wed, Feb 17, 2010 at 11:33 PM, prasenjit mukherjee <[email protected]> wrote: > Thanks for the pointer that was indeed the problem. The specific AMI I was > using didnt include bzip2 codecs in their hadoop-site.xml. Is there a way I > can pass those parameters from hive, so that I dont need to manually change > the file ? > > -Thanks, > Prasen > > On Thu, Feb 18, 2010 at 12:54 PM, Zheng Shao <[email protected]> wrote: >> >> Just remember that we need to have the BZipCodec class in the >> following hadoop configuration: >> Can you check? >> >> io.compression.codecs >> >> Zheng >> >> > > -- Yours, Zheng
