You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by sunitha penakalapati <s_...@yahoo.com> on 2014/06/26 13:34:39 UTC

Load xml file in avro file format to Hive

Hi All,

My task is to load xml file to hive table and access the hive table through Impala.

I was able to load xml file to hive table using custom Input Format and access the hive table data, but custom Input Format is not supported in Impala.

Now I am trying to achieve this by using 'AvroContainerInputFormat', as avro file format is supported by Impala.

Request all to guide me on this if my understanding is correct and any example which I can refer.

Thanks,
Sunitha.