Skip to content

Commit

Permalink
update the SAC-53 (#58)
Browse files Browse the repository at this point in the history
[SAC-57] Reducing overhead to update entity for Spark Streaming query processing #57
  • Loading branch information
merlintang authored Jun 13, 2018
1 parent fd600df commit 1f4018a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class SparkAtlasStreamingQueryEventTracker(
logInfo(s"Track running Spark Streaming query in the Spark Atlas: $event")
if(!streamQueryHashset.contains(event.progress.runId)) {
streamingQueryTracker.pushEvent(event)
streamQueryHashset.add(event.progress.runId)
}
}

Expand Down

0 comments on commit 1f4018a

Please sign in to comment.