dongjoon-hyun commented on code in PR #439:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/439#discussion_r2644277248


##########
docs/config_properties.md:
##########
@@ -29,6 +29,7 @@
  | spark.kubernetes.operator.reconciler.clusterStatusListenerClassNames | 
String |  | false | Comma-separated names of SparkClusterStatusListener class 
implementations | 
  | spark.kubernetes.operator.reconciler.foregroundRequestTimeoutSeconds | Long 
| 60 | true | Timeout (in seconds) for requests made to API server. This 
applies only to foreground requests. | 
  | spark.kubernetes.operator.reconciler.intervalSeconds | Long | 120 | true | 
Interval (in seconds, non-negative) to reconcile Spark applications. Note that 
reconciliation is always expected to be triggered when app spec / status is 
updated. This interval controls the reconcile behavior of operator 
reconciliation even when there's no update on SparkApplication, e.g. to 
determine whether a hanging app needs to be proactively terminated. Thus this 
is recommended to set to above 2 minutes to avoid unnecessary no-op 
reconciliation. | 
+ | spark.kubernetes.operator.reconciler.labelSelector | String |  | false | 
Comma-separated label selector(s) that the operator would be reconciling for 
Spark resources. If not set or set to empty string, operator would reconcile 
all watched Spark Apps and Clusters. | 

Review Comment:
   `Comma-separated label selector(s)`?



##########
docs/config_properties.md:
##########
@@ -29,6 +29,7 @@
  | spark.kubernetes.operator.reconciler.clusterStatusListenerClassNames | 
String |  | false | Comma-separated names of SparkClusterStatusListener class 
implementations | 
  | spark.kubernetes.operator.reconciler.foregroundRequestTimeoutSeconds | Long 
| 60 | true | Timeout (in seconds) for requests made to API server. This 
applies only to foreground requests. | 
  | spark.kubernetes.operator.reconciler.intervalSeconds | Long | 120 | true | 
Interval (in seconds, non-negative) to reconcile Spark applications. Note that 
reconciliation is always expected to be triggered when app spec / status is 
updated. This interval controls the reconcile behavior of operator 
reconciliation even when there's no update on SparkApplication, e.g. to 
determine whether a hanging app needs to be proactively terminated. Thus this 
is recommended to set to above 2 minutes to avoid unnecessary no-op 
reconciliation. | 
+ | spark.kubernetes.operator.reconciler.labelSelector | String |  | false | 
Comma-separated label selector(s) that the operator would be reconciling for 
Spark resources. If not set or set to empty string, operator would reconcile 
all watched Spark Apps and Clusters. | 

Review Comment:
   `Comma-separated label selector(s)` sounds a little weird. Could you revise 
the sentence.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to