Jason Fehr has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24313 )
Change subject: IMPALA-14974: Add Helm chart scaffold for core Impala services on Kubernetes ...................................................................... IMPALA-14974: Add Helm chart scaffold for core Impala services on Kubernetes Add the initial Helm chart scaffold for statestored, catalogd, impalad, and HMS. Include chart helpers and base values needed to deploy core Impala services on Kubernetes. Use Impala 4.5.0 quickstart images by default and avoid exposing the deprecated Beeswax port. Document the shared warehouse access mode default and include override guidance for clusters that do not provide RWX-capable storage classes. Add ASF license headers to Helm chart files so ASF RAT checks pass. Testing: - helm lint helm/impala - helm template impala-test helm/impala - helm template impala14974-override helm/impala --set impalad.v=0 --set catalogd.v=0 --set statestored.v=0 --set impalad.mtDopAutoFallback=false - Manual smoke deployment on Kubernetes with core services running and impala-shell query "select 1" succeeding. Assisted-by: GPT-5.3 (Cursor) Change-Id: Ie203b8528e193f320613c1c208d098908d76ed0b Reviewed-on: http://gerrit.cloudera.org:8080/24313 Tested-by: Jason Fehr <[email protected]> Reviewed-by: Jason Fehr <[email protected]> --- A helm/impala/Chart.yaml A helm/impala/templates/_helpers.tpl A helm/impala/templates/catalogd-deployment.yaml A helm/impala/templates/catalogd-service.yaml A helm/impala/templates/hms-deployment.yaml A helm/impala/templates/hms-service.yaml A helm/impala/templates/impalad-deployment.yaml A helm/impala/templates/impalad-service.yaml A helm/impala/templates/pvc.yaml A helm/impala/templates/statestored-deployment.yaml A helm/impala/templates/statestored-service.yaml A helm/impala/values.yaml 12 files changed, 789 insertions(+), 0 deletions(-) Approvals: Jason Fehr: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/24313 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie203b8528e193f320613c1c208d098908d76ed0b Gerrit-Change-Number: 24313 Gerrit-PatchSet: 23 Gerrit-Owner: Anubhav Jindal <[email protected]> Gerrit-Reviewer: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Anubhav Jindal <[email protected]> Gerrit-Reviewer: Gokul Kolady <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]>
