[jira] [Created] (HIVE-21649) Passing an non-existent jar in HIVE_AUX_JARS_PATH produces incorrect error message

2019-04-24 Thread Todd Lipcon (JIRA)
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:

Re: A proposal for read-only external table for cloud-native Hive deployment

2019-04-24 Thread Alan Gates
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

[jira] [Created] (HIVE-21648) Enable TestReplAcidTablesWithJsonMessage and TestReplicationScenariosAcidTables back

2019-04-24 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-21648: -- Summary: Enable TestReplAcidTablesWithJsonMessage and TestReplicationScenariosAcidTables back Key: HIVE-21648 URL: https://issues.apache.org/jira/browse/HIVE-2

[jira] [Created] (HIVE-21647) Disable TestReplAcidTablesWithJsonMessage and TestReplicationScenariosAcidTables

2019-04-24 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-21647: -- Summary: Disable TestReplAcidTablesWithJsonMessage and TestReplicationScenariosAcidTables Key: HIVE-21647 URL: https://issues.apache.org/jira/browse/HIVE-21647

Re: A proposal for read-only external table for cloud-native Hive deployment

2019-04-24 Thread Thai Bui
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

Re: A proposal for read-only external table for cloud-native Hive deployment

2019-04-24 Thread Alan Gates
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

A proposal for read-only external table for cloud-native Hive deployment

2019-04-24 Thread Thai Bui
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

[jira] [Created] (HIVE-21646) Tez: Prevent TezTasks from escaping thread logging context

2019-04-24 Thread Gopal V (JIRA)
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

Re: Hive Pulsar Integration

2019-04-24 Thread PengHui Li
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