Collect Information
Before deploying a cluster, you should collect the following information:
- The fully qualified domain name (FQDN) of each host in your system. The Ambari Cluster Install wizard supports using IP addresses. You can use the following command to check or verify the FQDN of a host.
hostname -f
- A list of components you want to set up on each host.
- The base directories you want to use as mount points for storing.
Important
You must use base directories that provide persistent storage locations for your components and your Hadoop data. Installing components in locations that may be removed from a host may result in cluster failure or data loss. For example: Do not use /tmp
in a base directory path.