We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b731bb8 commit 3414634Copy full SHA for 3414634
rust/crd/src/lib.rs
@@ -692,7 +692,7 @@ impl SparkApplication {
692
// These env variables enable the `containerdebug` process in driver and executor pods.
693
// More precisely, this process runs in the background of every `spark` container.
694
// - `CONTAINERDEBUG_LOG_DIRECTORY` - is the location where tracing information from the process
695
- // is written. This directory is created by the process it's self.
+ // is written. This directory is created by the process itself.
696
// - `_STACKABLE_PRE_HOOK` - is evaluated by the entrypoint script (run-spark.sh) in the Spark images
697
// before the actual JVM process is started. The result of this evaluation is that the
698
// `containerdebug` process is executed in the background.
0 commit comments