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

Commit

Permalink
release 1.6.0-2 (minor fix in post install script)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Jan 10, 2018
1 parent 3a7ca24 commit fcab3c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
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.6.0-1/kudu-1.6.0-1.x86_64.rpm
yum install https://github.com/MartinWeindel/kudu-rpm/releases/download/v1.6.0-2/kudu-1.6.0-2.x86_64.rpm
```

### Updating from older version
```
yum erase kudu
yum install https://github.com/MartinWeindel/kudu-rpm/releases/download/v1.6.0-1/kudu-1.6.0-1.x86_64.rpm
yum install https://github.com/MartinWeindel/kudu-rpm/releases/download/v1.6.0-2/kudu-1.6.0-2.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 @@ -3,7 +3,7 @@
docker build . -t kudu-rpm

KUDU_VERSION=1.6.0
RELEASE=1
RELEASE=2

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 @@ -8,7 +8,7 @@ Summary: Apache Kudu: A columnar storage manager developed for the Apache Hadoop
Version: 1.6.0

# The release number of your package
Release: 1
Release: 2

# Any license you wish to list
License: Apache License 2.0
Expand Down
1 change: 1 addition & 0 deletions spec/post
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ if [ ! -d /etc/kudu/conf ]; then
fi
fi

systemctl daemon-reload

0 comments on commit fcab3c9

Please sign in to comment.