[CELEBORN-1599] Container Info REST API#2758
[CELEBORN-1599] Container Info REST API#2758akpatnam25 wants to merge 21 commits intoapache:mainfrom
Conversation
|
ping @FMX @SteNicholas @waitinfuture @turboFei PTAL thanks. |
|
ping @mridulm |
You need to fix dependencies for all modules. |
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala
Outdated
Show resolved
Hide resolved
common/src/main/scala/org/apache/celeborn/common/container/ContainerInfoProvider.scala
Show resolved
Hide resolved
common/src/main/scala/org/apache/celeborn/common/container/DefaultContainerInfoProvider.scala
Show resolved
Hide resolved
updated to keep the logic in the |
|
ping @FMX @SteNicholas @mridulm PTAL. thanks |
...rc/main/scala/org/apache/celeborn/server/common/container/DefaultContainerInfoProvider.scala
Outdated
Show resolved
Hide resolved
...rc/main/scala/org/apache/celeborn/server/common/container/DefaultContainerInfoProvider.scala
Outdated
Show resolved
Hide resolved
|
China is celebrating its seven-day National Day holidays |
sure, thanks for letting me know @turboFei |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2758 +/- ##
==========================================
- Coverage 33.13% 33.05% -0.07%
==========================================
Files 314 317 +3
Lines 18435 18730 +295
Branches 1691 1719 +28
==========================================
+ Hits 6106 6189 +83
- Misses 11988 12200 +212
Partials 341 341 ☔ View full report in Codecov by Sentry. |
...rc/main/scala/org/apache/celeborn/server/common/container/DefaultContainerInfoProvider.scala
Show resolved
Hide resolved
|
@FMX sorry for the delay in responding, I was out on vacation. We need the reflection, because the |
|
Thanks. Merged into main(v0.6.0). |
### What changes were proposed in this pull request? Adding REST api and cli for container info. User can configure this api to be based on whichever cluster manager they are using. ### Why are the changes needed? see above ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? added UTs Closes apache#2758 from akpatnam25/CELEBORN-1599. Authored-by: Aravind Patnam <akpatnam25@gmail.com> Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
What changes were proposed in this pull request?
Adding REST api and cli for container info. User can configure this api to be based on whichever cluster manager they are using.
Why are the changes needed?
see above
Does this PR introduce any user-facing change?
No
How was this patch tested?
added UTs