Skip to content
forked from id/kafka-rpm

A set of scripts to package Apache Kafka into an rpm

Notifications You must be signed in to change notification settings

edgeware/kafka-rpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-rpm

A set of scripts to package kafka into an rpm

Setup

$ yum groupinstall "Development Tools"

Building

$ make rpm

Resulting RPM will be avaliable at $(shell pwd)

Installing and operating

$ sudo yum install kafka*.rpm
$ sudo service kafka start
$ sudo chkconfig kafka on

Libs, binaries, configs and logs are in /opt/kafka. Default config assumes zookeeper is installed at localhost.

About

A set of scripts to package Apache Kafka into an rpm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 81.6%
  • Makefile 18.4%