Dear Wiki user,

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

The "Hive/LanguageManual/DDL" page has been changed by JohnSichi.
http://wiki.apache.org/hadoop/Hive/LanguageManual/DDL?action=diff&rev1=68&rev2=69

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

     [ROW FORMAT row_format] [STORED AS file_format]
     | STORED BY 'storage.handler.class.name' [ WITH SERDEPROPERTIES (...) ]  
(Note:  only available starting with 0.6.0)
    ]
-   [STORED AS file_format]
    [LOCATION hdfs_path]
    [TBLPROPERTIES (property_name=property_value, ...)]  (Note:  only available 
starting with 0.6.0)
    [AS select_statement]  (Note: this feature is only available starting with 
0.5.0.)

Reply via email to