Re: Serde for all encoding standards.

2015-12-18 Thread mahender bigdata
Hi Gabriel, Thanks for responding, this helps. One more question, currently I'm able to load only UTF-8 encode files only. I see from Hive 0.14, it supports all encoding, but i couldn't load UTF-16 or UTF-32 or Big Indian formats. Are this supported, Are there any serde available for these UT

Re: Serde for all encoding standards.

2015-12-10 Thread Gabriel Balan
Hi It worked for me when adding *"field.delim"='\t'* to SERDEPROPERTIES in lieu of *terminated by '\t'*. (this after looking at LazySimpleSerde , LazySerDeParameters