Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

vitaliyf/kudu-rpm-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a fork of Cloudera's RPM .spec files to build binary packages for the latest version of Apache Kudu.

They were tested on CentOS 7.

  • Install RPM building tools: yum install rpmdevtools
  • Setup your RPM building environment: rpmdev-setuptree
  • Download sources: spectool -g -R kudu.spec
  • Copy additional scripts to your SOURCES directory: cp SOURCES/* ~/build/SOURCES/
  • Build packages: rpmbuild -ba SPECS/kudu.spec

You may potentially need to install other dependencies as described in Kudu documentation.

The build process takes quite a while (40 minutes on a 40-core server) and requires internet access as it will download and compile various dependencies.

About

Latest Apache Kudu RPM packages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages