Installing HPE Ezmeral Data Fabric Streams Tools
This topic includes instructions for using package managers to download and install HPE Ezmeral Data Fabric Streams Tools from the EEP repository.
NOTE
For instructions on setting up the EEP
repository, see Step 11: Install Ecosystem Components ManuallyTo install manually, first run the following commands as
root
or using
sudo
.- On RedHat/Centos:
yum install <package_name>
- On Ubuntu:
apt-get install <package_name>
- On SLES:
zypper install <package_name>
After you install the Kafka tools, configure the Kafka components by running
configure.sh -R
on each node where you installed the Kafka
tools:/opt/mapr/server/configure.sh -R
Package | Description |
---|---|
mapr-kafka | The core Kafka package. Required for HPE Ezmeral Data Fabric Streams and other Kafka components for HPE Ezmeral Data Fabric Streams. |
mapr-ksql | The KSQL for HPE Ezmeral Data Fabric Streams package. |
mapr-schema-registry | The Schema Registry for HPE Ezmeral Data Fabric Streams package. |
mapr-kafka-rest | The Kafka REST Proxy for HPE Ezmeral Data Fabric Streams package. |
mapr-kafka-connect-jdbc | The JDBC connect package for Kafka Connect for HPE Ezmeral Data Fabric Streams. |
mapr-kafka-connect-hdfs | The HDFS connect package for Kafka Connect for HPE Ezmeral Data Fabric Streams. |
Kafka REST Proxy for HPE Ezmeral Data Fabric Streams
The following packages are required for Kafka REST Proxy for HPE Ezmeral Data Fabric Streams:
- mapr-kafka
- mapr-kafka-rest
- mapr-client
NOTE
Before manually installing, verify that the /opt/mapr/conf/daemon.conf file
exists and contains the mapr user and group.NOTE
After installation, the Warden process automatically detects the configuration and
starts the Kafka REST Proxy for HPE Ezmeral Data Fabric Streams service on port
8082. This service is viewable on the Control System.NOTE
The Kafka REST Proxy for HPE Ezmeral Data Fabric Streams service can be run
on multiple cluster nodes simultaneously.Kafka Connect for HPE Ezmeral Data Fabric Streams
The following packages are required for Kafka Connect for HPE Ezmeral Data Fabric Streams:
- mapr-kafka
- mapr-kafka-connect-jdbc
- mapr-kafka-connect-hdfs
NOTE
The Kafka Connect for HPE Ezmeral Data Fabric Streams service can be run on
multiple cluster nodes simultaneously.