Skip to content

Commit

Permalink
add common method to get session level config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuan1223 committed Oct 26, 2023
1 parent bcb0cf3 commit 8b51840
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ class SparkStageInfo(val stageId: Int, val numTasks: Int) {
class SparkJobInfo(val numStages: Int, val stageIds: Set[Int]) {
val numCompleteStages = new AtomicInteger(0)
}


class SparkJobInfo(val numStages: Int, val stageIds: Seq[Int]) {
var numCompleteStages = new AtomicInteger(0)
}

0 comments on commit 8b51840

Please sign in to comment.