Hi, im really new in datahub. Can you help me plea...
# ingestion
m
Hi, im really new in datahub. Can you help me please? I'm trying to console ingest and doesn't understand how to use it with kerberos. kerberos working fine, i just don't understand the options in yml config
Copy code
datahub ingest -c hive_2_datahub.yml
cat hive_2_datahub.yml 
source:
  type: hive
  config:
    host_port: <http://rnd-dwh-nn-002.msk.mts.ru:10010|rnd-dwh-nn-002.msk.mts.ru:10010>
    database: digital_dm
    username: aaplato9
    options.connect_args: 'KERBEROS' 

sink:
    type: "console"
Error
Copy code
Error:
1 validation error for HiveConfig
options.auth
  extra fields not permitted (type=value_error.extra)
d
Hey, Can you try like this?
Copy code
source:
  type: hive
  config:
    host_port: <http://rnd-dwh-nn-002.msk.mts.ru:10010|rnd-dwh-nn-002.msk.mts.ru:10010>
    database: digital_dm
    username: aaplato9
    options:
      connect_args: 'KERBEROS'

sink:
    type: "console"
m
Thx
Copy code
source:
...
  options:
     connect_args:
      auth: KERBEROS
      kerberos_service_name: hive