Skip to content

Commit

Permalink
Use latest documentation version link (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen committed Jul 17, 2024
1 parent b556756 commit e5ddbc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/modules/maintain-cluster/pages/rolling-upgrades.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before starting a rolling upgrade, consider the following best practices:
* Ensure that the <<hazelcast-members-compatibility-guarantees,Compatibility Guarantees>> cover your requirements
* If the minimum version of JDK has changed between releases, <<updated-jdk,upgrade the JDK version>> 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 <<enabling-auto-upgrading,minimum cluster size>>
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/migrate/pages/data-migration-tool.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
+
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/sql/pages/troubleshooting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e5ddbc6

Please sign in to comment.