Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs
  • Loading branch information
dongjoon-hyun committed Nov 30, 2021
commit 8129ab1dd1e2e384caf5851a616e3b255953e9b0
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import org.apache.spark.util.{ThreadUtils, Utils}
/**
* :: DeveloperApi ::
*
* A class used for monitoring executor pods in ExternalClusterManagers.
* A class used for polling K8s executor pods by ExternalClusterManagers.
* @since 2.4.0
*/
@Stable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ import org.apache.spark.util.Utils
/**
* :: DeveloperApi ::
*
* A class used for K8s executor pod monitoring in ExternalClusterManagers.
* A class used for watching K8s executor pods by ExternalClusterManagers.
*
* @since 2.4.0
*/
@Stable
Expand Down