smrosenberry commented on issue #23926: [SPARK-26872][STREAMING] Use a configurable value for final termination in the JobScheduler.stop() method URL: https://github.com/apache/spark/pull/23926#issuecomment-469089706 The problem is that the application currently only supports the `DStream` processing model and is difficult to modify for DataFrame processing. The issues with DStream monitored directories led to the workaround. The only thing holding back the workaround is the one hour hard coded limit currently in the code. Making that configurable provides a processing model that has merit in certain, albeit limited, use cases. Other than yet another configuration item, which I admit has cost, the changes are benign and beneficial.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
