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

Latest commit

 

History

History
13 lines (9 loc) · 882 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 882 Bytes

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.