Updated on 2024-11-29 GMT+08:00

Installing a Client on a Node Outside the Cluster

  1. Prepare a Linux ECS outside the cluster. For details about the requirements, see Installing a Client on a Node Outside a Cluster.
  2. Install the client to a directory, for example, /opt/client, on the node outside the cluster by referring to Installing a Client on a Node Outside a Cluster.
  3. Check whether Kerberos authentication is enabled for the cluster.

  4. Log in to FusionInsight Manager by referring to Accessing FusionInsight Manager.
  5. Creating a User, for example, mrs-test. Set User Group to hadoop, Primary Group to hadoop, and Role to Manager_operator.

  6. Log in to the client node as user root and run the following commands to configure environment variables for security authentication:

    source /opt/client/bigdata_env

    kinit mrs-test

    Change the password upon the first authentication.