Member since
07-20-2018
5
Posts
0
Kudos Received
0
Solutions
07-26-2018
07:25 PM
Thank you Shawn for your prompt response. I found an alternate way. Did UTF-8 conversion using iconv before reading in external table with RegexSerDe. In my case Hive by default supports UTF-8 charactersets.
... View more
07-21-2018
09:09 AM
Hi, I have a requirement to load Fixed Width file in hive table where input file is not always UTF-8 encoded.
I found 2 different classes are available for this - 'org.apache.hadoop.hive.serde2.RegexSerDe' to read from fixed width file on defined offset values and 'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe' for non utf8 encoding. But unable to use them together when creating external table.
Can someone of you please help me with a solution. Thanks in advance!!
... View more
Labels:
- Labels:
-
Apache Hive