Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit d13b786

Browse files
committed
Add support for listing Spark History Servers (#210)
## Description I suggest reviewing commits separately Currently with stackabletech/spark-k8s-operator#187 it produces. We should probably adopt the exposed services ``` ┌──────────────────────┬───────────────┬──────────────────────────────┬───────────────────────────────────────────┬──────┐ │ Product ┆ Name ┆ Namespace ┆ Endpoints ┆ Info │ ╞══════════════════════╪═══════════════╪══════════════════════════════╪═══════════════════════════════════════════╪══════╡ │ spark-history-server ┆ spark-history ┆ kuttl-test-credible-crayfish ┆ node-http http://172.18.0.4:32525 ┆ │ │ ┆ ┆ ┆ node-cleaner-http http://172.18.0.4:32589 ┆ │ └──────────────────────┴───────────────┴──────────────────────────────┴───────────────────────────────────────────┴──────┘ ``` ## Review Checklist - [ ] Code contains useful comments - [ ] (Integration-)Test cases added (or not applicable) - [ ] Documentation added (or not applicable) - [ ] Changelog updated (or not applicable) - [ ] Cargo.toml only contains references to git tags (not specific commits or branches) Once the review is done, comment `bors r+` (or `bors merge`) to merge. [Further information](https://bors.tech/documentation/getting-started/#reviewing-pull-requests)
1 parent 07af0a7 commit d13b786

File tree

6 files changed

+681
-628
lines changed

6 files changed

+681
-628
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- Support listing OpenSearch Dashboards services ([#187](https://github.com/stackabletech/stackablectl/pull/187)).
8+
- Add support for listing Spark History Servers ([#210](https://github.com/stackabletech/stackablectl/pull/210)).
89

910
### Changed
1011

0 commit comments

Comments
 (0)