changeCloudHadoopNodeSpec
-
Print
-
PDF
changeCloudHadoopNodeSpec
-
Print
-
PDF
It can be used in a VPC environment.
Summary
Change the specifications of Cloud Hadoop nodes.
Request
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code - You can decide the region. - You can obtain the regionCode through the getRegionList action. - Default: Select the first region of the getRegionList search results |
|
cloudHadoopInstanceNo | Yes | String | - Cloud Hadoop instance number - You can obtain the cloudHadoopInstanceNo through the getCloudHadoopInstanceList action. |
|
masterNodeProductCode | Conditional | String | - Cloud Hadoop master server product code - You can decide the server specifications of the Cloud Hadoop instance to be created. - You can obtain the masterNodeProductCode by setting the getCloudHadoopProductList action's infraResourceDetailTypeCode = 'MSTDT' and calling. - Default: The minimum specifications are selected. The minimum specifications are: 1. Memory, 2. CPU. |
|
edgeNodeProductCode | Conditional | String | - Cloud Hadoop edge server product code - You can decide the server specifications of the Cloud Hadoop instance to be created. - You can obtain the edgeNodeProductCode by setting the getCloudHadoopProductList action's infraResourceDetailTypeCode = 'EDGND' and calling it. - Default: The minimum specifications are selected. The minimum specifications are: 1. Memory, 2. CPU. |
|
workerNodeProductCode | Conditional | String | - Cloud Hadoop worker server product code - You can decide the server specifications of the Cloud Hadoop instance to be created. - You can obtain the workerNodeProductCode by setting the getCloudHadoopProductList action's infraResourceDetailTypeCode = 'MSTDT' and calling it. - Default: The minimum specifications are selected. The minimum specifications are: 1. Memory, 2. CPU. |
|
output | No | String | - Format type for the response results - Options : xml | json - Default : json |
Response
Response data type
- CloudHadoopInstanceList type
CloudHadoopInstanceList extends CommonResponse |
---|
private Integer totalRows; |
private List<CloudHadoopInstance> cloudHadoopInstanceList = new ArrayList<>(); |
CloudHadoopInstance |
---|
private String cloudHadoopInstanceNo; |
private String cloudHadoopClusterName; |
private String cloudHadoopInstanceStatusName; |
private CommonCode cloudHadoopInstanceStatus; |
private CommonCode cloudHadoopInstanceOperation; |
private CloudHadoopClusterType cloudHadoopClusterType; |
private CloudHadoopVersion cloudHadoopVersion; |
private List<CloudHadoopAddOn> cloudHadoopAddOnList |
private String ambariServerHost; |
private String clusterDirectAccessAccount; |
private String loginKey; |
private String objectStorageBucket; |
private String kdcRealm; |
private String cloudHadoopImageProductCode; |
private Boolean isHa; |
private String domain; |
private AccessControlGroupNoList accessControlGroupNoList; |
private Date createDate; |
private List<CloudHadoopServerInstance> cloudHadoopServerInstanceList; |
CloudHadoopAddOn |
---|
private String code; |
private String codeName; |
CloudHadoopClusterType |
---|
private String code; |
private String codeName; |
CloudHadoopVersion |
---|
private String code; |
private String codeName; |
AccessControlGroupNoList |
---|
private List<String> accessControlGroupNoList = new ArrayList<>(); |
CloudHadoopServerInstance |
---|
private String cloudHadoopServerInstanceNo; |
private String cloudHadoopServerName; |
private String cloudHadoopServerInstanceStatusName; |
private CommonCode cloudHadoopServerInstanceStatus; |
private CommonCode cloudHadoopServerInstanceOperation; |
private CommonCode cloudHadoopServerRole; |
private String regionCode; |
private String vpcNo; |
private String subnetNo; |
private Date createDate; |
private Date uptime; |
private String zoneCode; |
private Long memorySize; |
private Integer cpuCount; |
private Boolean isPublicSubnet; |
private Long dataStorageSize; |
private String cloudHadoopProductCode; |
private CommonCode dataStorageType; |
Examples
Request example
ncloud vhadoop changeCloudHadoopNodeSpec --regionCode KR --cloudHadoopInstanceNo ****890 --masterNodeProductCode SVR.VCHDP.MSTDT.HIMEM.C004.M032.NET.HDD.B050.G002 --edgeNodeProductCode VR.VCHDP.EDGND.STAND.C004.M032.NET.HDD.B050.G002 --workerNodeProductCode SVR.VCHDP.MSTDT.HICPU.C008.M032.NET.HDD.B050.G002
Response example
<changeCloudHadoopNodeSpec>
<requestId>ccf282c7-0afb-4bb8-af1b-21e05f676db5</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<cloudHadoopInstanceList>
<cloudHadoopInstance>
<cloudHadoopInstanceNo>***4652</cloudHadoopInstanceNo>
<cloudHadoopClusterName>***sds</cloudHadoopClusterName>
<cloudHadoopInstanceStatusName>upgrading</cloudHadoopInstanceStatusName>
<cloudHadoopInstanceStatus>
<code>CREAT</code>
<codeName>CLOUD DATABASE(VPC) Created State</codeName>
</cloudHadoopInstanceStatus>
<cloudHadoopInstanceOperation>
<code>UPGD</code>
<codeName>CLOUD DATABASE(VPC) Upgrade OP</codeName>
</cloudHadoopInstanceOperation>
<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.4.8)</codeName>
</cloudHadoopClusterType>
<cloudHadoopVersion>
<code>SW.VCHDP.LNX64.CNTOS.0708.HDP.16.B050</code>
<codeName>Cloud Hadoop 1.6</codeName>
</cloudHadoopVersion>
<ambariServerHost>e-001-dsdsds-ia4-hd</ambariServerHost>
<clusterDirectAccessAccount>sshuser</clusterDirectAccessAccount>
<loginKey>****min-hadoop-***</loginKey>
<objectStorageBucket>***asd</objectStorageBucket>
<kdcRealm>EXAMPLE</kdcRealm>
<cloudHadoopImageProductCode>SW.VCHDP.LNX64.CNTOS.0708.HDP.16.B050</cloudHadoopImageProductCode>
<isHa>true</isHa>
<createDate>2021-11-09T16:30:36+0900</createDate>
<domain>pri-1t5lc.hadoop.beta.fin-ntruss.com</domain>
<accessControlGroupNoList>
<accessControlGroupNo>66823</accessControlGroupNo>
</accessControlGroupNoList>
<cloudHadoopServerInstanceList>
<cloudHadoopServerInstance>
<cloudHadoopServerInstanceNo>****</cloudHadoopServerInstanceNo>
<cloudHadoopServerName>****</cloudHadoopServerName>
<cloudHadoopServerRole>
<code>E</code>
<codeName>Edge Node</codeName>
</cloudHadoopServerRole>
<cloudHadoopServerInstanceStatusName>settingUp</cloudHadoopServerInstanceStatusName>
<cloudHadoopServerInstanceStatus>
<code>RUN</code>
<codeName>CLOUD DATABASE(VPC) Server Running State</codeName>
</cloudHadoopServerInstanceStatus>
<cloudHadoopServerInstanceOperation>
<code>SETUP</code>
<codeName>CLOUD DATABASE(VPC) Server Setup OP</codeName>
</cloudHadoopServerInstanceOperation>
<cloudHadoopProductCode>SVR.VCHDP.EDGND.STAND.C008.M032.NET.HDD.B050.G001</cloudHadoopProductCode>
<regionCode>KR</regionCode>
<zoneCode>KR-1</zoneCode>
<vpcNo>**387</vpcNo>
<subnetNo>**327</subnetNo>
<isPublicSubnet>false</isPublicSubnet>
<dataStorageSize>107374182400</dataStorageSize>
<cpuCount>8</cpuCount>
<memorySize>34359738368</memorySize>
<uptime>2021-11-09T16:35:12+0900</uptime>
<createDate>2021-11-09T16:30:36+0900</createDate>
</cloudHadoopServerInstance>
<cloudHadoopServerInstance>
<cloudHadoopServerInstanceNo>****</cloudHadoopServerInstanceNo>
<cloudHadoopServerName>****</cloudHadoopServerName>
<cloudHadoopServerRole>
<code>M</code>
<codeName>Master Node</codeName>
</cloudHadoopServerRole>
<cloudHadoopServerInstanceStatusName>settingUp</cloudHadoopServerInstanceStatusName>
<cloudHadoopServerInstanceStatus>
<code>RUN</code>
<codeName>CLOUD DATABASE(VPC) Server Running State</codeName>
</cloudHadoopServerInstanceStatus>
<cloudHadoopServerInstanceOperation>
<code>SETUP</code>
<codeName>CLOUD DATABASE(VPC) Server Setup OP</codeName>
</cloudHadoopServerInstanceOperation>
<cloudHadoopProductCode>SVR.VCHDP.MSTDT.STAND.C008.M016.NET.HDD.B050.G001</cloudHadoopProductCode>
<regionCode>KR</regionCode>
<zoneCode>KR-1</zoneCode>
<vpcNo>**387</vpcNo>
<subnetNo>**327</subnetNo>
<isPublicSubnet>false</isPublicSubnet>
<dataStorageType>
<code>SSD</code>
<codeName>SSD</codeName>
</dataStorageType>
<dataStorageSize>118111600640</dataStorageSize>
<cpuCount>8</cpuCount>
<memorySize>17179869184</memorySize>
<uptime>2021-11-09T16:34:53+0900</uptime>
<createDate>2021-11-09T16:30:36+0900</createDate>
</cloudHadoopServerInstance>
<cloudHadoopServerInstance>
<cloudHadoopServerInstanceNo>****</cloudHadoopServerInstanceNo>
<cloudHadoopServerName>****</cloudHadoopServerName>
<cloudHadoopServerRole>
<code>M</code>
<codeName>Master Node</codeName>
</cloudHadoopServerRole>
<cloudHadoopServerInstanceStatusName>settingUp</cloudHadoopServerInstanceStatusName>
<cloudHadoopServerInstanceStatus>
<code>RUN</code>
<codeName>CLOUD DATABASE(VPC) Server Running State</codeName>
</cloudHadoopServerInstanceStatus>
<cloudHadoopServerInstanceOperation>
<code>SETUP</code>
<codeName>CLOUD DATABASE(VPC) Server Setup OP</codeName>
</cloudHadoopServerInstanceOperation>
<cloudHadoopProductCode>SVR.VCHDP.MSTDT.STAND.C008.M016.NET.HDD.B050.G001</cloudHadoopProductCode>
<regionCode>KR</regionCode>
<zoneCode>KR-1</zoneCode>
<vpcNo>**387</vpcNo>
<subnetNo>**327</subnetNo>
<isPublicSubnet>false</isPublicSubnet>
<dataStorageType>
<code>SSD</code>
<codeName>SSD</codeName>
</dataStorageType>
<dataStorageSize>118111600640</dataStorageSize>
<cpuCount>8</cpuCount>
<memorySize>17179869184</memorySize>
<uptime>2021-11-09T16:35:13+0900</uptime>
<createDate>2021-11-09T16:30:36+0900</createDate>
</cloudHadoopServerInstance>
<cloudHadoopServerInstance>
<cloudHadoopServerInstanceNo>****</cloudHadoopServerInstanceNo>
<cloudHadoopServerName>****</cloudHadoopServerName>
<cloudHadoopServerRole>
<code>D</code>
<codeName>Date Node</codeName>
</cloudHadoopServerRole>
<cloudHadoopServerInstanceStatusName>settingUp</cloudHadoopServerInstanceStatusName>
<cloudHadoopServerInstanceStatus>
<code>RUN</code>
<codeName>CLOUD DATABASE(VPC) Server Running State</codeName>
</cloudHadoopServerInstanceStatus>
<cloudHadoopServerInstanceOperation>
<code>SETUP</code>
<codeName>CLOUD DATABASE(VPC) Server Setup OP</codeName>
</cloudHadoopServerInstanceOperation>
<cloudHadoopProductCode>SVR.VCHDP.MSTDT.STAND.C008.M016.NET.HDD.B050.G001</cloudHadoopProductCode>
<regionCode>KR</regionCode>
<zoneCode>KR-1</zoneCode>
<vpcNo>**387</vpcNo>
<subnetNo>**327</subnetNo>
<isPublicSubnet>false</isPublicSubnet>
<dataStorageType>
<code>SSD</code>
<codeName>SSD</codeName>
</dataStorageType>
<dataStorageSize>107374182400</dataStorageSize>
<cpuCount>8</cpuCount>
<memorySize>17179869184</memorySize>
<uptime>2021-11-09T16:35:32+0900</uptime>
<createDate>2021-11-09T16:30:36+0900</createDate>
</cloudHadoopServerInstance>
<cloudHadoopServerInstance>
<cloudHadoopServerInstanceNo>****</cloudHadoopServerInstanceNo>
<cloudHadoopServerName>****</cloudHadoopServerName>
<cloudHadoopServerRole>
<code>D</code>
<codeName>Date Node</codeName>
</cloudHadoopServerRole>
<cloudHadoopServerInstanceStatusName>settingUp</cloudHadoopServerInstanceStatusName>
<cloudHadoopServerInstanceStatus>
<code>RUN</code>
<codeName>CLOUD DATABASE(VPC) Server Running State</codeName>
</cloudHadoopServerInstanceStatus>
<cloudHadoopServerInstanceOperation>
<code>SETUP</code>
<codeName>CLOUD DATABASE(VPC) Server Setup OP</codeName>
</cloudHadoopServerInstanceOperation>
<cloudHadoopProductCode>SVR.VCHDP.MSTDT.STAND.C008.M016.NET.HDD.B050.G001</cloudHadoopProductCode>
<regionCode>KR</regionCode>
<zoneCode>KR-1</zoneCode>
<vpcNo>**387</vpcNo>
<subnetNo>**327</subnetNo>
<isPublicSubnet>false</isPublicSubnet>
<dataStorageType>
<code>SSD</code>
<codeName>SSD</codeName>
</dataStorageType>
<dataStorageSize>107374182400</dataStorageSize>
<cpuCount>8</cpuCount>
<memorySize>17179869184</memorySize>
<uptime>2021-11-09T16:35:04+0900</uptime>
<createDate>2021-11-09T16:30:36+0900</createDate>
</cloudHadoopServerInstance>
</cloudHadoopServerInstanceList>
</cloudHadoopInstance>
</cloudHadoopInstanceList>
</changeCloudHadoopNodeSpec>
Was this article helpful?