All Products
Search
Document Center

E-MapReduce:Manage Domain Names

Last Updated:Jul 17, 2026

EMR Serverless Spark allows you to manage custom domain name mappings for a workspace, resolving DNS issues so that jobs can access external services and resources in cloud environments.

Limitations

  • Only IPv4 is supported.

  • You can add a domain name only when the workspace is in the Running state.

  • Each workspace supports a maximum of 200 IP address-to-domain name mappings.

Important notes

After you add, modify, or delete a domain name mapping, you must restart the affected jobs for the changes to take effect. Otherwise, the changes do not take effect and may cause connection failures or service disruptions.

Add domain name

  1. Navigate to the domain name management settings.

    1. Log on to the E-MapReduce console.

    2. In the left navigation pane, choose EMR Serverless > Spark.

    3. For the target workspace, in the Actions column, choose image > Manage Domain Names.

  2. In the Manage Domain Names dialog box, add a new IP address-to-domain name mapping.

    Ensure the domain name and IP address are valid.

  3. Click OK.

Modify domain name

  1. In the Manage Domain Names dialog box, edit the IP address or domain name for the desired mapping.

    Ensure the new values are valid.

  2. Click OK.

Delete domain name

  1. In the Manage Domain Names dialog box, delete the desired IP address-to-domain name mapping.

  2. Click OK.

Example

The following example shows how to connect to a Hive Metastore service in a VPC by using a domain name.

  1. Add a domain name mapping.

    In the Manage Domain Names dialog box, add a mapping between the Hive Metastore domain name and its IP address.image

  2. Add a catalog.

    1. On the Catalogs page, click Add Catalog.

    2. In the Add Catalog dialog box, click External Hive Metastore, configure the required settings, and then click OK.image

      For more information, see Connect to an external Hive Metastore service.

You can then use the newly added catalog in Data Development.