Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-2261

Spark application event logs are not very NameNode-friendly

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0.0
    • 1.3.0
    • Spark Core
    • None

    Description

      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.

      Attachments

        Activity

          People

            vanzin Marcelo Masiero Vanzin
            vanzin Marcelo Masiero Vanzin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: