You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by shimi <sh...@gmail.com> on 2010/08/09 08:56:17 UTC

custom file format

Hello

Is there a way to load files which are not in a standard key value format?

I have files with rows that are more column oriented format:
"key name1:value1 name2:value:2 ...

and I want to use hive in order to run map reduce jobs on them.

Shimi