Skip to content

Commit 7f83689

Browse files
committed
Hive updated to 2.3.6.
1 parent f58d542 commit 7f83689

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
# Hive
3636

3737
hive-server:
38-
image: johannestang/hive:2.3.4-postgresql-metastore-s3
38+
image: johannestang/hive:2.3.6-postgresql-metastore-s3
3939
restart: always
4040
env_file:
4141
- ./config/hadoop-hive.env
@@ -51,7 +51,7 @@ services:
5151
- base_net
5252

5353
hive-metastore:
54-
image: johannestang/hive:2.3.4-postgresql-metastore-s3
54+
image: johannestang/hive:2.3.6-postgresql-metastore-s3
5555
restart: always
5656
env_file:
5757
- ./config/hadoop-hive.env

images/hadoop-hive/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# The following changes have been made:
33
#
44
# 1. Hadoop updated to 2.8.5
5-
# 2. Hive updated to 2.3.4
5+
# 2. Hive updated to 2.3.6
66
# 3. AWS S3 jars added
77

88
FROM johannestang/hadoop-base:2.0.0-hadoop2.8.5-java8
99

1010
1111

1212
ENV HADOOP_VERSION 2.8.5
13-
ENV HIVE_VERSION 2.3.4
13+
ENV HIVE_VERSION 2.3.6
1414
ENV AWS_VERSION=1.10.75.2
1515

1616
ENV HIVE_HOME /opt/hive

0 commit comments

Comments
 (0)