- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Apache NiFi: How NiFi connect to Presto?
- Labels:
-
Apache NiFi
Created 03-15-2019 04:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
I am using ExecuteSQL to connect with Presto. However, my Presto does not have user and ExecuteSQL need Database user.
So, Is there any other way to connect to Presto from Nifi (1.9.0 )? (if no, how to create user from Presto? or how to get/ configure
X-Presto-User
from presto on docker for example https://hub.docker.com/r/starburstdata/presto/)
Many thanks
Created 01-24-2022 11:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ExecuteSQL will use Database Connection Pooling Service controller service.
From there you configure a JDBC connection string.
The connection string will depend on the specific jar you will use so in this case Presto
Here is reference on JDBC connection for Presto and that is an external database function and not so much NiFi issue:
