Coder Social home page Coder Social logo

kudu-rpm's Introduction

kudu-rpm

Building & providing RPM binary packages for Apache Kudu on CentOS 7.

Installation of Apache Kudu

Download

The latest RPM package is available from the release page.

Prerequisites

  • CentOS 7
  • NTP must be installed and configured, e.g.
yum install ntpd
systemctl start ntpd
systemctl enable ntpd

For development deployments you can alternatively disable the hybrid clock with adding the following line to /etc/kudu/conf/master.gflagfile and /etc/kudu/conf/tserver.gflagfile

--use_hybrid_clock=false

Installation of RPM package

yum install https://github.com/MartinWeindel/kudu-rpm/releases/download/v1.11.1-1/kudu-1.11.1-1.x86_64.rpm

Updating from older version

yum erase kudu
yum install https://github.com/MartinWeindel/kudu-rpm/releases/download/v1.11.1-1/kudu-1.11.1-1.x86_64.rpm

Running master server as service

  • for multi master installations configure --master_addresses in /etc/kudu/conf/master.gflagfile
  • more details see Apache Kudu Configuration
  • starting the master server
systemctl start kudu-master
systemctl enable kudu-master

Running tablet server as service

  • if master runs on other machine(s), configure tserver_master_addrs in /etc/kudu/conf/tserver.gflagfile
  • more details see Apache Kudu Configuration
  • starting the tablet server
systemctl start kudu-tserver
systemctl enable kudu-tserver

Building the RPM package

The build process uses the Apache Kudu binaries built with the docker image mweindel/apache-kudu and creates a RPM package containing kudu client, kudu-master and kudu-tserver.

After checking out this project, just run

./extract-rpms.sh

Updating to new version

  • build docker image mweindel/apache-kudu
  • adjust versions in README.md, extract-rpms.sh, Dockerfile, and spec/header
  • commit and release

kudu-rpm's People

Contributors

martinweindel avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.