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
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