You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2010/05/24 19:46:41 UTC

[Hadoop Wiki] Trivial Update of "Hive/Tutorial" by MayankLahiri

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "Hive/Tutorial" page has been changed by MayankLahiri.
The comment on this change is: changed field terminator '54' to '44' for loading CSV files.
http://wiki.apache.org/hadoop/Hive/Tutorial?action=diff&rev1=25&rev2=26

--------------------------------------------------

                      ip STRING COMMENT 'IP Address of the User',
                      country STRING COMMENT 'country of origination')
      COMMENT 'This is the staging page view table'
-     ROW FORMAT DELIMITED FIELDS TERMINATED BY '54' LINES TERMINATED BY '12'
+     ROW FORMAT DELIMITED FIELDS TERMINATED BY '44' LINES TERMINATED BY '12'
      STORED AS TEXTFILE
      LOCATION '/user/data/staging/page_view';