diff --git a/docs/modules/maintain-cluster/pages/rolling-upgrades.adoc b/docs/modules/maintain-cluster/pages/rolling-upgrades.adoc index be53f822b..ada172d5f 100644 --- a/docs/modules/maintain-cluster/pages/rolling-upgrades.adoc +++ b/docs/modules/maintain-cluster/pages/rolling-upgrades.adoc @@ -12,7 +12,7 @@ Before starting a rolling upgrade, consider the following best practices: * Ensure that the <> cover your requirements * If the minimum version of JDK has changed between releases, <> before starting a rolling upgrade * If you used Hazelcast Operator to deploy your cluster, refer to the link:https://docs.hazelcast.com/operator/latest/scaling-upgrading#upgrading[Operator documentation, window=_blank] -* If using Hazelcast Management Center to trigger your rolling upgrade, upgrade Management Center before upgrading your members. For information on upgrading Management Center, refer to the link:https://docs.hazelcast.com/management-center/5.4/getting-started/install[Management Center documentation, window=_blank], or if you deployed Management Center using the Hazelcast Operator, refer to the link:https://docs.hazelcast.com/operator/latest/deploy-management-center.adoc[Operator documentation, window=_blank] +* If using Hazelcast Management Center to trigger your rolling upgrade, upgrade Management Center before upgrading your members. For information on upgrading Management Center, refer to the link:https://docs.hazelcast.com/management-center/latest/getting-started/install[Management Center documentation, window=_blank], or if you deployed Management Center using the Hazelcast Operator, refer to the link:https://docs.hazelcast.com/operator/latest/deploy-management-center.adoc[Operator documentation, window=_blank] * If using the `hz-cluster-admin` script to update your cluster, enable the `CLUSTER_WRITE` endpoints in the REST API. For further information on the {open-source-product-name} REST API, see xref:maintain-cluster:rest-api.adoc#using-the-rest-endpoint-groups[{open-source-product-name} REST API]. For further information on the {enterprise-product-name} REST API, see xref:maintain-cluster:enterprise-rest-api.adoc#dynamic-configuration-update-rest-endpoint[{enterprise-product-name} REST API] * Plan sufficient time for the migration and upgrade to complete, and remember that the members cannot change during the upgrade * Avoid issues where an automatic upgrade is triggered before the last member has been upgraded by setting a <> diff --git a/docs/modules/migrate/pages/data-migration-tool.adoc b/docs/modules/migrate/pages/data-migration-tool.adoc index 7dbead9ee..2cc94d6b3 100644 --- a/docs/modules/migrate/pages/data-migration-tool.adoc +++ b/docs/modules/migrate/pages/data-migration-tool.adoc @@ -362,8 +362,8 @@ You can verify the size of the map in the target cluster in the following ways: + To use the Hazelcast Management Center, you can use either of the following methods: + -** Check the target map size, as described in the https://docs.hazelcast.com/management-center/5.3/data-structures/map[Maps] section of the Hazelcast Management Center documentation -** Check the map entries, as described in the https://docs.hazelcast.com/management-center/5.3/data-structures/map#map-browser[Exploring Map Entries] section of the Hazelcast Management Center documentation +** Check the target map size, as described in the https://docs.hazelcast.com/management-center/latest/data-structures/map[Maps] section of the Hazelcast Management Center documentation +** Check the map entries, as described in the https://docs.hazelcast.com/management-center/latest/data-structures/map#map-browser[Exploring Map Entries] section of the Hazelcast Management Center documentation * Use Hazelcast CLC + diff --git a/docs/modules/sql/pages/troubleshooting.adoc b/docs/modules/sql/pages/troubleshooting.adoc index a90047998..61998671d 100644 --- a/docs/modules/sql/pages/troubleshooting.adoc +++ b/docs/modules/sql/pages/troubleshooting.adoc @@ -12,7 +12,7 @@ This section provides troubleshooting for the `CREATE MAPPING` statement. You cannot create mappings to local files in the parquet format. -To read from local files in the parquet format, you can use the Java link:https://docs.hazelcast.org/docs/5.1/javadoc/com/hazelcast/jet/pipeline/file/FileSourceBuilder.html[`FileSourceBuilder` API] with the `useHadoopforLocalFiles` method. See the xref:integrate:file-connector.adoc#usehadoopforlocalfiles[unified file connector documentation] for examples. +To read from local files in the parquet format, you can use the Java link:https://docs.hazelcast.org/docs/latest/javadoc/com/hazelcast/jet/pipeline/file/FileSourceBuilder.html[`FileSourceBuilder` API] with the `useHadoopforLocalFiles` method. See the xref:integrate:file-connector.adoc#usehadoopforlocalfiles[unified file connector documentation] for examples. === Could not find ReadFileFnProvider