[ 
https://issues.apache.org/jira/browse/SPARK-28594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17127791#comment-17127791
 ] 

Shuai Lu commented on SPARK-28594:
----------------------------------

Got it. Thanks. We manage a multi-tenant cluster and it is a relatively big 
disruption when many users use Spark streaming and we don't have an elegant way 
to prevent it from filling up HDFS gradually. We may just ask user to disable 
event logs for their streaming applications in that case.

> Allow event logs for running streaming apps to be rolled over
> -------------------------------------------------------------
>
>                 Key: SPARK-28594
>                 URL: https://issues.apache.org/jira/browse/SPARK-28594
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 3.0.0
>            Reporter: Stephen Levett
>            Assignee: Jungtaek Lim
>            Priority: Major
>              Labels: releasenotes
>             Fix For: 3.0.0
>
>
> At all current Spark releases when event logging on spark streaming is 
> enabled the event logs grow massively.  The files continue to grow until the 
> application is stopped or killed.
> The Spark history server then has difficulty processing the files.
> https://issues.apache.org/jira/browse/SPARK-8617
> Addresses .inprogress files but not event log files that are still running.
> Identify a mechanism to set a "max file" size so that the file is rolled over 
> when it reaches this size?
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to