You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config_properties.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
# Spark Operator Config Properties
3
3
| Key | Type | Default Value | Allow Hot Reloading | Description |
4
4
| --- | --- | --- | --- | --- |
5
+
| spark.logConf | Boolean | false | true | When enabled, operator will print configurations |
5
6
| spark.kubernetes.operator.name | String | spark-kubernetes-operator | false | Name of the operator. |
6
7
| spark.kubernetes.operator.namespace | String | default | false | Namespace that operator is deployed within. |
7
8
| spark.kubernetes.operator.watchedNamespaces | String | default | true | Comma-separated list of namespaces that the operator would be watching for Spark resources. If set to '*', operator would watch all namespaces. |
0 commit comments