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 JoydeepSensarma:
http://wiki.apache.org/hadoop/Hive/LanguageManual/DML

------------------------------------------------------------------------------
  ## page was renamed from Hive/LanguageManual/LanguageManual/DML
- There are two primary ways of manipulating data in Hive:
+ There are two primary ways of modifying data in Hive:
  
  === Loading files into tables ===
  
@@ -32, +32 @@

    * Note that if the target table (or partition) already has a file whose 
name collides with any of the filenames contained in ''filepath'' - then the 
existing file will be replaced with the new file.
  
  ===== Notes =====
- * ''filepath'' cannot contain subdirectories.
+  * ''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.
+  * If we are not using the keyword LOCAL - ''filepath'' must refer to files 
within the same filesystem as the table (or partition's) location.
  
  === Inserting data into tables from queries ===
  

Reply via email to