Skip to content

Commit

Permalink
rmove non migration
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Nov 28, 2024
1 parent 9dac2cd commit 47300c5
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@ license: |

- The mappings of the old RESTful APIs to the new RESTful APIs for Master.

| Old RESTful API | New RESTful API | Note |
|--------------------------|------------------------------------------|--------------------------------------------------|
| GET /conf | GET /api/v1/conf | |
| GET /listDynamicConfigs | GET /api/v1/conf/dynamic | |
| GET /threadDump | GET /api/v1/thread_dump | |
| GET /applications | GET /api/v1/applications | |
| GET /hostnames | GET /api/v1/applications/hostnames | |
| GET /shuffle | GET /api/v1/shuffles | |
| GET /masterGroupInfo | GET /api/v1/masters | |
| GET /workerInfo | GET /api/v1/workers | |
| GET /lostWorkers | GET /api/v1/workers | get the lostWorkers field in response |
| GET /excludedWorkers | GET /api/v1/workers | get the excludedWorkers field in response |
| GET /shutdownWorkers | GET /api/v1/workers | get the shutdownWorkers filed in response |
| GET /decommissionWorkers | GET /api/v1/workers | get the decommissioningWorkers filed in response |
| POST /exclude | POST /api/v1/workers/exclude | |
| GET /workerEventInfo | GET /api/v1/workers/events | |
| POST /sendWorkerEvent | POST /api/v1/workers/events | |
| Old RESTful API | New RESTful API | Note |
|--------------------------|------------------------------------|--------------------------------------------------|
| GET /conf | GET /api/v1/conf | |
| GET /listDynamicConfigs | GET /api/v1/conf/dynamic | |
| GET /threadDump | GET /api/v1/thread_dump | |
| GET /applications | GET /api/v1/applications | |
| GET /hostnames | GET /api/v1/applications/hostnames | |
| GET /shuffle | GET /api/v1/shuffles | |
| GET /masterGroupInfo | GET /api/v1/masters | |
| GET /workerInfo | GET g/api/v1/workers | |
| GET /lostWorkers | GET /api/v1/workers | get the lostWorkers field in response |
| GET /excludedWorkers | GET /api/v1/workers | get the excludedWorkers field in response |
| GET /shutdownWorkers | GET /api/v1/workers | get the shutdownWorkers filed in response |
| GET /decommissionWorkers | GET /api/v1/workers | get the decommissioningWorkers filed in response |
| POST /exclude | POST /api/v1/workers/exclude | |
| GET /workerEventInfo | GET /api/v1/workers/events | |
| POST /sendWorkerEvent | POST /api/v1/workers/events | |


- The mappings of the old RESTful APIs to the new RESTful APIs for Worker.
Expand Down Expand Up @@ -112,8 +112,6 @@ license: |

- Since 0.5.0, Celeborn worker REST API `/exit` uses POST method and the parameter `type` uses form parameter instead.

- Since 0.5.0, Celeborn Master and Worker support swagger UI for RESTful API, you can access the swagger UI at `http://<host>:<port>/swagger`.

## Upgrading from 0.4.0 to 0.4.1

- Since 0.4.1, Celeborn master adds a limit to the estimated partition size used for computing worker slots.
Expand Down

0 comments on commit 47300c5

Please sign in to comment.