This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new d4aa0d1 [SPARK-54070] Add `spark.logConf` configuration to operator
docs
d4aa0d1 is described below
commit d4aa0d1dc7edb0d969d715acf3d956e13f57e510
Author: Zhou JIANG <[email protected]>
AuthorDate: Tue Oct 28 21:10:26 2025 -0700
[SPARK-54070] Add `spark.logConf` configuration to operator docs
### What changes were proposed in this pull request?
Follow up on SPARK-53993, adding the new config properties to documents
### Why are the changes needed?
To enhance the documents.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
CIs
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #406 from jiangzho/doc.
Authored-by: Zhou JIANG <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
docs/config_properties.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/config_properties.md b/docs/config_properties.md
index 47f9d59..e0552bd 100644
--- a/docs/config_properties.md
+++ b/docs/config_properties.md
@@ -2,6 +2,7 @@
# Spark Operator Config Properties
| Key | Type | Default Value | Allow Hot Reloading | Description |
| --- | --- | --- | --- | --- |
+ | spark.logConf | Boolean | false | true | When enabled, operator will print
configurations |
| spark.kubernetes.operator.name | String | spark-kubernetes-operator | false
| Name of the operator. |
| spark.kubernetes.operator.namespace | String | default | false | Namespace
that operator is deployed within. |
| 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. |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]