Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by SaurabhNanda: http://wiki.apache.org/hadoop/Hive/LanguageManual/DML The comment on the change is: added note about CompressedStorage ------------------------------------------------------------------------------ * ''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 === Inserting data into Hive Tables from queries ===
