File tree 2 files changed +1
-5
lines changed 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ For more details ensure to see `values.yaml` file directly.
54
54
| dataNode.resources.limits.memory | string | ` "2048Mi" ` | |
55
55
| dataNode.resources.requests.cpu | string | ` "10m" ` | |
56
56
| dataNode.resources.requests.memory | string | ` "256Mi" ` | |
57
- | hadoopVersion | string | ` "2.7.7" ` | |
58
57
| httpfs.adminPort | int | ` 14001 ` | |
59
58
| httpfs.port | int | ` 14000 ` | |
60
59
| image.pullPolicy | string | ` "IfNotPresent" ` | |
Original file line number Diff line number Diff line change 1
1
# The base hadoop image to use for all components.
2
2
# See this repo for image build details: https://github.com/Comcast/kube-yarn/tree/master/image
3
3
image :
4
- repository : gradiant/hadoop-base
4
+ repository : gradiant/hdfs
5
5
tag : 2.7.7
6
6
pullPolicy : IfNotPresent
7
7
8
- # The version of the hadoop libraries being used in the image.
9
- hadoopVersion : 2.7.7
10
-
11
8
# Select antiAffinity as either hard or soft, default is 'soft'
12
9
# 'hard' is sugested for production setup
13
10
antiAffinity : " soft"
You can’t perform that action at this time.
0 commit comments