dongjoon-hyun opened a new pull request, #772:
URL: https://github.com/apache/spark-kubernetes-operator/pull/772

   ### What changes were proposed in this pull request?
   
   This PR aims to simplify the example YAML files so that each file contains 
only the
   configurations relevant to the feature its name describes.
   
   - Remove the `spark.dynamicAllocation.*` boilerplate from all examples 
except `pi.yaml`.
   - Remove the generic `applicationTolerations` boilerplate 
(`resourceRetainPolicy`,
     `ttlAfterStopMillis`) where it is not the subject of the example.
   - Remove a few unrelated configurations (`spark.eventLog.*` from 
`stream-word-count.yaml`,
     `spark.logConf` from `dfs-read-write.yaml`).
   
   The examples referenced by the e2e tests keep their `applicationTolerations` 
unchanged.
   
   ### Why are the changes needed?
   
   The repeated boilerplate obscured the actual point of each example. Now each 
example shows only
   the feature-specific configurations, making it easier to read, copy, and 
maintain.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Verified that all files in `examples/` still parse as valid YAML, and that 
the examples used by
   the Chainsaw e2e tests are behaviorally unchanged except for using static 
executor allocation.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Fable 5


-- 
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