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 0e487eae2da97ec6d4b97f9e353fcdfd783d224e Author: Denys Yankiv <[email protected]> AuthorDate: Fri Aug 19 15:53:58 2022 +0300 add min and max instance count for hdinsoght to config --- services/self-service/self-service.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/self-service/self-service.yml b/services/self-service/self-service.yml index 9e20bf092..114f11193 100644 --- a/services/self-service/self-service.yml +++ b/services/self-service/self-service.yml @@ -28,6 +28,11 @@ maxEmrInstanceCount: 14 minEmrSpotInstanceBidPct: 20 maxEmrSpotInstanceBidPct: 90 + Minimum and maximum number of slave HDInsight instances that could be created +minHDInsightInstanceCount: 2 +maxHDInsightInstanceCount: 29 + + # Maximum length for gcp user name (due to gcp restrictions) maxUserNameLength: 10 # Minimum and maximum number of slave Dataproc instances that could be created --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
