You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/04 01:35:26 UTC

[GitHub] [spark] smrosenberry commented on issue #23926: [SPARK-26872][STREAMING] Use a configurable value for final termination in the JobScheduler.stop() method

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org