元数据信息查询 枚举参数 无 请求示例 请求url 请求头header 无 请求体body 无 响应示例 请求成功返回值示例 { "statusCode": 200, "message": "success", "returnObj": { "clusterId": "da595eb1d81503b323fdc01d9bf786b7", "databaseName": "testdb1", "tableName": "testtable1", "hivePath": "/hive/xxx/xxx/xx", "fileCnt": 100, "storageCnt": 204800, "avgStorageCnt": 2048, "lastAccessTime": "20241106 01:09:37", "isExternalTable": false, "isMisDelete": false, "isPartitionTable": true, "partitionCnt": 20, "iceFileCnt": 1, "iceStorageCnt": 20, "coldFileCnt": 1, "coldStorageCnt": 1024, "emptyFilePtCnt": 1, "emptyFilePtFileCnt": 2, "smallFilePtCnt": 5, "smallFilePtFileCnt": 5 } } 请求失败返回值示例 请求参数值无效示例1: { "statusCode": 500, "error": "EMR401002", "message": "请求参数值无效", "returnObj": { "timestamp": "timestamp应为长整型" } } 请求参数值无效示例2: { "statusCode": 500, "error": "EMR401002", "message": "请求参数值无效", "returnObj": { "timestamp": "时间戳不能为null" } } 请求参数值无效示例3: { "statusCode": 500, "error": "EMR401002", "message": "请求参数值无效", "returnObj": { "timestamp": "时间戳必须是正整数" } } 请求参数值无效示例4: { "statusCode": 500, "error": "EMR401002", "message": "请求参数值无效", "returnObj": { "timestamp": "时间戳不在有效范围内,请输入不大于当前时间的时间戳(单位: 秒)" } } 请求参数值无效示例5: { "statusCode": 500, "error": "EMR401002", "message": "请求参数值无效", "returnObj": { "databaseName": "databaseName不能为null", "tableName": "tableName不能为null" } } 请求参数值无效示例6: { "statusCode": 500, "error": "EMR401002", "message": "请求参数值无效", "returnObj": { "timestamp": "时间戳不在有效范围内,请输入不大于当前时间的时间戳(单位: 秒)" } } 请求参数无效示例7: { "statusCode": 500, "error": "EMR401002", "message": "请求参数值无效", "returnObj": { "clusterId": "不能为空" } } 请求参数无效示例8: { "statusCode": 500, "error": "EMR401002", "message": "请求参数值无效", "returnObj": { "clusterId": "无效的集群id" } } 集群状态不合法示例: { "statusCode": 500, "error": "EMR401006", "message": "非运行中集群无法查看信息,当前的集群状态为:启动中", "returnObj": {} } 集群不涉及元数据组件示例: { "statusCode": 500, "error": "EMR401014", "message": "集群不涉及元数据组件", "returnObj": {} } 集群不属于该用户示例: { "statusCode": 500, "error": "EMR401004", "message": "非法操作", "returnObj": {} } 该集群不存在示例: { "statusCode": 500, "error": "EMR401005", "message": "该集群不存在", "returnObj": {} } 请求失败示例: { "statusCode": 500, "error": "EMR400000", "message": "请求失败", "returnObj": {} }