Creating a cluster with HCatalog - Amazon EMR
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Creating a cluster with HCatalog

Although HCatalog is included in the Hive project, you must install it as its own application.

To launch a cluster with HCatalog installed using the console

The following procedure creates a cluster with HCatalog installed. For more information about creating clusters using the console, including Advanced Options see Plan and configure clusters in the Amazon EMR Management Guide.

  1. Open the Amazon EMR console at https://console.amazonaws.cn/emr.

  2. Choose Create cluster to use Quick Create.

  3. For the Software Configuration field, choose Amazon Release Version emr-4.4.0 or later.

  4. In the Select Applications field, choose either All Applications or HCatalog.

  5. Select other options as necessary and then choose Create cluster.

To launch a cluster with HCatalog using the Amazon CLI
  • Create the cluster with the following command:

    Note

    Linux line continuation characters (\) are included for readability. They can be removed or used in Linux commands. For Windows, remove them or replace with a caret (^).

    aws emr create-cluster --name "Cluster with Hcat" --release-label emr-7.2.0 \ --applications Name=HCatalog --ec2-attributes KeyName=myKey \ --instance-type m5.xlarge --instance-count 3 --use-default-roles