Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(CDAP-17287) Collects Spark execution event logs #12782

Merged
merged 1 commit into from Sep 24, 2020

Commits on Sep 23, 2020

  1. (CDAP-17287) Collection of Spark execution event logs

    - Introducing the Spark event logging and upload of logs through the runtime service.
      Based on the cConf settings, the event logging collection will be on/off regardless
      of the Spark job spark.eventLog.* configurations.
    - Refactoring of the SparkRuntimeEnv class to simplify the logic by using CompletableFuture.
    - Make runtime system services shutdown after the SparkExecutionContext stopped.
      Currently they stop concurrently. It is not a problem before this PR since we
      are not doing any important work at the context stop.
      However, this PR introduces uploading the event logs at the context stop,
      which needs to be completed before the system services shutdown and process termination.
    chtyim committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    63aa9a7 View commit details
    Browse the repository at this point in the history