OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

can not integrate the hive metadata for table field

Open zhouhongyu888 opened this issue 2 months ago • 1 comments

openmetadata version: 1.10.4 hive version : 2.1.1 hivemetadataDB:mysql5.7

Image

zhouhongyu888 avatar Nov 05 '25 09:11 zhouhongyu888

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"

  }

}

}

}

fcm10101 avatar Dec 05 '25 08:12 fcm10101