Skip to content

Commit

Permalink
[Bug] spark application mapping state bug fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys committed Jan 17, 2025
1 parent 6b93948 commit d67f0f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public void persistMetrics(SparkApplication appParam) {

@Override
public boolean mapping(SparkApplication appParam) {
this.lambdaUpdate()
return this.lambdaUpdate()
.set(SparkApplication::getClusterId, appParam.getClusterId())
.set(SparkApplication::getEndTime, null)
.set(SparkApplication::getState, SparkAppStateEnum.MAPPING.getValue())
Expand Down

0 comments on commit d67f0f6

Please sign in to comment.