Installation
Also available as:
PDF
loading table of contents...

Installing, Configuring, and Deploying a HDP Cluster with HCP

Use the Ambari Install wizard running in your browser to install, configure, and deploy your cluster.

  1. Open Ambari Web using a web browser.

    1. Point your browser to http://<your.ambari.server>:8080, where <your.ambari.server> is the name of your ambari server host. For example, a default Ambari server host is located at http://c6401.ambari.apache.org:8080.

    2. Log in to the Ambari Server using the default user name/password: admin/admin. You can change these credentials later.

      For a new cluster, the Ambari install wizard displays a Welcome page from which you launch the Ambari Install wizard.

  2. For an existing cluster, choose Choose Services from the Actions/Add Service Wizard menu and skip to Step 7.

  3. From the Ambari Welcome page, choose Launch Install Wizard.

  4. In Name your cluster, type a name for the cluster you want to create, and then choose Next.

    Use no white spaces or special characters in the name.

  5. Select the HDP stack you want to run.

    HCP supports HDP 2.5.

  6. Enter the set up information for which the install wizard prompts you.

    You need to supply the FQDN of each of your hosts. The wizard also needs to access the private key file you created in Set Up Password-less SSH. Using the host names and key file information, the wizard can locate, access, and interact securely with all hosts in the cluster.

    1. Use the Target Hosts text box to enter your list of host names, one per line.

      You can use ranges inside brackets to indicate larger sets of hosts. For example, for host01.domain through host10.domain use host[01-10].domain

      [Note]Note

      If you are deploying on EC2, use the internal Private DNS host names.

    2. If you want to let Ambari automatically install the Ambari Agent on all your hosts using SSH, select Provide your SSH Private Key and either use the Choose File button in the Host Registration Information section to find the private key file that matches the public key you installed earlier on all your hosts or cut and paste the key into the text box manually.

      [Note]Note

      If you are using IE 9, the Choose File button may not appear. Use the text box to cut and paste your private key manually.

      Fill in the user name for the SSH key you have selected. If you do not want to use root , you must provide the user name for an account that can execute sudo without entering a password.

    3. Choose Register and Confirm to continue.

      Ambari displays the Choose Services dialog box that lists the services that Ambari can install into the cluster.

  7. Choose the services to install into the cluster, and then click Next.

    Figure 3.3. Ambari Choose Services Window


    HCP requires the following services:

    • HDFS

    • HBase

    • ZooKeeper

    • Storm

    • Kafka

    • Ambari Metric Service

    • Metron

    • Elasticsearch (Can be installed either manually or by Ambari. Hortonworks recommends installing Elasticsearch by Ambari.)

    • Kibana (Can be installed either manually or by Ambari. Hortonworks recommends installing Kibana by Ambari.

    • Zeppelin Notebook

    • Spark

    • Hive

    • Tez

    • Yarn

    Ambari displays the Assign Masters window.

  8. Verify that the Ambari install wizard has assigned the master components for selected services to appropriate hosts in your cluster.

    Figure 3.4. Ambari Assign Masters Window


    If Ambari detects any errors in your master component assignments, it will indicate the error in red.

    1. To change the host assignment for a service, select a host name from the drop-down menu for that service.

    2. To remove a ZooKeeper instance, click the green minus icon next to the host address you want to remove.

    3. When you are satisfied with the assignments, click Next.

  9. Verify that the Ambari install wizard has assigned the slave components (DataNodes, NodeManagers, and RegionServers) to appropriate hosts in your cluster.

    1. Use all or none to select all of the hosts in the column or none of the hosts, respectively.

      If a host has an asterisk next to it, that host is also running one or more master components. Hover your mouse over the asterisk to see which master components are on that host.

    2. Select a minimum of one Elasticsearch data node. The data node cannot be on same host as the master.

    3. Fine-tune your selections by using the check boxes next to specific hosts.

    4. Check the Client checkbox for any components that have the Supervisor checkbox checked.

      Figure 3.5. Ambari Assign Slaves and Clients Window


    5. When you are satisfied with your assignments, click Next.

  10. Review each service tab in the Customize Services window and modify your HDP cluster setup if appropriate.

    1. Browse through each service tab. By hovering your cursor over each of the properties, you can see a brief description of what the property does.

      The number of service tabs shown depends on the services you decided to install in your cluster. Any tab that requires input displays a red badge with the number of properties that need attention. Select each service tab that displays a red badge number and enter the appropriate information.

      The following is a list of service tabs for which you'll need to provide information:

      • Kibana

        kibana_es_url

        Set to the fully-qualified url for the Elasticsearch master: http://es-master-host:9200.

      • Metron

        The Metron tab contains a few tabs that contain information that is critical to HCP set up.

        • Index Settings tab

          Elasticsearch Hosts

          A comma separated list of Elasticsearch data nodes that you identified in Step 10.

        • REST tab

          Metron REST port

          Use 8082.

          JDBC URL

          jdbc:mysql://mysql_host:3306/metronrest

          JDBC Driver

          com.mysql.jdbc.Driver

          You can choose between the following databases for the REST configuration:

          • PostgreSQL

          • MySQL

          • H2

          • Oracle

          JDBC Username

          Metron REST user name

          JDBC Password

          Metron REST password

          Metron JDBC client path

          <MYSQL_JAVA_CONNECTOR_PATH>/mysql-connector-java-5.1.41-bin.jar

          Advanced Tab (Metron)

          Most of the fields in the Advanced tab are auto populated and should not be modified.

      • Misc tab

        The service account users and groups are available under the Misc tab. These are the operating system accounts the service components will run as. If these users do not exist on your hosts, Ambari will automatically create the users and groups locally on the hosts. If these users already exist, Ambari will use those accounts.

        Depending on how your environment is configured, you might not allow groupmod or usermod operations. If this is the case, you must be sure all users and groups are already created and be sure to select the Skip group modifications option on the Misc tab. This tells Ambari to not modify group membership for the service users.

  11. Check the assignments displayed by Ambari to ensure that everything is correct, and then click Deploy.

    Figure 3.6. Install, Start and Test Window


    If you need to make changes, use the left navigation bar to return to the appropriate screen.

    The progress of the install displays on the screen. Ambari installs, starts, and runs a simple test on each component. Overall status of the process displays in a progress bar at the top of the screen and host-by-host status displays in the main section. Do not refresh your browser during this process. Refreshing the browser might interrupt the progress indicators.

    To see specific information on what tasks have been completed per host, click the link in the Message column for the appropriate host. In the Tasks pop-up, click the individual task to see the related log files. You can select filter conditions by using the Show drop-down list. To see a larger version of the log contents, click the Open icon or, to copy the contents to the clipboard, use the Copy icon.

  12. When Successfully installed and started the services appears, click Next.