Re: Writing Sequence Files

2015-05-09 Thread Stéphane Verlet
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

Re: Help needed in debugging HCatLoader for Pig

2015-05-09 Thread Suraj Nayak
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

HCatStorer throws error while storing Pig int into HCat bigint column

2015-05-09 Thread Suraj Nayak
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