This is an automated email from the ASF dual-hosted git repository. dyankiv pushed a commit to branch DATALAB-2645 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 9dadd2d7bea290bc7509155c8b60a108a6f6ad47 Author: Denys Yankiv <[email protected]> AuthorDate: Fri Aug 19 15:54:24 2022 +0300 fix --- services/self-service/self-service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/self-service/self-service.yml b/services/self-service/self-service.yml index 114f11193..8426a0924 100644 --- a/services/self-service/self-service.yml +++ b/services/self-service/self-service.yml @@ -28,7 +28,7 @@ maxEmrInstanceCount: 14 minEmrSpotInstanceBidPct: 20 maxEmrSpotInstanceBidPct: 90 - Minimum and maximum number of slave HDInsight instances that could be created +# Minimum and maximum number of slave HDInsight instances that could be created minHDInsightInstanceCount: 2 maxHDInsightInstanceCount: 29 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
