You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2018/06/09 16:33:00 UTC

[jira] [Created] (HIVE-19845) Create Table Stored By MIME Type

BELUGA BEHR created HIVE-19845:
----------------------------------

             Summary: Create Table Stored By MIME Type
                 Key: HIVE-19845
                 URL: https://issues.apache.org/jira/browse/HIVE-19845
             Project: Hive
          Issue Type: Improvement
          Components: HiveServer2, Serializers/Deserializers
    Affects Versions: 2.3.2, 3.0.0, 4.0.0
            Reporter: BELUGA BEHR


Instead of doing 'STORED BY XXX' perhaps we can standardized on [MIME|https://en.wikipedia.org/wiki/MIME] types.

 

 

 
||Mime||Type||
|"text/csv"|Comma Separated Value|
|"text/tab-separated-values"|Tab Separated Value|
|"{{application/json"}}|JSON|
|"text/xml"|XML|
|"{{application/avro"}}|Apache Avro|
|"{{application/parquet"}}|Apache Parquet|
|"{{application/orc"}}|Apache Hive ORC|

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)