Skip to content

Commit

Permalink
docs(MRS): add flavors corresponds to API document.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zippo-Wang committed Feb 2, 2024
1 parent f1d48f1 commit 19f7aff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/mrs_cluster_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The following arguments are supported:
c3.4xlarge.4, c3.8xlarge.4, c3.15xlarge.4, d2.xlarge.8, d2.2xlarge.8, d2.4xlarge.8, d2.8xlarge.8.

The following provides specification details.

<!-- markdownlint-disable-next-line MD055 -->
node_size | CPU(core) | Memory(GB) | System Disk | Data Disk
| --- | --- | --- | --- | --- |

Check failure on line 92 in docs/resources/mrs_cluster_v1.md

View workflow job for this annotation

GitHub Actions / markdownlint

Table pipe style [Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected leading pipe]

Check failure on line 92 in docs/resources/mrs_cluster_v1.md

View workflow job for this annotation

GitHub Actions / markdownlint

Table pipe style [Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected trailing pipe]
c2.2xlarge.linux.mrs | 8 | 16 | 40 | -
Expand Down
1 change: 1 addition & 0 deletions docs/resources/mrs_cluster_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ The following arguments are supported:
The `nodes` block supports:

* `flavor` - (Required, String, ForceNew) Specifies the instance specifications for each nodes in node group.
This field corresponds to `node_size` in the MRS API documentation.
Changing this will create a new MRS cluster resource.

* `node_number` - (Required, Int) Specifies the number of nodes for the node group.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/mrs_hybrid_cluster_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ The `master_nodes`, `analysis_core_nodes`, `streaming_core_nodes`, `analysis_tas
c3.4xlarge.4, c3.8xlarge.4, c3.15xlarge.4, d2.xlarge.8, d2.2xlarge.8, d2.4xlarge.8, d2.8xlarge.8.

The following provides specification details.

<!-- markdownlint-disable-next-line MD055 -->
node_size | CPU(core) | Memory(GB) | System Disk | Data Disk
| --- | --- | --- | --- | --- |

Check failure on line 148 in docs/resources/mrs_hybrid_cluster_v1.md

View workflow job for this annotation

GitHub Actions / markdownlint

Table pipe style [Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected leading pipe]

Check failure on line 148 in docs/resources/mrs_hybrid_cluster_v1.md

View workflow job for this annotation

GitHub Actions / markdownlint

Table pipe style [Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected trailing pipe]
c2.2xlarge.linux.mrs | 8 | 16 | 40 | -
Expand Down

0 comments on commit 19f7aff

Please sign in to comment.