-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Presto Hive StorageHandler - outputFormat should not be accessed from a null StorageFormat Error #7721
Comments
Can you run with the |
Oh, never mind the |
Thanks @dain! Does presto support other custom storage handlers? I'm trying to query Elastic Search External Hive table through presto and getting the same error.
Please advice. Thanks |
Presto does not support any Hive StorageHandlers.
…-dain
On Jun 3, 2017, at 4:04 PM, Prabhu Kasinathan ***@***.***> wrote:
Thanks @dain!
Does presto support other custom storage handlers? I'm trying to query Elastic Search External Hive table through presto and getting the same error.
presto:default> select * from acc_elastic;
Query 20170603_230413_00004_cwtww failed: outputFormat should not be accessed from a null StorageFormat
presto:default>
Please advice.
Thanks
Prabhu
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Is there a way to make Presto ignore such tables (metadata refresh encounters an exception)? |
Not yet today. This issue looks like a duplicate #6972 |
Hi,
I'm working with presto 0.170 version. Everything is working awesome, except Hive Custom Storage Handler external tables.
Getting
outputFormat should not be accessed from a null StorageFormat
error. Please help to fix.Table DDL:
Added required storage handler and related jars to plugin connector dir on all worker and master nodes and restarted presto
Querying on Presto:
Thanks
Prabhu
The text was updated successfully, but these errors were encountered: