Configuration File

The high level api for this package is config driven. This means that certain connections will require different config values.

DenodoConnector

[jdbc]

jdbc_location
Type

string

location of the jdbc file

java_classname
Type

string

Default

com.denodo.vdp.jdbc.Driver

the main class for the jdbc file

[trust_store]

trust_store_location
Type

string

location of the trust store (.jks) file

trust_store_password
Type

string

password for the trust store

[connection]

connection_url
Type

string

connection string for the database you’re connecting to

username
Type

string

username for the connection

password
Type

string

password for the connection

HiveConnector

[connection]

host
Type

string

host connection url

port
Type

string

Default

10000

port that hive is located on

database
Type

string

database on the hive server

username
Type

string

kerberos username

auth_method
Type

string

Default

KERBEROS

Type of authentication on the hive server

kerberos_service_name
Type

string

Default

hive

service name for kerberos