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

[WebUI][SPARK-7889] HistoryServer updates UI for incomplete apps #11118

Closed
wants to merge 54 commits into from

Commits on Feb 4, 2016

  1. Configuration menu
    Copy the full SHA
    ae0b8b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72945e2 View commit details
    Browse the repository at this point in the history
  3. SPARK-7889 switch to explicit scan of SparkUI attempts to determine c…

    …ompletion state; use mock spark UI
    steveloughran committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    6764f49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd47afb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaadf64 View commit details
    Browse the repository at this point in the history
  6. SPARK-7889 scalastyle

    steveloughran committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    fe6d9e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f69d391 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    334fc91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c19fee2 View commit details
    Browse the repository at this point in the history
  10. SPARK-7889 Cache designed to ask history server/provider for updates;…

    … metrics used to track load & time —and for testing
    steveloughran committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    ec5b652 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    feda232 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    04d8c64 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9a7ca9f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a1024aa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6e0e26d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b3c7069 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ea2afbb View commit details
    Browse the repository at this point in the history
  18. SPARK-7889: tests to make sure app eviction is taking place and that …

    …this triggers callbacs in the cache
    steveloughran committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    d113c5b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a128d8c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f1c7fe5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    07f1af4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a33bdd7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9166ba6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    523390a View commit details
    Browse the repository at this point in the history
  25. SPARK-7889 : we aren't getting an updated log file on the second para…

    …llelize().count() call, so the FS history provider isn't seeing an update, etc, etc.
    steveloughran committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    9831ad4 View commit details
    Browse the repository at this point in the history
  26. SPARK-7889: filesize update time included in probe; update thread als…

    …o scans through modified files to verify this takes.
    steveloughran committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    6fdaab1 View commit details
    Browse the repository at this point in the history
  27. SPARK-7889: not all filesystems update modtime on a rename; the Event…

    …LoggingListener attempts to do so afterwards, swallowing exceptions raised
    steveloughran committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    163e218 View commit details
    Browse the repository at this point in the history
  28. SPARK-7889 cache update works in tests -unreliably. Traces imply that…

    … its a race condition between probe time and the scanner thread -if the initial load is after the file update but before the scanner thread has looked @ the file, the file isn't detected as updated. The provider has to return the actual file timestamp of its choice for use in update checks, not the time that the initial load took place
    steveloughran committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    bc3a2e3 View commit details
    Browse the repository at this point in the history
  29. SPARK-7889 still looking at a race condition in the test. This adds m…

    …ore time details, but I'm about to move the fshistory off time and into a generic "attempt version" counter which will be compared on the probe. If an update has happened, this will know
    steveloughran committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    f81cfe1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    78a463e View commit details
    Browse the repository at this point in the history
  31. SPARK-7889: this extends the test with

    -verifies the app is initially listed iin the ?showIncomplete=true HTML page
    -executes repeated jobs with extending sleeps between them, to see if that cause problems
    -stops the app
    -verifies that FsHistoryProvider.getListing() returns an app that is now complete
    -verifies that the app listing moves from the incomplete list in HTML page to completed
    
    this verifies that the change from incomplete->complete is picked up all the way to the UI.
    steveloughran committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    61e2e8b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    aab129f View commit details
    Browse the repository at this point in the history
  33. SPARK-7889 review work, plus update documentation for this change and…

    … other details (monitoring.md wasn't up to date with the incomplete apps feature)
    steveloughran committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    76e7a27 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    5e583db View commit details
    Browse the repository at this point in the history
  35. SPARK-7889 review suggestions, especially removing all timestamp info…

    … from the loadedUI state and probes; makes for a leaner API
    steveloughran committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    cfa080c View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f6bd84d View commit details
    Browse the repository at this point in the history
  37. [SPARK-7889]: provider is required to return a probe to be invoked di…

    …rectly: no more cache and relay of state
    steveloughran committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    de940d7 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    4cf3b23 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    e99af36 View commit details
    Browse the repository at this point in the history
  40. SPARK-7889 javadocs

    steveloughran committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    5091e92 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    9f2318d View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    d258445 View commit details
    Browse the repository at this point in the history
  43. [SPARK-7889] minor diagnostics enhancements; cause of test failures i…

    …dentified: SPARK-10873's switch to dynamic tables means scans of static HTML fails
    steveloughran committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    c0250e6 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    2e461e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. Configuration menu
    Copy the full SHA
    80fbcf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    728b12c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2016

  1. simplify FSHistoryProvider

    squito committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    6308a8e View commit details
    Browse the repository at this point in the history
  2. style

    squito committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    6be8faa View commit details
    Browse the repository at this point in the history
  3. just some cleanup

    squito committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    bfbf348 View commit details
    Browse the repository at this point in the history
  4. mima update

    squito committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    d4740bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    488da80 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. cleanup from comments

    squito committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    bb737ec View commit details
    Browse the repository at this point in the history
  2. more cleanup

    squito committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    2286aa8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04f5385 View commit details
    Browse the repository at this point in the history