forked from opendatadiscovery/odd-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhive.yaml
18 lines (18 loc) · 770 Bytes
/
hive.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
default_pulling_interval: 10
token: ""
platform_host_url: http://localhost:8080
chunk_size: 1000
plugins:
- type: hive
name: hive_adapter_new
description: "" # Optional string
count_statistics: True # Optional boolean. Defaults to false
connection_params:
host: localhost # What host HiveServer2 runs on
scheme: # "http" | "https". Defaults to None.
port: 10000 # What port HiveServer2 runs on. Defaults to 10000 or 1000 if scheme is http or https
auth: NONE # "BASIC" | "NOSASL" | "KERBEROS" | "NONE". Defaults to NONE
kerberos_service_name: # Use with auth='KERBEROS' only
username: # Use with auth='LDAP' or auth='CUSTOM' only
password: # Use with auth='LDAP' or auth='CUSTOM' only
database: default