trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.27k stars 2.95k forks source link

Hive 3 #1218

Open findepi opened 5 years ago

findepi commented 5 years ago

Support Hive 3.1+ (HDP 3.1)

Related:

RugratsJ commented 4 years ago

@findepi, I installed Presto 332 and HDP 3.1, when connecting to Hive and run select queries, I got Original non-ACID files in transactional tables are not supported. What should I do to at lease be able to query (read-only) to Hive 3? Thanks.

findepi commented 4 years ago

This is a high-level roadmap issue. Let's keep the discussion high level here only. @RugratsJ Please ping me on our slack.

jiegzhan commented 4 years ago

Added hive-3 missing privileges and principal:

https://github.com/prestosql/presto/pull/4254

https://github.com/prestosql/presto/pull/4307

dain commented 2 years ago

Is HDP end of life (https://endoflife.software/applications/big-data/hortonworks-data-platform-hdp)? Should we update the title to just Hive3?