Help Center> MapReduce Service> Developer Guide (Normal_3.x)> Hive Development Guide (Normal Mode)> More Information> Hive of the Cluster in Normal Mode Access Configuration on Windows Using EIPs
Updated on 2023-04-10 GMT+08:00

Hive of the Cluster in Normal Mode Access Configuration on Windows Using EIPs

Scenario

This section describes how to bind Elastic IP addresses (EIPs) to a cluster and configure Hive files so that sample files can be compiled locally.

This section uses hive-jdbc-example as an example.

Procedure

  1. Apply for an EIP for each node in the cluster and add public IP addresses and corresponding host domain names of all nodes to the Windows local hosts file. (If a host name contains uppercase letters, change them to lowercase letters.)

    1. On the VPC console, apply for EIPs (the number of EIPs you buy should be equal to the number of nodes in the cluster), click the name of each node in the MRS cluster, and bind an EIP to each node on the EIPs page.

      For details, see Virtual Private Cloud > User Guide > EIP > Assigning an EIP and Binding It to an ECS.

    2. Record the mapping between the public IP addresses and private IP addresses. Change the private IP addresses in the hosts file to the corresponding public IP addresses.

  2. Configure security group rules for the cluster.

    1. On the Dashboard page, choose Add Security Group Rule > Manage Security Group Rule.

    2. On the Inbound Rules tab page, click Add Rule. In the Add Inbound Rule dialog box, configure the Windows IP address and port 10000.

  3. On Manager, choose Cluster > Services > Hive > More > Download Client, and copy the core-site.xml and hiveclient.properties files on the client to the resources directory of the sample project.
  4. In the sample code, change the ZooKeeper IP addresses in the JDBC URL to the HiveServer2 host name for connection. Change the URL to jdbc:hive2:// HiveServer host name:10000/.

    • The IP addresses in the /hiveserver2 directory of ZooKeeper are private IP addresses and cannot be used to connect to Hive from Windows. Therefore, you need to replace ZooKeeper IP addresses with the HiveServer2 host name.
    • To obtain the HiveServer2 host name, choose Cluster > Services > Hive > Instance on Manager and view Host Name of HiveServer on the Instance page.