You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Marcelo Vanzin (JIRA)" <ji...@apache.org> on 2014/06/27 22:24:25 UTC

[jira] [Commented] (SPARK-2261) Spark application event logs are not very NameNode-friendly

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

Marcelo Vanzin commented on SPARK-2261:
---------------------------------------

https://github.com/apache/spark/pull/1222

> Spark application event logs are not very NameNode-friendly
> -----------------------------------------------------------
>
>                 Key: SPARK-2261
>                 URL: https://issues.apache.org/jira/browse/SPARK-2261
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 1.0.0
>            Reporter: Marcelo Vanzin
>            Priority: Minor
>
> Currently, EventLoggingListener will generate application logs using, in the worst case, five different entries in the file system:
> * The directory to hold the files
> * One file for the Spark version
> * One file for the event logs
> * One file to identify the compression codec of the event logs
> * One file to say the application is finished.
> It would be better to be more friendly to the NameNodes and use a single entry for all of those.



--
This message was sent by Atlassian JIRA
(v6.2#6252)