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

[CELEBORN-1440] Support baseline implementation of Celeborn Dashboard Server #2584

Closed
wants to merge 1 commit into from

Conversation

SteNicholas
Copy link
Member

What changes were proposed in this pull request?

Support baseline implementation of Celeborn Dashboard Server including:

  • Introduce Web server to support Web Rest API of Celeborn Dashboard.
  • Introduce /cluster/overview to support Cluster Rest API of Celeborn Dashboard.

Why are the changes needed?

Celeborn Dashboard has already supported frontend, which needs server to provide Celeborn backend. Celeborn Dashboard should support implementation of Celeborn Dashboard Server.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

  • WebArgumentsSuite
  • ApiWebResourceSuite

@SteNicholas SteNicholas force-pushed the CELEBORN-1440 branch 2 times, most recently from f32fbc0 to 192d035 Compare June 21, 2024 09:39
@turboFei
Copy link
Member

turboFei commented Jul 11, 2024

could you rebase the code for web service openapi config?

object OpenAPIConfig {
val packages = Map(
Service.MASTER -> Seq(
"org.apache.celeborn.server.common.http.api",
"org.apache.celeborn.service.deploy.master.http.api"),
Service.WORKER -> Seq(
"org.apache.celeborn.server.common.http.api",
"org.apache.celeborn.service.deploy.worker.http.api"))
}

Copy link

This PR is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 10 days.

Copy link

This PR is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the stale label Aug 21, 2024
Copy link

github-actions bot commented Sep 1, 2024

This issue was closed because it has been staled for 10 days with no activity.

@github-actions github-actions bot closed this Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants