Meet Minimum System Requirements

Your system must meet the following system requirements:

Software Requirements

On each of your hosts:

  • yum and rpm (RHEL/Rocky Linux)
  • apt (Ubuntu)
  • scp, curl, unzip, tar, wget, and gcc
  • OpenSSL (v1.01, build 16 or later)
  • Java8 with devel package
  • Python 3.11 (with python-devel)

Python 3.11.x should be the default Python version when installing Ambari and the ODP cluster.

Bash
Copy

Install the following required packages for ODP:

Bash
Copy

Memory Requirements

The Ambari host should have at least 1 GB RAM, with 500 MB free.

To check the available memory on any host, run the free -m command.

Note Use these values as guidelines. Be sure to test them for your specific environment.

Package Size and Inode Count Requirements

SizeInodes
Ambari Server100MB5,000
Ambari Agent8MB1,000
After Ambari Server SetupN/A4,000
After Ambari Server StartN/A500
After Ambari Agent StartN/A200

Note Size and Inode values are approximate.

Maximum Open Files Requirements

The recommended maximum number of open file descriptors is 10,000 or more. To check the current value set the maximum number of open file descriptors, execute the following shell commands on each host:

ulimit -Sn

ulimit -Hn

If the output is not greater than 10,000, then run the following command to set it to a suitable default:

Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated