From a3890af2fdc9cf3695c819ccc8380b8390dbac6d Mon Sep 17 00:00:00 2001 From: Larry Ogrodnek Date: Fri, 18 Nov 2011 17:13:23 -0800 Subject: [PATCH] updated content --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a847302..dbce33b 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,8 @@

csv-serde

Hive CSV Support

csv-serde adds real CSV support to hive using opencsv.

-

+

The CSV format is surprisingly tricky. It's not as easy as splitting on commas. You need to handle + commas in your data that are quoted, quoted quotes, etc. This SerDe lets you easily read and write CSV files in hive.