Skip to content

Commit

Permalink
Removing blocking keyword so as to prevent a large number of threads …
Browse files Browse the repository at this point in the history
…being spawned (linkedin#362)
  • Loading branch information
skakker authored and pralabhkumar committed Aug 31, 2018
1 parent cbc6375 commit 7edce7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class SparkLogClient(hadoopConfiguration: Configuration, sparkConf: SparkConf, e
val (eventLogPath, eventLogCodec) =
sparkUtils.pathAndCodecforEventLog(sparkConf, eventLogFileSystem, baseEventLogPath, appId, attemptId)

Future {
Future {
sparkUtils.withEventLog(eventLogFileSystem, eventLogPath, eventLogCodec)(findDerivedData(_))
}
}
Expand Down

0 comments on commit 7edce7c

Please sign in to comment.