Installing MapR Event Store For Apache Kafka Tools

This topic includes instructions for using package managers to download and install MapR Event Store For Apache Kafka Tools from the EEP repository.

NOTE For instructions on setting up the EEP repository, see Step 10: Install Ecosystem Components Manually
To 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
Table 1. MapR Event Store For Apache Kafka Tools
Package Description
mapr-kafka The core Kafka package. Required for MapR Event Store For Apache Kafka and other Kafka components for MapR Event Store For Apache Kafka.
mapr-ksql The KSQL for MapR Event Store For Apache Kafka package.
mapr-schema-registry The Schema Registry for MapR Event Store For Apache Kafka package.
mapr-kafka-rest The Kafka REST Proxy for MapR Event Store For Apache Kafka package.
mapr-kafka-connect-jdbc The JDBC connect package for Kafka Connect for MapR Event Store For Apache Kafka.
mapr-kafka-connect-hdfs The HDFS connect package for Kafka Connect for MapR Event Store For Apache Kafka.

Kafka REST Proxy for MapR Event Store For Apache Kafka

The following packages are required for Kafka REST Proxy for MapR Event Store For Apache Kafka:
  • 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 MapR Event Store For Apache Kafka service on port 8082. This service is viewable on the Control System.
NOTE The Kafka REST Proxy for MapR Event Store For Apache Kafka service can be run on multiple cluster nodes simultaneously.

Kafka Connect for MapR Event Store For Apache Kafka

The following packages are required for Kafka Connect for MapR Event Store For Apache Kafka:
  • mapr-kafka
  • mapr-kafka-connect-jdbc
  • mapr-kafka-connect-hdfs
NOTE The Kafka Connect for MapR Event Store For Apache Kafka service can be run on multiple cluster nodes simultaneously.