After cross-cluster mutual trust is configured, permission must be configured for users in the local cluster, so that the users can access the same resources in the peer cluster as the users in the peer cluster.
The operations described in this section apply only to clusters of versions earlier than MRS 3.x.
For clusters of MRS 3.x or later, see Assigning User Permissions After Cross-Cluster Mutual Trust Is Configured.
The mutual trust relationship has been configured between two clusters (clusters A and B). The clients of the clusters have been updated.
For example, user admin of cluster A has the permission to access and create files in the /tmp directory of cluster A. Then go to 4.
For example, if you have updated the client on the Master2 node, log in to the Master2 node to use the client. For details, see Using an MRS Client.
hdfs dfs -ls hdfs://192.168.6.159:9820/tmp
In the preceding command, 192.168.6.159 is the IP address of the active NameNode of cluster A; 9820 is the default port for communication between the client and the NameNode.
For MRS 1.6.2 or earlier, the default port number is 25000. For details, see List of Open Source Component Ports.
hdfs dfs -touchz hdfs://192.168.6.159:9820/tmp/mrstest.txt
If you can query the mrstest.txt file in the /tmp directory of cluster A, the cross-cluster mutual trust is configured successfully.