OpenMetadata
OpenMetadata copied to clipboard
can not integrate the hive metadata for table field
openmetadata version: 1.10.4 hive version : 2.1.1 hivemetadataDB:mysql5.7
http://192.168..:8585/docs
POST /api/v1/services/databaseServices
{
"name": "hive_cdh_test_nosasl",
"displayName": "Hive CDH (No SASL)",
"serviceType": "Hive",
"connection": {
"config": {
"type": "Hive",
"hostPort": "192.168.x.x:10000",
"username": "hive",
"password": "",
"databaseName": "default",
"connectionArguments": {
"auth": "NOSASL"
}
}
}
}