Skip to content

Commit d5e11a9

Browse files
authored
Merge pull request #3863 from nfd9001/patch-7
Typo fix: missing space in code snippet
2 parents 4933934 + e799586 commit d5e11a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/big-data-cluster/deployment-custom-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ azdata bdc config add -c custom-bdc/control.json -j "$.spec.nodeLabel=bdc-shared
453453
azdata bdc config add -c custom-bdc/bdc.json -j "$.spec.resources.master.spec.nodeLabel=bdc-master"
454454
azdata bdc config add -c custom-bdc/bdc.json -j "$.spec.resources.compute-0.spec.nodeLabel=bdc-compute-pool"
455455
azdata bdc config add -c custom-bdc/bdc.json -j "$.spec.resources.data-0.spec.nodeLabel=bdc-compute-pool"
456-
azdata bdc config add -c custom-bdc/bdc.json-j "$.spec.resources.storage-0.spec.nodeLabel=bdc-storage-pool"
456+
azdata bdc config add -c custom-bdc/bdc.json -j "$.spec.resources.storage-0.spec.nodeLabel=bdc-storage-pool"
457457

458458
# below can be omitted in which case we will take the node label default from the control.json
459459
azdata bdc config add -c custom-bdc/bdc.json -j "$.spec.resources.nmnode-0.spec.nodeLabel=bdc-shared"

0 commit comments

Comments
 (0)