Hive SerDe for CSV
Go to file
Larry Ogrodnek f30d2831dd initial 2010-11-12 17:03:34 -08:00
src/main/java/com/bizo/hive/serde/csv initial 2010-11-12 17:03:34 -08:00
.classpath initial 2010-11-12 17:03:34 -08:00
.project initial 2010-11-12 17:03:34 -08:00
build.xml initial 2010-11-12 17:03:34 -08:00
ivy.xml initial 2010-11-12 17:03:34 -08:00
project.properties initial 2010-11-12 17:03:34 -08:00
readme.md initial 2010-11-12 17:03:34 -08:00

readme.md

Hive CSV Support

add jar path/to/csv-serde.jar;

create table my_table(a string, b string, ...) row format serde 'com.bizo.hive.serde.csv.CSVSerde' stored as textfile ;

see: ...