Skip to content

Commit

Permalink
Remove extra setJobDesc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalkhamar committed Apr 27, 2017
1 parent 6ab66e2 commit 992d68f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ class StreamExecution(
case None => // We are starting this stream for the first time.
logInfo(s"Starting new streaming query.")
currentBatchId = 0
sparkSession.sparkContext.setJobDescription(getBatchDescriptionString)
constructNextBatch()
}
}
Expand Down

0 comments on commit 992d68f

Please sign in to comment.