Mayur Singal a3ceea6b63
Hive Source Fix (#3919)
* Hive Source Fix

* Added auth option test & unified unit test
2022-04-08 22:29:48 +05:30

24 lines
467 B
JSON

{
"source": {
"type": "hive",
"serviceName": "local_hive",
"serviceConnection": {
"config": {
"type":"Hive",
"hostPort": "localhost:10000"
}
},
"sourceConfig": {"config": {"enableDataProfiler": false}}
},
"sink": {
"type": "metadata-rest",
"config": {}
},
"workflowConfig": {
"openMetadataServerConfig": {
"hostPort": "http://localhost:8585/api",
"authProvider": "no-auth"
}
}
}