我可以在数据管道定义中设置 emr 集群标签吗

问题描述

我有一个正在创建 emr 集群的数据管道。相关数据管道对象定义部分如下。

{
  "id": "abc-def","name": "abc-def","type": "EmrCluster","subnetId": "subnet-8675309","resourceRole": "some-role-here","role": "OtherRoleHere","keyPair": "SuperSecretKeyPair","releaseLabel": "emr-5.28.0","hadoopSchedulerType": "ParaLLEL_FAIR_SCHEDULING","masterInstanceType": "r4.xlarge","masterEbsConfiguration": {
    "ref": "EBSConfiguration"
  },"coreInstanceType": "r4.xlarge","coreInstanceCount": "15","coreEbsConfiguration": {
    "ref": "EBSConfiguration"
  },"emrManagedMasterSecurityGroupId": "sg-564456564","emrManagedSlaveSecurityGroupId": "sg-564654654564","serviceAccessSecurityGroupId": "sg-564564654564","bootstrapAction": "s3://bootstrap-stuff-here/bootstrap.sh","region": "us-east-1","terminateAfter": "3 Hours","applications": "Spark","onSuccess": {
    "ref": "notifyResourceSuccess"
  },"onFail": {
    "ref": "notifyResourceFail"
  },"configuration": {
    "ref": "glue"
  }
}

当 Emr 集群创建时,标签是空白的(有意义)。

有没有办法在数据管道定义中指定 EMR 标签

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)