Skip to content

Commit

Permalink
Fix ContainerHeader for Spark3 (#226)
Browse files Browse the repository at this point in the history
The main class of the executors is now YarnCoarseGrainedExecutorBackend

Co-authored-by: s.pendino <[email protected]>
  • Loading branch information
bubblesly and s.pendino authored Oct 9, 2023
1 parent cfe0aa1 commit de3ea0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ private void setFrameworkComponent() {
component = Component.APP_MASTER;
break;
case "org.apache.spark.executor.CoarseGrainedExecutorBackend":
case "org.apache.spark.executor.YarnCoarseGrainedExecutorBackend":
framework = Framework.SPARK;
component = Component.EXECUTOR;
try {
Expand Down

0 comments on commit de3ea0f

Please sign in to comment.