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-45641][UI] Display the application start time on AllJobsPage #43495

Closed
wants to merge 3 commits into from

Conversation

yaooqinn
Copy link
Member

@yaooqinn yaooqinn commented Oct 24, 2023

What changes were proposed in this pull request?

This PR adds content for the application start time on AllJobsPage.

Why are the changes needed?

The application start time currently remains in a long value form, which is not convenient for users to read on the environment tab. It's also useful on the AllJobsPage, such as identifying a long pause before job 0 gets scheduled.

Does this PR introduce any user-facing change?

yes, UI updates

How was this patch tested?

locally tested

Screenshot 2023-10-24 at 13 44 19

Was this patch authored or co-authored using generative AI tooling?

no

@yaooqinn yaooqinn changed the title [SPARK-45641][UI] Display the application start time of an app follow… [SPARK-45641][UI] Display the application start time of an app following the Total Uptime segment on AllJobsPage Oct 24, 2023
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @yaooqinn .
It sounds good, but can we have this as a separate line? WDYT?

@yaooqinn yaooqinn changed the title [SPARK-45641][UI] Display the application start time of an app following the Total Uptime segment on AllJobsPage [SPARK-45641][UI] Display the application start time on AllJobsPage Oct 24, 2023
@yaooqinn
Copy link
Member Author

@dongjoon-hyun Your suggestion SGTM. Addressed. Please retake a look when you have some time. Thank you.

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM. Thank you for updating, @yaooqinn . It looks nice.

@dongjoon-hyun
Copy link
Member

I also verified this UI patch locally.
Screenshot 2023-10-24 at 1 13 16 AM

Merged to master for Apache Spark 4.0.

@yaooqinn
Copy link
Member Author

Thank you very much, @dongjoon-hyun for the merge and effort of extra local verification

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants