HIVE Custom InputFormat 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

Hive & custom InputFormat

2012-02-08 Thread Karol Gwaj
Hi, Im trying to create custom input format that will work with hive version 0.7.0 & hadoop 0.20.205 (current amazon EMR setup) in attachment are: dummy input format, record reader & input split i created below are steps im performing to try make it work (without success), so if im missing some