layout: global displayTitle: Gearpump Cluster Requirement title: Gearpump Cluster Requirement description: Gearpump Cluster Requirement

Pre-requisite

Gearpump cluster can be installed on Windows OS and Linux.

Before installation, you need to decide how many machines are used to run this cluster.

For each machine, the requirements are listed in table below.

** Table: Environment requirement on single machine**

ResourceRequirements
Memory2GB free memory is required to run the cluster. For any production system, 32GB memory is recommended.
JavaJRE 6 or above
User permissionRoot permission is not required
Network Ethernet(TCP/IP)
CPUNothing special
HDFS installationDefault is not required. You only need to install it when you want to store the application jars in HDFS.
Kafka installationDefault is not required. You need to install Kafka when you want the at-least once message delivery feature. Currently, the only supported data source for this feature is Kafka

** Table: The default port used in Gearpump:**

usagePortDescription
Dashboard UI8090Web UI.
Dashboard web socket service8091UI backend web socket service for long connection.
Master port3000Every other role like worker, appmaster, executor, user use this port to communicate with Master.

You need to ensure that your firewall has not banned these ports to ensure Gearpump can work correctly. And you can modify the port configuration. Check Configuration section for details.