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

Serde for all encoding standards.

2015-12-10 Thread mahender bigdata
Hi, I need help in reading UniCode file , I have created external table on top of my file CREATE External TABLE IF NOT EXISTS table1(`CC` string,`SRT` string ,`P C` string ,`Year` string ,`Month` string,`Address` string) ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe' W