You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Add api methods for managing spark history server.
2. Add submission_time and auto_termination_time fields in spark application list and details responses.
BREAKING: The type of timestamp fields in Application response models has been changed to `datetime`.
Fields in Application and ApplicationGetResponse objects like start_time, end_time, finish_time will now have values of type `datetime` instead of plain strings.
Signed-off-by: Subin Shekhar <[email protected]>
0 commit comments