2021-08-14 00:09:51 +05:30

33 lines
581 B
JSON

{
"source": {
"type": "hive",
"config": {
"service_name": "local_hive",
"service_type": "Hive",
"host_port": "localhost:10000"
}
},
"processor": {
"type": "pii",
"config": {}
},
"sink": {
"type": "metadata-rest-tables",
"config": {}
},
"metadata_server": {
"type": "metadata-server",
"config": {
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
}
},
"cron": {
"minute": "*/5",
"hour": null,
"day": null,
"month": null,
"day_of_week": null
}
}