Qiang Zhang created ATLAS-1243:
----------------------------------

             Summary: Hive storage type can be add as one property 
                 Key: ATLAS-1243
                 URL: https://issues.apache.org/jira/browse/ATLAS-1243
             Project: Atlas
          Issue Type: Bug
    Affects Versions: 0.8-incubating
            Reporter: Qiang Zhang
            Priority: Critical


Hi, all.

Data can be stored as follows in hive warehouse:
1)TEXTFILE 
2)SEQUENCEFILE 
3)RCFILE
4)ORCFILE 
5)user-defined inputformat & outputformat

e.g. 
     create external table IF NOT EXISTS http_orc(p_id INT ) stored as orc;

However, atlas only supports user-defined inputformat & outputformat.

Should we need to add hive Storage type as one property in 
HiveDataModelGenerator.java ?

e.g.
     public static final String STORAGE_TYPE = "storageType";



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to