This is an automated email from the ASF dual-hosted git repository.
dyankiv pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/develop by this push:
new df4350870 fix minHDInsightInstanceCount
df4350870 is described below
commit df435087092beeb05d58c6db4813b62d3bbbd4d0
Author: Denys Yankiv <[email protected]>
AuthorDate: Fri Sep 2 18:02:11 2022 +0300
fix minHDInsightInstanceCount
---
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 8426a0924..4970a6bf9 100644
--- a/services/self-service/self-service.yml
+++ b/services/self-service/self-service.yml
@@ -29,7 +29,7 @@ minEmrSpotInstanceBidPct: 20
maxEmrSpotInstanceBidPct: 90
# Minimum and maximum number of slave HDInsight instances that could be created
-minHDInsightInstanceCount: 2
+minHDInsightInstanceCount: 3
maxHDInsightInstanceCount: 29
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]