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/05 11:23:39 UTC

[Hadoop Wiki] Update of "Hive/LanguageManual/DML" by Michael E Driscoll

Dear Wiki user,

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

The "Hive/LanguageManual/DML" page has been changed by Michael E Driscoll.
The comment on this change is: fixed broken link.
http://wiki.apache.org/hadoop/Hive/LanguageManual/DML?action=diff&rev1=15&rev2=16

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

   * ''filepath'' cannot contain subdirectories.
   * If we are not using the keyword LOCAL - ''filepath'' must refer to files within the same filesystem as the table (or partition's) location.
   * Hive does some minimal checks to make sure that the files being loaded match the target table. Currently it checks that if the table is stored in sequencefile format - that the files being loaded are also sequencefiles and vice versa.
-  * Please read CompressedStorage if your datafile is compressed
+  * Please read [[Hive/CompressedStorage]] if your datafile is compressed
  
  === Inserting data into Hive Tables from queries ===