[
https://issues.apache.org/jira/browse/HIVE-17361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eugene Koifman updated HIVE-17361:
----------------------------------
Description:
LOAD DATA was not supported since ACID was introduced. Need to fill this gap
between ACID table and regular hive table.
Current Documentation is under [DML
Operations|https://cwiki.apache.org/confluence/display/Hive/GettingStarted#GettingStarted-DMLOperations]
and [Loading files into
tables|https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DML#LanguageManualDML-Loadingfilesintotables]:
\\
* Load Data performs very limited validations of the data, in particular it
uses the input file name which may not be in 00000_0 which can break some read
logic. (Certainly will for Acid).
* It does not check the schema of the file. This may be a non issue for Acid
which requires ORC which is self describing so Schema Evolution may handle this
seamlessly. (Assuming Schema is not too different).
* It does check that _InputFormat_S are compatible.
* Bucketed (and thus sorted) tables don't support Load Data (but only if
hive.strict.checks.bucketing=true (default)). Will keep this restriction for
Acid.
* Load Data supports OVERWRITE clause
was:
LOAD DATA was not supported since ACID was introduced. Need to fill this gap
between ACID table and regular hive table.
Current Documentation is under [DML
Operations|https://cwiki.apache.org/confluence/display/Hive/GettingStarted#GettingStarted-DMLOperations]
and [Loading files into
tables|https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DML#LanguageManualDML-Loadingfilesintotables]:
\\
* Load Data performs very limited validations of the data, in particular it
uses the input file name which may not be in 00000_0 which can break some read
logic. (Certainly will for Acid).
* It does not check the schema of the file. This may be a non issue for Acid
which requires ORC which is self describing so Schema Evolution may handle this
seamlessly. (Assuming Schema is not too different).
* It does check that _InputFormat_S are compatible.
* Bucketed (and thus sorted) tables don't support Load Data. Will keep this
restriction for Acid.
* Load Data supports OVERWRITE clause
> Support LOAD DATA for transactional tables
> ------------------------------------------
>
> Key: HIVE-17361
> URL: https://issues.apache.org/jira/browse/HIVE-17361
> Project: Hive
> Issue Type: New Feature
> Components: Transactions
> Reporter: Wei Zheng
> Assignee: Eugene Koifman
> Priority: Critical
> Attachments: HIVE-17361.1.patch, HIVE-17361.2.patch,
> HIVE-17361.3.patch, HIVE-17361.4.patch
>
>
> LOAD DATA was not supported since ACID was introduced. Need to fill this gap
> between ACID table and regular hive table.
> Current Documentation is under [DML
> Operations|https://cwiki.apache.org/confluence/display/Hive/GettingStarted#GettingStarted-DMLOperations]
> and [Loading files into
> tables|https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DML#LanguageManualDML-Loadingfilesintotables]:
> \\
> * Load Data performs very limited validations of the data, in particular it
> uses the input file name which may not be in 00000_0 which can break some
> read logic. (Certainly will for Acid).
> * It does not check the schema of the file. This may be a non issue for Acid
> which requires ORC which is self describing so Schema Evolution may handle
> this seamlessly. (Assuming Schema is not too different).
> * It does check that _InputFormat_S are compatible.
> * Bucketed (and thus sorted) tables don't support Load Data (but only if
> hive.strict.checks.bucketing=true (default)). Will keep this restriction for
> Acid.
> * Load Data supports OVERWRITE clause
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)