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

GetSparkConfigLogPath - 獲取Spark日志配置路徑

更新時間:

查詢AnalyticDB MySQL Spark中的日志配置結(jié)果,包括默認的Spark日志寫入地址。

接口說明

  • 地域的公網(wǎng)接入地址:adb.<region-id>.aliyuncs.com。示例:adb.cn-hangzhou.aliyuncs.com
  • 地域的 VPC 接入地址:adb-vpc.<region-id>.aliyuncs.com。示例:adb-vpc.cn-hangzhou.aliyuncs.com
說明 如果華北 1(青島)、華南 1(深圳)、華南 3(廣州)、中國香港發(fā)起請求時,遇到 409 錯誤,請聯(lián)系技術(shù)支持。

調(diào)試

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

授權(quán)信息

下表是API對應的授權(quán)信息,可以在RAM權(quán)限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:

  • 操作:是指具體的權(quán)限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權(quán)的操作,用全部資源表示。
  • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
  • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作訪問級別資源類型條件關(guān)鍵字關(guān)聯(lián)操作
adb:GetSparkConfigLogPathget
*DBClusterLakeVersion
acs:adb:{#regionId}:{#accountId}:dbcluster/{#DBClusterId}

請求參數(shù)

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

企業(yè)版、基礎(chǔ)版或湖倉版集群 ID。

amv-bp19lm077co*****

返回參數(shù)

名稱類型描述示例值
object
RequestIdstring

請求 ID。

1919-xxx-ssdfsdff
Dataobject

返回內(nèi)容。

IsLogPathExistsboolean

是否存在日志地址。

true
RecordedLogPathstring

記錄的地址名稱。

oss://test/spark-logs/
ModifiedUidstring

修改人的賬號 ID。

10130223128xxx
ModifiedTimestampstring

上一次修改時間。

1675654361000
DefaultLogPathstring

推薦的默認地址。

oss://aliyun-oa-adb-spark-****-oss-cn-hanghzou/spark-logs

示例

正常返回示例

JSON格式

{
  "RequestId": "1919-xxx-ssdfsdff",
  "Data": {
    "IsLogPathExists": true,
    "RecordedLogPath": "oss://test/spark-logs/",
    "ModifiedUid": "10130223128xxx",
    "ModifiedTimestamp": "1675654361000",
    "DefaultLogPath": "oss://aliyun-oa-adb-spark-****-oss-cn-hanghzou/spark-logs"
  }
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400Spark.InvalidParameterInvalid parameter value: %s輸入?yún)?shù)不正確: %s。
400Spark.InvalidStateThe object of the operation is in an invalid state: %s操作對象處于非合法狀態(tài)。
400Spark.Config.InvalidAppFilePathThe main driver file MUST be a valid OSS path. Current is %s.主驅(qū)動文件地址必須是合法的OSS地址,當前的地址是 %s。
400Spark.Config.invalidConnectorsThe spark.adb.connectors configuration is invalid: %sspark.adb.connectors配置不正確。
400Spark.Config.InvalidDiskConfigThe requested disk mount parameter is invalid: %s磁盤掛載配置錯誤。
400Spark.Config.InvalidHostAliasConfigThe requested host alias parameter %s is invalid. Example: 127.0.0.1 localhost local域名映射配置錯誤。
400Spark.Config.InvalidLogOssPathThe OSS address for log storage is illegal: %s存儲日志的OSS地址非法。
400Spark.Config.InvalidRoleArnFormatConfigure RoleARN %s invalid format. It should match acs:ram::uid_number:role/role_name配置的RoleARN格式錯誤。
400Spark.Config.InvalidTimeZoneUnable to parse time zone configuration %s : %s時區(qū)配置錯誤。
400Spark.Config.MainAppFileNotExistsThe main driver file is missing, [file] or [sqls] must be configured.主驅(qū)動文件缺失,必須保證file或者sqls配置不為空。
400Spark.Config.OSSPathAccessErrorThe configured OSS address %s cannot be accessed.配置的OSS路徑無法訪問。
400Spark.Config.OSSPathNotExistsThe OSS address %s requested does not exist or the permissions are insufficient.OSS路徑不存在或當前用戶無權(quán)限訪問。
400Spark.Config.RoleArnVerifyFailedRoleARN parameter verification failed. Error msg: %s when verify RoleArn %sRoleARN參數(shù)校驗失敗。
400Spark.Config.SecurityGroupNotFoundThe security group in the configuration does not exist or cannot be accessed. %s.配置的資源組不存在或者因權(quán)限不足無法訪問。%s。
400Spark.Config.VswitchNotFoundThe vswitch in the configuration does not exist or cannot be accessed. %s.無法找到配置虛擬機交換機,或當前賬號權(quán)限不足。%s。
403Spark.ForbiddenNo permissions to access the resources: %s權(quán)限不足,拒絕訪問相關(guān)資源。您當前申請訪問的信息是:%s。
500Spark.ServerErrorThe Spark control component system encountered an error, please create a ticket to solve the problem or concat the supported engineer on duty. Error message: %sSpark管控組件系統(tǒng)遇到錯誤,請?zhí)峤还危蚵?lián)系值班工程師。

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

變更歷史

變更時間變更內(nèi)容概要操作
2023-07-27OpenAPI 錯誤碼發(fā)生變更查看變更詳情