You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dy...@apache.org on 2022/09/02 15:02:38 UTC

[incubator-datalab] branch develop updated: fix minHDInsightInstanceCount

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 <de...@gmail.com>
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: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org