kafka-0.8.2.1-1.el7.centos.x86_64.rpm

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/jeffgeiger/el7/script.rpm.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/jeffgeiger/el7/script.rpm.sh | sudo bash

STEP 2: Install the package
sudo yum install kafka-0.8.2.1-1.el7.centos.x86_64

Kafka is a distributed publish/subscribe messaging system

Full description:
  It is designed to support the following

Persistent messaging with O(1) disk structures that provide constant time performance even with many TB of stored messages.
High-throughput: even with very modest hardware Kafka can support hundreds of thousands of messages per second.
Explicit support for partitioning messages over Kafka servers and distributing consumption over a cluster of consumer machines while maintaining per-partition ordering semantics.
Support for parallel data load into Hadoop.
Kafka is aimed at providing a publish-subscribe solution that can handle all activity stream data and processing on a consumer-scale web site. This kind of activity (page views, searches, and other user actions) are a key ingredient in many of the social feature on the modern web. This data is typically handled by "logging" and ad hoc log aggregation solutions due to the throughput requirements. This kind of ad hoc solution is a viable solution to providing logging data to an offline analysis system like Hadoop, but is very limiting for building real-time processing. Kafka aims to unify offline and online processing by providing a mechanism for parallel load into Hadoop as well as the ability to partition real-time consumption over a cluster of machines.

See our web site for more details on the project. (http://kafka.apache.org/)

Checksums

MD5 81fb0d6893630329ef6f51e117890615
SHA1 76ff7a39d0dc625f5f5d035b942ee7f50f4d9919
SHA256 9a1c24caeb29ee8bda94f7007f0262a9403f8397a8910db25af9992a417ac2be
SHA512 14db02fc27f3242975f44cf56158a52bee65854b9cc9f43acb93adb9358a5caf9577e6993e4fed8af84039b1e99d9579089353770833fc0ca0f983bb48ae1e29

Requires

  • /bin/bash
  • /bin/sh
  • /bin/sh
  • config(kafka) = 0.8.2.1-1.el7.centos
  • java >= 1.6-
  • shadow-utils

Provides

  • config(kafka) = 0.8.2.1-1.el7.centos
  • kafka(x86-64) = 0.8.2.1-1.el7.centos
  • kafka = 0.8.2.1-1.el7.centos
  • osgi(com.101tec.zkclient) = 0.3-
  • osgi(log4j) = 1.2.16-
  • osgi(org.apache.hadoop.zookeeper) = 3.4.6-
  • osgi(org.scala-lang.scala-library) = 2.10.4-
  • osgi(org.xerial.snappy.snappy-java) = 1.1.1-
  • osgi(slf4j.api) = 1.7.6-
  • osgi(slf4j.log4j12) = 1.6.1-

Files

  • /opt/kafka/NOTICE
  • /opt/kafka/LICENSE
  • /opt/kafka/libs/zookeeper-3.4.6.jar
  • /opt/kafka/libs/zkclient-0.3.jar
  • /opt/kafka/libs/snappy-java-1.1.1.6.jar
  • /opt/kafka/libs/slf4j-log4j12-1.6.1.jar
  • /opt/kafka/libs/slf4j-api-1.7.6.jar
  • /opt/kafka/libs/scala-library-2.10.4.jar
  • /opt/kafka/libs/metrics-core-2.2.0.jar
  • /opt/kafka/libs/lz4-1.2.0.jar
  • /opt/kafka/libs/log4j-1.2.16.jar
  • /opt/kafka/libs/kafka-clients-0.8.2.1.jar
  • /opt/kafka/libs/kafka_2.10-0.8.2.1.jar
  • /opt/kafka/libs/kafka_2.10-0.8.2.1-test.jar
  • /opt/kafka/libs/kafka_2.10-0.8.2.1-sources.jar
  • /opt/kafka/libs/kafka_2.10-0.8.2.1-scaladoc.jar
  • /opt/kafka/libs/kafka_2.10-0.8.2.1-javadoc.jar
  • /opt/kafka/libs/jopt-simple-3.2.jar
  • /opt/kafka/config/zookeeper.properties
  • /opt/kafka/config/tools-log4j.properties
  • /opt/kafka/config/test-log4j.properties
  • /opt/kafka/config/server.properties
  • /opt/kafka/config/producer.properties
  • /opt/kafka/config/log4j.properties
  • /opt/kafka/config/consumer.properties
  • /opt/kafka/bin/zookeeper-shell.sh
  • /opt/kafka/bin/zookeeper-server-stop.sh
  • /opt/kafka/bin/zookeeper-server-start.sh
  • /opt/kafka/bin/windows/zookeeper-shell.bat
  • /opt/kafka/bin/windows/zookeeper-server-stop.bat

Uploaded

over 8 years ago

Package Size

15.1 MB

Installed Size

16.9 MB

Downloads

19

wget

wget --content-disposition "https://packagecloud.io/jeffgeiger/el7/packages/el/7/kafka-0.8.2.1-1.el7.centos.x86_64.rpm/download.rpm?distro_version_id=140"

Homepage

http://kafka.apache.org

License

Apache (v2)