File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
helm/hive-operator/configs Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ properties:
8585 unit : *unitClassName
8686 roles :
8787 - name : " metastore"
88- # This property *is* required. It changed for derby in version 4.2.0
89- # which we check in code and add in the ConfigMap builder instead of
90- # the compute_files() method in crd.rs .
88+ # This property *is* required even though it is set to `false` here.
89+ # The required value changed in Derby in version 4.2.0.
90+ # We now set this value depending on the Hive version (and its corresponding Derby version) and add it to the ConfigMap programatically .
9191 required : false
9292 asOfVersion : " 0.0.0"
9393 - property :
Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ properties:
8585 unit : *unitClassName
8686 roles :
8787 - name : " metastore"
88- # This property *is* required. It changed for derby in version 4.2.0
89- # which we check in code and add in the ConfigMap builder instead of
90- # the compute_files() method in crd.rs.
88+ # This property *is* required even though it is set to `false` here.
89+ # The required value changed in Derby in version 4.2.0.
90+ # We now set this value depending on the Hive version (and its corresponding Derby version) and add it to the ConfigMap programatically.```
9191 required : false
9292 asOfVersion : " 0.0.0"
9393 - property :
You can’t perform that action at this time.
0 commit comments