Have you look at the Hadoop SequenceFile API ?
http://hadoop.apache.org/docs/r2.6.0/api/org/apache/hadoop/io/SequenceFile.html
In particular SequenceFile.createWriter
It worked for me.
Here is also a sample from stack overflow
http://stackoverflow.com/a/25484581
On Mon, May 4, 2015 at
Thanks a lot Hari. Am able to debug the code now through eclipse. Yes, it
was setup issue in my Mac. Worked fine after I set up Hive source in
CentOS-6.
On Fri, May 8, 2015 at 2:13 PM, Hari Subramaniyan <
hsubramani...@hortonworks.com> wrote:
> Hi Suraj,
>
> These tests have been executed succ
Hi Hive/Pig Developers,
I had a question regarding storing integer data type of pig into bigint
data type column in HCat table.
When I try to run a pig script which stores int data into the bigint column
of hive it throws below error:
ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1115: Unsuppor