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

ListMmsTables - 列出數(shù)據(jù)源內的表

列出MMA數(shù)據(jù)源內的表

調試

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

授權信息

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

請求語法

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

請求參數(shù)

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

數(shù)據(jù)源 ID

2000015
onlyNameboolean

只獲取表的名字

false
dbIdlong

庫 ID

197
dbNamestring

庫名

mms_test
namestring

表名

test
typestring

表類型

MANAGED_TABLE
hasPartitionsboolean

分區(qū)表

true
statusarray

遷移狀態(tài)

statustring

遷移狀態(tài)

枚舉值:
  • PART_DONE部分遷移成功。
  • INIT未遷移
  • DONE遷移成功。
  • DOING遷移中
  • FAILED遷移失敗。
["DONE", "FAILED"]
lastDdlTimeStartstring

lastDdlTime 開始時間

2024-12-17 15:44:42
lastDdlTimeEndstring

lastDdlTime 結束時間

2024-12-19 15:44:42
pageNuminteger

頁碼

1
pageSizeinteger

分頁大小。

10
sorter.numRowsstring

根據(jù)行數(shù)排序

枚舉值:
  • asc升序。
  • desc降序
desc
sorter.sizestring

根據(jù)數(shù)據(jù)大小排序

枚舉值:
  • asc升序。
  • desc降序。
asc
sorter.lastDdlTimestring

根據(jù) lastddltime 排序

枚舉值:
  • asc升序
  • desc降序。
desc

返回參數(shù)

名稱類型描述示例值
object

返回值

requestIdstring

請求 ID。

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

返回數(shù)據(jù)。

totalinteger

總記錄數(shù)。

100
objectListarray<object>

table 列表

objectListobject

table 信息

idlong

table ID

1003476
dbIdlong

庫 ID

196
dbNamestring

庫名

demo
namestring

表名

test
typestring

表類型

MANAGED_TABLE
hasPartitionsboolean

是不是分區(qū)表

true
schemaobject

表結構

namestring

表名

test
commentstring

表注釋

for mms test
columnsarray<object>

所有表普通列

columnobject

表普通列

namestring

列名

user_id
typestring

列類型

bigint
commentstring

列注釋

user id
defaultValuestring

列默認值

""
nullableboolean

列是否可以為 null

false
partitionsarray<object>

所有分區(qū)列

partitionobject

分區(qū)列

namestring

列名

p1
typestring

列類型

string
commentstring

列注釋

第一分區(qū)
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

分區(qū)數(shù)量

100
partitionsDoinginteger

正在遷移的分區(qū)數(shù)量

20
partitionsDoneinteger

遷移完成的分區(qū)數(shù)量

60
partitionsFailedinteger

遷移失敗的分區(qū)數(shù)量

40
sourceIdlong

數(shù)據(jù)源 ID

2000028
sourceNamestring

數(shù)據(jù)源名

demo
sizelong

數(shù)據(jù)大小-以 Bytes 為單位

2985028
numRowslong

行數(shù)

232323
updatedboolean

元數(shù)據(jù)是否有更新

true
lastDdlTimestring

lastDdlTime

2024-12-17 15:44:42
statusstring

遷移狀態(tài)

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

1
pageSizeinteger

分頁大小

20

示例

正常返回示例

JSON格式

{
  "requestId": "E7FB14F1-4ACD-5C73-A755-B302D70AB9AD",
  "data": {
    "total": 100,
    "objectList": [
      {
        "id": 1003476,
        "dbId": 196,
        "dbName": "demo",
        "name": "test",
        "type": "MANAGED_TABLE",
        "hasPartitions": true,
        "schema": {
          "name": "test",
          "comment": "for mms test",
          "columns": [
            {
              "name": "user_id",
              "type": "bigint",
              "comment": "user id",
              "defaultValue": "\"\"",
              "nullable": false
            }
          ],
          "partitions": [
            {
              "name": "p1",
              "type": "string",
              "comment": "第一分區(qū)",
              "defaultValue": "abc",
              "nullable": false
            }
          ]
        },
        "owner": "Hive",
        "location": "| hdfs://master-1-1.c-c127cd184bb029ea.cn-zhangjiakou.emr.aliyuncs.com:9000/user/hive/warehouse/demo",
        "inputFormat": "org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat ",
        "outputFormat": "org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat",
        "serde": "org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe",
        "extra": "{\"mapkey.delim\":\":\",\"collection.delim\":\",\",\"serialization.format\":\"|\",\"field.delim\":\"|\"}   ",
        "partitions": 100,
        "partitionsDoing": 20,
        "partitionsDone": 60,
        "partitionsFailed": 40,
        "sourceId": 2000028,
        "sourceName": "demo ",
        "size": 2985028,
        "numRows": 232323,
        "updated": true,
        "lastDdlTime": "2024-12-17 15:44:42\n",
        "status": "DONE"
      }
    ],
    "pageNum": 1,
    "pageSize": 20
  }
}

錯誤碼

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