Skip to content

Commit

Permalink
feat: add spark history server api
Browse files Browse the repository at this point in the history
Add api methods for managing spark history server.
Add SubmissionTime and AutoTerminationTime fields to Application response models.

BREAKING CHANGE: Type of timestamp fields in Application response models has been changed to `*strfmt.DateTime`.

The type of timestamp fields like StartTime, EndTime in `ApplicationGetResponse`, `ApplicationGetStateResponse` and `Application` models has been changed from `*string` to `*strfmt.DateTime`.

Signed-off-by: Subin Shekhar <subinpc@gmail.com>
  • Loading branch information
subinpc committed Jan 1, 2023
1 parent d5954ad commit be912fa
Show file tree
Hide file tree
Showing 4 changed files with 1,061 additions and 87 deletions.
Loading

0 comments on commit be912fa

Please sign in to comment.