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 5411dbc [MINOR] Remove broken URL link from `StatusRecorder` javadoc 5411dbc is described below commit 5411dbc0b409703a444967584034c17aa841fb07 Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Fri May 16 19:54:43 2025 -0700 [MINOR] Remove broken URL link from `StatusRecorder` javadoc ### What changes were proposed in this pull request? This PR aims to remove a broken URL link from `StatusRecorder` java doc. ### Why are the changes needed? This is a clean-up in Javadoc. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #208 from dongjoon-hyun/brokenlink. Authored-by: Dongjoon Hyun <dongj...@apache.org> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- .../java/org/apache/spark/k8s/operator/utils/StatusRecorder.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/spark-operator/src/main/java/org/apache/spark/k8s/operator/utils/StatusRecorder.java b/spark-operator/src/main/java/org/apache/spark/k8s/operator/utils/StatusRecorder.java index 3ecf16e..4340837 100644 --- a/spark-operator/src/main/java/org/apache/spark/k8s/operator/utils/StatusRecorder.java +++ b/spark-operator/src/main/java/org/apache/spark/k8s/operator/utils/StatusRecorder.java @@ -40,13 +40,6 @@ import org.apache.spark.k8s.operator.listeners.BaseStatusListener; import org.apache.spark.k8s.operator.status.BaseStatus; /** - * - * - * <pre> - * Note - this is inspired by - * <a href="https://github.com/apache/flink-kubernetes-operator/blob/main/flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/utils/AppStatusRecorder.java">Flink Operator Status Recorder</a> - * </pre> - * * Enables additional (extendable) observers for Spark App status. Cache and version locking might * be removed in future version as batch app does not expect spec change after submitted. */ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org