Re: Fwd: Custom Input Format for Sequence Files

2015-02-15 Thread Matouk IFTISSEN
Hello I think you must add in SequenceFile that line terminated by not new line '/n' but char that indicate EOF (end of file). Try and let share your expérience ;) Good luck Le 13 févr. 2015 17:59, "Varsha Raveendran" a écrit : > > Hello! > > I have csv files which are small in size which are mov

Fwd: Custom Input Format for Sequence Files

2015-02-13 Thread Varsha Raveendran
Hello! I have csv files which are small in size which are moved to the HDFS using the SequenceFile Format. The key is the file name and contents of the file becomes the value. Now I want to create an external table on these csv files using HIVE. But when I do I get only the first row of each csv