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

[SPARK-6796][Streaming][WebUI] Add "Active Batches" and "Completed Batches" lists to StreamingPage #5434

Closed
wants to merge 11 commits into from

Commits on Apr 10, 2015

  1. Configuration menu
    Copy the full SHA
    6ceffb3 View commit details
    Browse the repository at this point in the history
  2. Fix the code style

    zsxwing committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    d18ab7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b248787 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2015

  1. Make BatchTableBase abstract

    zsxwing committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    86b5e7f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2015

  1. Configuration menu
    Copy the full SHA
    a12ad7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a69c091 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2525336 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into SPARK-6796

    Conflicts:
    	streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingPage.scala
    zsxwing committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    f40e0a9 View commit details
    Browse the repository at this point in the history
  5. Make 'startTime' readable

    zsxwing committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    6f3078e View commit details
    Browse the repository at this point in the history
  6. Fix the unit test

    zsxwing committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    51b792e View commit details
    Browse the repository at this point in the history
  7. Fix the code style

    zsxwing committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    be50fc6 View commit details
    Browse the repository at this point in the history