日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

GetMmsTable - 獲取MMA數據源內的某張表

獲取MMA數據源內的某張表

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求語法

GET /api/v1/mms/datasources/{sourceId}/tables/{tableId} HTTP/1.1

請求參數

名稱類型必填描述示例值
sourceIdlong

數據源 ID

12323
tableIdlong

表 ID

22

返回參數

名稱類型描述示例值
object

ApiRes

requestIdstring

請求 ID

E7FB14F1-4ACD-5C73-A755-B302D70AB9AD
dataobject

返回數據

idlong

table ID

22
dbIdlong

庫 ID

3
dbNamestring

庫名

mms_test
namestring

表名

test
typestring

表類型

MANAGED_TABLED
hasPartitionsboolean

是否是分區表

true
schemaobject

表結構

namestring

表名

test
commentstring

表注釋

for mms test
columnsarray<object>

所有普通列

columnobject

普通列

namestring

列名

user_id
typestring

列類型

bigint
commentstring

列注釋

user id
defaultValuestring

列默認值

10
nullableboolean

列是否可以為 null

false
partitionsarray<object>

所有分區列

partitionobject

分區列

namestring

列名

p1
typestring

列類型

string
commentstring

列注釋

first partition level
defaultValuestring

列默認值

abc
nullableboolean

列是否為空

false
ownerstring

表 owner

Hive
locationstring

表存儲位置

| hdfs://master-1-1.c-c127cd184bb029ea.cn-zhangjiakou.emr.aliyuncs.com:9000/user/hive/warehouse/demo
inputFormatstring

inputFormat

org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat
outputFormatstring

outputFormat

org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat
serdestring

serde

org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe
extrastring

以 JSON 格式存儲的其他信息

{"mapkey.delim":":","collection.delim":",","serialization.format":"|","field.delim":"|"}
partitionsinteger

分區數

100
partitionsDoinginteger

正在遷移的分區數量

20
partitionsDoneinteger

遷移完成的分區數量

80
partitionsFailedinteger

遷移失敗的分區數量

0
sourceIdlong

數據源 ID

2000028
sourceNamestring

數據源名

demo
sizelong

數據大小-以 Bytes 為單位

23232
numRowslong

行數

233232
updatedboolean

元數據是否有更新

false
lastDdlTimestring

lastDdlTime

2024-12-17 15:44:42
statusstring

遷移狀態

枚舉值:
  • PART_DONE部分遷移成功
  • INIT未遷移
  • DONE遷移成功
  • DOING遷移中
  • FAILED遷移失敗
DONE

示例

正常返回示例

JSON格式

{
  "requestId": "E7FB14F1-4ACD-5C73-A755-B302D70AB9AD\n",
  "data": {
    "id": 22,
    "dbId": 3,
    "dbName": "mms_test",
    "name": "test",
    "type": "MANAGED_TABLED",
    "hasPartitions": true,
    "schema": {
      "name": "test",
      "comment": "for mms test",
      "columns": [
        {
          "name": "user_id",
          "type": "bigint",
          "comment": "user id",
          "defaultValue": "10",
          "nullable": false
        }
      ],
      "partitions": [
        {
          "name": "p1",
          "type": "string",
          "comment": "first partition level",
          "defaultValue": "abc",
          "nullable": false
        }
      ]
    },
    "owner": "Hive\n",
    "location": "| hdfs://master-1-1.c-c127cd184bb029ea.cn-zhangjiakou.emr.aliyuncs.com:9000/user/hive/warehouse/demo\n",
    "inputFormat": "org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat \n",
    "outputFormat": "org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat\n",
    "serde": "org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe\n",
    "extra": "{\"mapkey.delim\":\":\",\"collection.delim\":\",\",\"serialization.format\":\"|\",\"field.delim\":\"|\"}   \n",
    "partitions": 100,
    "partitionsDoing": 20,
    "partitionsDone": 80,
    "partitionsFailed": 0,
    "sourceId": 2000028,
    "sourceName": "demo",
    "size": 23232,
    "numRows": 233232,
    "updated": false,
    "lastDdlTime": "2024-12-17 15:44:42\n",
    "status": "DONE"
  }
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。