From d80207c09868b26dfb703748b2d46cf28eb066be Mon Sep 17 00:00:00 2001 From: Larry Ogrodnek Date: Fri, 18 Nov 2011 17:19:32 -0800 Subject: [PATCH] blah.. remove new text --- index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.html b/index.html index dbce33b..59be105 100644 --- a/index.html +++ b/index.html @@ -44,9 +44,6 @@

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. -