You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-5
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,13 @@ All notable changes to this project will be documented in this file.
8
8
9
9
- The possibility to specify `configOverrides` and `envOverrides` ([#122]).
10
10
- Reconciliation errors are now reported as Kubernetes events ([#130]).
11
-
- Use cli argument `watch-namespace` / env var `WATCH_NAMESPACE` to specify
12
-
a single namespace to watch ([#134]).
11
+
- Use cli argument `watch-namespace` / env var `WATCH_NAMESPACE` to specify a single namespace to watch ([#134]).
13
12
- Config builder for `hdfs-site.xml` and `core-site.xml` ([#150]).
14
13
- Discovery configmap that exposes the namenode services for clients to connect ([#150]).
15
14
- Documented service discovery for namenodes ([#150]).
16
-
- Publish warning events when role replicas don't meet certain minimum requirements ([#162])
15
+
- Publish warning events when role replicas don't meet certain minimum requirements ([#162]).
16
+
- PVCs for data storage, cpu and memory limits are now configurable ([#164]).
17
+
- Fix environment variable names according to <https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/ClusterSetup.html#Configuring_Environment_of_Hadoop_Daemons> ([#164]).
17
18
18
19
### Changed
19
20
@@ -25,7 +26,8 @@ All notable changes to this project will be documented in this file.
0 commit comments