Todd Lipcon created HIVE-21649:
--
Summary: Passing an non-existent jar in HIVE_AUX_JARS_PATH
produces incorrect error message
Key: HIVE-21649
URL: https://issues.apache.org/jira/browse/HIVE-21649
Project:
Would a workflow like the following work then:
1. Non-Hive tool produces data
2. Do a Hive load into a managed table. This effectively takes a snapshot
of the data.
3. Now you still have the data for Non-Hive tools to operate on, and in
Hive you get all the Hive 3 goodness.
This would introduce a
Jesus Camacho Rodriguez created HIVE-21648:
--
Summary: Enable TestReplAcidTablesWithJsonMessage and
TestReplicationScenariosAcidTables back
Key: HIVE-21648
URL: https://issues.apache.org/jira/browse/HIVE-2
Jesus Camacho Rodriguez created HIVE-21647:
--
Summary: Disable TestReplAcidTablesWithJsonMessage and
TestReplicationScenariosAcidTables
Key: HIVE-21647
URL: https://issues.apache.org/jira/browse/HIVE-21647
As I understand, read-only ACID tables only work if your table is a managed
table (so you'll have to create your table with CREATE TABLE
.. TBLPROPERTIES ('transactional_properties'='insert_only') ) and Hive will
control the data layout.
Unfortunately, in my case, I'm concerned with external table
Have you looked at the insert only ACID tables in Hive 3 (
https://issues.apache.org/jira/browse/HIVE-14535 )? These were designed
specifically with the cloud in mind, since the way Hive traditionally adds
new data doesn't work well in the cloud. And they do not require ORC, they
work with any fi
Hello all,
Hive 3 has brought significant changes to the community with the support
for ACID tables as default managed tables. With ACID tables, we can use
features such as materialized views, query result caching for BI tools and
more. But without ACID tables such as external tables, Hive doesn't
Gopal V created HIVE-21646:
--
Summary: Tez: Prevent TezTasks from escaping thread logging context
Key: HIVE-21646
URL: https://issues.apache.org/jira/browse/HIVE-21646
Project: Hive
Issue Type: Bug
Sorry for so long to reply,
I drew a simple picture, hope can help for the question.
The main point is to reduce the read of messages from unnecessary topics
while read data from partitioned table of hive.
[image: image.png]
Slim Bouguerra 于2019年4月20日周六 上午12:16写道:
> Hi am not sure am getting th