You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Tran Quyet Thang (JIRA)" <ji...@apache.org> on 2016/11/24 04:12:58 UTC

[jira] [Created] (HIVE-15281) Hive Support Load a binary formatted or ORC files to ORC table directly

Tran Quyet Thang created HIVE-15281:
---------------------------------------

             Summary: Hive Support Load a binary formatted or ORC files to ORC table directly 
                 Key: HIVE-15281
                 URL: https://issues.apache.org/jira/browse/HIVE-15281
             Project: Hive
          Issue Type: Improvement
            Reporter: Tran Quyet Thang


***Currently:
1.  We must use an external table to load files to the external table.
2. After that we create an orc table.
3. Using insert overwrite to load data from the external table to the orc table.


*** Improment:
- we can load into the orc table from a formatted binary file or an orc file which are same with format of the orc table....



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