Alluxio Catalog Service add support for Hive views
See original GitHub issueIs your feature request related to a problem? Please describe. Alluxio Catalog Service currently only supports syncing and querying Hive tables but not views, while we have some important Presto queries that involve querying the Hive views. Would be good to have Hive view support Alluxio Catalog.
Describe the solution you’d like Create a filter on Presto client side to submit only queries that don’t involve Hive views to Alluxio catalog, which is hacky.
Describe alternatives you’ve considered Nope
Urgency Some important queries involve querying Hive views
Additional context Error log for table attachdb and sync command:
Table SOME_VIEW failed to sync: java.lang.IllegalArgumentException: Can not create a uri with a null path
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Running Apache Hive with Alluxio - Introduction
Specify the Alluxio client properties in alluxio-site.properties and ensure that this file is on the classpath of Hive service on each node. Add...
Read more >Can Spark read Alluxio's metadata just like Hive?
All you need to do is to modify the table location in Spark 's metastore. You can check Alluxio for details, if the...
Read more >Hive connector with Alluxio — Trino 403 Documentation
The Alluxio catalog service is a metastore that can cache the information from different underlying metastores. It currently supports the Hive metastore as ......
Read more >T266641 Test Alluxio as cache layer for Presto
In order to do it, Alluxio offers the Catalog Service, a layer on top of the Hive Metastore that Presto leverages to understand...
Read more >Alluxio Updates Data Orchestration Platform To Let Apps ...
Alluxio 2.2. adds a set of Structured Data Service technologies, ... once the Hive metastore is attached to Alluxio's Catalog Service, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@amaliujia Sure, that would be great! Thanks!
I am working on new contributor tasks to ramp up on Alluxio repo. After that I will take a look on this issue.
/assign @amaliujia