File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ services:
35
35
# Hive
36
36
37
37
hive-server :
38
- image : johannestang/hive:2.3.4 -postgresql-metastore-s3
38
+ image : johannestang/hive:2.3.6 -postgresql-metastore-s3
39
39
restart : always
40
40
env_file :
41
41
- ./config/hadoop-hive.env
@@ -51,7 +51,7 @@ services:
51
51
- base_net
52
52
53
53
hive-metastore :
54
- image : johannestang/hive:2.3.4 -postgresql-metastore-s3
54
+ image : johannestang/hive:2.3.6 -postgresql-metastore-s3
55
55
restart : always
56
56
env_file :
57
57
- ./config/hadoop-hive.env
Original file line number Diff line number Diff line change 2
2
# The following changes have been made:
3
3
#
4
4
# 1. Hadoop updated to 2.8.5
5
- # 2. Hive updated to 2.3.4
5
+ # 2. Hive updated to 2.3.6
6
6
# 3. AWS S3 jars added
7
7
8
8
FROM johannestang/hadoop-base:2.0.0-hadoop2.8.5-java8
9
9
10
10
11
11
12
12
ENV HADOOP_VERSION 2.8.5
13
- ENV HIVE_VERSION 2.3.4
13
+ ENV HIVE_VERSION 2.3.6
14
14
ENV AWS_VERSION=1.10.75.2
15
15
16
16
ENV HIVE_HOME /opt/hive
You can’t perform that action at this time.
0 commit comments