Skip to content

Commit 8636293

Browse files
Apply suggestions from code review
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent 8a70778 commit 8636293

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/modules/nifi/pages/usage_guide/updating.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:description: Easily update or downgrade Apache NiFi on Kubernetes by changing the CRD version.
33

44
Updating (or downgrading for that matter) the deployed version of NiFi is as simple as changing the version stated in the CRD.
5-
Continuing the example above, to change the deployed version from `2.6.0` to `2.7.2` you'd simply deploy the following CRD.
5+
Continuing the example above, the deployed version will be updated by deploying the following custom resource.
66

77
[source,yaml]
88
----
@@ -24,7 +24,7 @@ NiFi clusters cannot be upgraded or downgraded in a rolling fashion due to a lim
2424
When upgrading between NiFi 1 versions or from NiFi 1 to NiFi 2, any change to the NiFi version in the CRD triggers a full cluster restart with brief downtime.
2525
However, the Stackable image version can be updated in a rolling manner, provided the NiFi version remains unchanged.
2626
27-
For upgrades between NiFi 2 versions, e.g. from `2.6.0` to `2.7.2`, rolling upgrades are supported.
27+
Since NiFi version 2, rolling upgrades are supported.
2828
====
2929

3030
== NiFi 2.0.0

docs/modules/nifi/pages/usage_guide/writing-to-iceberg-tables.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ As of NiFi version `2.7.2` only `PutIceberg` is supported, you need to create an
1010

1111
== NiFi 2.7 and above
1212

13-
In NiFi `2.7.0` Iceberg support was https://issues.apache.org/jira/browse/NIFI-15062[re-added] after the removal in 2.0.0.
13+
In NiFi `2.7.0` Iceberg support was https://issues.apache.org/jira/browse/NIFI-15062[re-added] after the removal in `2.0.0`.
1414

15-
The 2.7 version has the following changes over the 2.0/2.6 version, you need to adopt your setup accordingly:
15+
The `2.7.x` version has the following changes over the `2.0.x` and `2.6.x` version, you need to adopt your setup accordingly:
1616

1717
* HDFS and Kerberos support was dropped
1818
* Hive metastore support was dropped
1919
* Iceberg REST catalog support was added
2020
* It now uses the Iceberg S3 IO instead of the Hadoop S3 client libraries
21-
* It uses much less dependencies and therefore CVEs
21+
* It uses much less dependencies and therefore reduces the amount of CVEs
2222

2323
There have been efforts from Stackable to re-add at least Hive metastore support, but that turned out to be complicated.
2424

0 commit comments

Comments
 (0)