Need to configure starburst database in external system.
Rajeshkumar Kennedy
Member
Answers
-
provide the steps to configure starburst database in external system.
0 -
Hello
The steps are to download the JDBC driver from Starburst and use this (jar file) to create a Custom driver, which it looks from the screenshot like you have done. You can update the customJSON file as described here:
Any driver will need a connection string, which will require specific parameters depending on your chosen authentication method to look something like jdbc:trino://example.net:8443/hive/sales?user=test&password=secret&SSL=true
You can then test that the information you have provided is correct and Aperture is able to successfully connect0

