Reputation: 1039
I have a requirement to deploy a presto server which can help me query data stored in ADLS in Avro file formats. I have gone through this tutorial and it seems that the Hive is used as a catalogue/connector in presto to query from ADLS. Can I bypass Hive and have any connector to extract data from ADLS?
Upvotes: 0
Views: 1009
Reputation: 5601
Can I bypass Hive and have any connector to extract data from ADLS?
No.
Hive here plays two roles here:
Upvotes: 2