-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
customer-requestrelease-note/action-requiredDenotes a PR that introduces potentially breaking changes that require user action.Denotes a PR that introduces potentially breaking changes that require user action.release/22.11.0size/Stype/feature-new
Description
The hive-operator allows you to specify an S3 location but not a HDFS cluster. Add support to allow HDFS to be used as the storage target for hive tables.
Afterwards https://github.com/stackabletech/trino-operator/blob/bc442aa2f785208db5dd4ca98c2ba6d880370771/tests/templates/kuttl/smoke/check-s3.py#L91-L99 can be updated to the new mechanism.
It also servers as a perfect testcase
CRD proposal which matches the way we do in Trino: https://github.com/stackabletech/trino-operator/blob/bc442aa2f785208db5dd4ca98c2ba6d880370771/tests/templates/kuttl/smoke/10-install-trino.yaml.j2#L43-L57
spec:
version: {{ test_scenario['values']['hive'] }}
s3:
reference: minio
hdfs:
configMap: hdfs
- Implemented
- Trino tests adopted (see comment above) and pass
- Feature tracker updated
Metadata
Metadata
Assignees
Labels
customer-requestrelease-note/action-requiredDenotes a PR that introduces potentially breaking changes that require user action.Denotes a PR that introduces potentially breaking changes that require user action.release/22.11.0size/Stype/feature-new
Type
Projects
Status
Done