forked from boozallen/aissemble
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boozallen#127 boozallen#116 Hive Metastore Service v2 chart and Hive …
…upgrade Signed-off-by: Peter McClonski <mcclonski_peter@bah.com>
- Loading branch information
1 parent
28f6873
commit ab90b91
Showing
19 changed files
with
175 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 0 additions & 30 deletions
30
...ions-helm/extensions-helm-hive/aissemble-hive-metastore-service-chart/README.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
30 changes: 30 additions & 0 deletions
30
...ions-helm-spark-infrastructure/aissemble-hive-metastore-service-chart/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# aiSSEMBLE™ Hive Metastore Service Helm Chart | ||
Baseline Helm chart for packaging and deploying Hive Metastore Services. Chart is built and managed during the normal Maven build lifecycle and placed in the **target/helm/repo** directory. See https://github.com/kokuwaio/helm-maven-plugin for more details. | ||
|
||
# Basic usage with Helm CLI | ||
To use the module, perform [extension-helm setup](../README.md#leveraging-extensions-helm) and override the chart version with the desired aiSSEMBLE version. For example: | ||
```bash | ||
helm install hive-metastore-service ghcr.io/boozallen/aissemble-hive-metastore-service-chart --version <AISSEMBLE-VERSION> | ||
``` | ||
**Note**: *the version should match the aiSSEMBLE project version.* | ||
|
||
# Properties | ||
| Property | Description | Required Override | Default | | ||
|-------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| app.name | Sets label for app.kubernetes.io/name | No | hive-metastore-service | | ||
| app.version | Sets label for app.kubernetes.io/version | No | Chart.AppVersion (aiSSEMBLE project version) | | ||
| replicaCount | Sets desired number of replicas (instances) | No | 1 | | ||
| hostname | The hostname for the application | No | hive-metastore-service | | ||
| image.name | The image name | Yes | boozallen/aissemble-hive-service | | ||
| image.imagePullPolicy | The image pull policy | No | IfNotPresent | | ||
| image.dockerRepo | The image docker repository | No | ghcr.io/ | | ||
| image.tag | The image tag | No | Chart.AppVersion | | ||
| deployment.ports | The deployment ports | No |   - name: "thrift" <br/>  containerPort: 9083 | | ||
| deployment.env | The environment variables for the pod | No | See values.yaml | | ||
| deployment.restartPolicy | The deployment restart policy | No | Always | | ||
| deployment.volumeMounts | The deployment volume mounts | No |   - name: metastore-service-config <br/>  mountPath: /opt/apache-hive-metastore-3.0.0-bin/conf/metastore-site.xml <br/>  subPath: metastore-site.xml | | ||
| deployment.volumes | The deployment volumes | No |   - name: metastore-service-config <br/>  configMap: <br/>   name: metastore-service-config <br/>   items: <br/>     - key: metastore-site.xml <br/>     path: metastore-site.xml | | ||
| service.spec.ports | The service spec ports | No |   - name: "thrift" <br/>  port: 9083 <br/>  targetPort: 9083 | | ||
| configMap.metastoreServiceConfig.baseProperties | Default configuration for the metastore service | No | See values.yaml | | ||
| configMap.metastoreServiceConfig.properties | Optional configuration for the metastore service. Properties added here will be included in the configuration without overriding the default properties | No | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.