-
-
Notifications
You must be signed in to change notification settings - Fork 4
feat: HBase Listener integration #639
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
base: main
Are you sure you want to change the base?
Conversation
Can you please run |
The corresponding product patch branch is (AIUI) https://github.com/stackabletech/docker-images/tree/feat/hbase-resolvable-endpoints. |
I haven't tested accessing hbase with an actual client and there's a lot (lot) of cleanup to do, but https://github.com/stackabletech/hbase-operator/tree/feat/integrate-listener-operator-/nat (61c79a5) and https://github.com/stackabletech/docker-images/tree/feat/hbase-resolvable-endpoints-/nat (stackabletech/docker-images@2a2a5ac) seem to consistently make it all look correct in the UI at least. |
…g through as as argument
Description
fixes: #618
How to test
bake -p hbase
from the branch for this PRkind load docker-image oci.stackable.tech/sdp/hbase:2.6.1-stackable0.0.0-dev --name stackable-data-platform
stackable op in hbase=0.0.0-pr639
./scripts/run-tests --skip-operator hbase --test ...
Implementation notes
Output from the HBase demo:
The Localities indicate that the serving region is the same node as the HDFS data:
CRD change
Note
There does not need to be a decision on this (discussed briefly in planning 09.04.2024) as the implementation is in line with existing implementations for HDFs and Kafka.
old:
new:
(this is inline with the implementations for HDFS and Kafka)
Tests (OpenShift)
Definition of Done Checklist
Author
Reviewer
Acceptance