getCloudHadoopClusterTypeList
    • PDF

    getCloudHadoopClusterTypeList

    • PDF

    記事の要約

    VPC環境で利用できます。

    概要

    クラスタバージョン別に Cloud Hadoopクラスタ Typeを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須の有無タイプ制限事項説明
    regionCodeNoStringリージョンコード
    • リージョン(Region)を決定可能
    • regionCodeはgetRegionListアクションを通じて取得可能
    • デフォルト: getRegionList照会結果の最初のリージョンを選択
    cloudHadoopImageProductCodeYesStringCloud Hadoopイメージ商品コード
    engineVersionCodeConditionalStringエンジンバージョンコード
    • getCloudHadoopImageProductListを通じて確認
    • Rockyクラスタで作成時にのみ入力、CentOsスペックは無視
    • 入力しない場合、現在提供中の最新バージョンで作成
    outputNoStringレスポンス結果の形式タイプ
    • オプション: xml | json
    • デフォルト: json

    レスポンス

    レスポンスデータタイプ

    • CloudHadoopClusterTypeListタイプ
    CloudHadoopClusterTypeList extends CommonResponse
    private Integer totalRows;
    private List<CloudHadoopClusterType> cloudHadoopClusterTypeList = new ArrayList<>();
    CloudHadoopClusterType
    private String code;
    private String codeName;

    呼び出し

    ncloud vhadoop getCloudHadoopClusterTypeList --regionCode KR --cloudHadoopImageProductCode SW.VCHDP.LNX64.CNTOS.0708.HDP.15.B050
    

    レスポンス

    <getCloudHadoopClusterTypeListResponse>
      <requestId>success</requestId>
      <returnCode>0</returnCode>
      <cloudHadoopClusterTypeList>
        <cloudHadoopClusterType>
          <code>CORE_HADOOP_WITH_SPARK</code>
          <codeName>Core Hadoop with Spark : HDFS(3.1.1), YARN(3.1.1), Zookeeper(3.4.6), Ranger(1.2.0), HIVE(3.1.0), Hue(4.3.0), Zepplin Notebook(0.8.0), Spark(2.3.2)</codeName>
        </cloudHadoopClusterType>
      </cloudHadoopClusterTypeList>
    </getCloudHadoopClusterTypeListResponse>
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.