diff --git a/Dockerfile b/Dockerfile index 0f8a81e..17fc889 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM usuresearch/apache-kudu:1.8.0 +FROM mweindel/apache-kudu:1.9.0 LABEL maintainer="martin.weindel@gmail.com" -ENV KUDU_VERSION 1.8.0 +ENV KUDU_VERSION 1.9.0 RUN yum -y install epel-release && \ yum -y install python-sqlobject && \ diff --git a/README.md b/README.md index ba735cf..93f60ac 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Building & providing RPM binary packages for Apache Kudu on CentOS 7. # Installation of Apache Kudu ## Download -The latest RPM package is available from the [download page](https://github.com/MartinWeindel/kudu-rpm/wiki/Download). +The latest RPM package is available from the [release page](https://github.com/MartinWeindel/kudu-rpm/releases). ## Prerequisites - CentOS 7 @@ -22,13 +22,13 @@ line to `/etc/kudu/conf/master.gflagfile` and `/etc/kudu/conf/tserver.gflagfile` ### Installation of RPM package ``` -yum install https://github.com/MartinWeindel/kudu-rpm/releases/download/v1.8.0-1/kudu-1.8.0-1.x86_64.rpm +yum install https://github.com/MartinWeindel/kudu-rpm/releases/download/v1.9.0-1/kudu-1.9.0-1.x86_64.rpm ``` ### Updating from older version ``` yum erase kudu -yum install https://github.com/MartinWeindel/kudu-rpm/releases/download/v1.8.0-1/kudu-1.8.0-1.x86_64.rpm +yum install https://github.com/MartinWeindel/kudu-rpm/releases/download/v1.9.0-1/kudu-1.9.0-1.x86_64.rpm ``` ### Running master server as service @@ -50,7 +50,7 @@ systemctl enable kudu-tserver ``` # Building the RPM package -The build process uses the Apache Kudu binaries built with the docker image `usuresearch/apache-kudu` +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 @@ -59,7 +59,7 @@ After checking out this project, just run ``` ## Updating to new version -- build docker image `usuresearch/apache-kudu` +- build docker image `mweindel/apache-kudu` - adjust versions in `README.md`, `extract-rpms.sh`, `Dockerfile`, and `spec/header` - commit and release diff --git a/extract-rpms.sh b/extract-rpms.sh index 2c74fff..a57bc6e 100755 --- a/extract-rpms.sh +++ b/extract-rpms.sh @@ -2,7 +2,7 @@ docker build . -t kudu-rpm -KUDU_VERSION=1.8.0 +KUDU_VERSION=1.9.0 RELEASE=1 KUDU_RPM=kudu-${KUDU_VERSION}-${RELEASE}.x86_64.rpm diff --git a/spec/header b/spec/header index 213db46..8255a96 100644 --- a/spec/header +++ b/spec/header @@ -5,7 +5,7 @@ Name: kudu Summary: Apache Kudu: A columnar storage manager developed for the Apache Hadoop platform. # The version of your package -Version: 1.8.0 +Version: 1.9.0 # The release number of your package Release: 1