Skip to content

Commit a48c2d7

Browse files
committed
update hive requirements
1 parent 6d82bf3 commit a48c2d7

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

charts/hive/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
appVersion: 2.3.6
33
description: The Apache Hive ™ data warehouse software facilitates reading, writing, and managing large datasets
4-
residing in distributed storage using SQL. Structure can be projected onto data already in storage. A command
4+
residing in distributed storage using SQL. Structure can be projected onto data already in storage. A command
55
line tool and JDBC driver are provided to connect users to Hive.
66
home: https://hive.apache.org/
77
icon: https://hive.apache.org/images/hive_logo_medium.jpg

charts/hive/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hive
22

3-
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![AppVersion: 2.3.6](https://img.shields.io/badge/AppVersion-2.3.6-informational?style=flat-square)
3+
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![AppVersion: 2.3.6](https://img.shields.io/badge/AppVersion-2.3.6-informational?style=flat-square)
44

55
The Apache Hive ™ data warehouse software facilitates reading, writing, and managing large datasets residing in distributed storage using SQL. Structure can be projected onto data already in storage. A command line tool and JDBC driver are provided to connect users to Hive.
66

@@ -22,7 +22,6 @@ The Apache Hive ™ data warehouse software facilitates reading, writing, and ma
2222

2323
| Repository | Name | Version |
2424
|------------|------|---------|
25-
| https://charts.bitnami.com/bitnami | postgresql | ~8.6.0 |
2625
| https://gradiant.github.io/charts | hdfs | ~0.1.8 |
2726
| https://gradiant.github.io/charts | hive-metastore | ~0.1.2 |
2827

charts/hive/requirements.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
dependencies:
22
- name: hive-metastore
33
alias: metastore
4-
version: ~0.1.2
4+
version: ~0.1.3
55
repository: https://gradiant.github.io/charts
66
condition: metastore.enabled
77
- name: hdfs
8-
version: ~0.1.8
8+
version: ~0.1.10
99
repository: https://gradiant.github.io/charts
1010
condition: hdfs.enabled

charts/hive/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ hdfs:
2525
conf:
2626
logLevel: INFO
2727
hiveSite:
28-
# if not set, default hive.metastore.uris is default uri
29-
# from metastore requirement: "thrift://{{.Release.Name}}-metastore:9083"
30-
hive.metastore.uris:
28+
# if not set, default hive.metastore.uris is default uri from metastore requirement:
29+
# "thrift://{{.Release.Name}}-metastore:9083"
30+
hive.metastore.uris:
3131
hdfsAdminUser: hdfs
3232
# if not set, default is configMap from hdfs requirement {{.Release.Name}}-hdfs-hadoop
3333
hadoopConfigMap:

0 commit comments

Comments
 (0)