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

Commit

Permalink
releasing 1.11.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Jan 19, 2020
1 parent 9363f31 commit 06e0d4b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM mweindel/apache-kudu:1.10.0
FROM mweindel/apache-kudu:1.11.1

LABEL maintainer="[email protected]"

ENV KUDU_VERSION 1.10.0
ENV KUDU_VERSION 1.11.1

RUN yum -y install epel-release && \
yum -y install python-sqlobject && \
yum -y install https://github.com/genereese/togo/releases/download/v2.4r1/togo-2.4-1.noarch.rpm

ENV RPM_NAME kudu

RUN togo configure -n "Martin Weindel" -e "[email protected]" && \
Expand All @@ -28,7 +28,7 @@ RUN cd /tmp/${RPM_NAME} && \
cp -a /opt/kudu/kudu-tserver root/usr/lib/kudu/sbin && \
cp -aR /opt/kudu/www root/usr/lib/kudu


ADD doc/* /tmp/${RPM_NAME}/root/usr/share/doc/kudu-${KUDU_VERSION}/

ADD sbin/* /tmp/${RPM_NAME}/root/usr/sbin/
Expand All @@ -46,10 +46,10 @@ RUN cd /tmp/${RPM_NAME} && \
togo file exclude root/usr/bin && \
togo file exclude root/usr/share/doc && \
togo file exclude root/etc/kudu

ADD spec/* /tmp/${RPM_NAME}/spec/

RUN cd /tmp/${RPM_NAME} && \
togo build package


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0-1/kudu-1.10.0-1.x86_64.rpm
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.10.0-1/kudu-1.10.0-1.x86_64.rpm
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
Expand Down
2 changes: 1 addition & 1 deletion extract-rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

docker build . -t kudu-rpm

KUDU_VERSION=1.10.0
KUDU_VERSION=1.11.1
RELEASE=1

KUDU_RPM=kudu-${KUDU_VERSION}-${RELEASE}.x86_64.rpm
Expand Down
2 changes: 1 addition & 1 deletion spec/header
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0
Version: 1.11.1

# The release number of your package
Release: 1
Expand Down

0 comments on commit 06e0d4b

Please sign in to comment.