Skip to content

Commit

Permalink
Update version number to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Diven committed Sep 28, 2016
1 parent 66536da commit 9ad0336
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/installation/advanced-installation-options.rst
Expand Up @@ -7,8 +7,8 @@ Advanced Installation Options
Online vs Offline Installer
---------------------------
The installer has two different versions: the offline installer --
``prestoadmin-1.5-offline.tar.bz2``-- and the online installer --
``prestoadmin-1.5-online.tar.bz2``. The offline installer includes all of the
``prestoadmin-1.5.1-offline.tar.bz2``-- and the online installer --
``prestoadmin-1.5.1-online.tar.bz2``. The offline installer includes all of the
dependencies for ``presto-admin``, so it can be used on a cluster without an
outside network connection. The offline installer is recommended because it is faster.

Expand Down
4 changes: 2 additions & 2 deletions docs/installation/presto-admin-installation.rst
Expand Up @@ -16,13 +16,13 @@ Installing Presto Admin

To install ``presto-admin``:

1. Copy the installer ``prestoadmin-1.5-offline.tar.bz2`` to the location where you want
1. Copy the installer ``prestoadmin-1.5.1-offline.tar.bz2`` to the location where you want
``presto-admin`` to run. The recommended installation location is ``/opt``. Note that ``presto-admin`` does not have to be on the same node(s) where Presto will run, though it does need to have SSH access to all of the nodes in the cluster.

2. Extract and sudo run the installation script from within the ``prestoadmin`` directory.
::

$ tar xvf prestoadmin-1.5-offline.tar.bz2
$ tar xvf prestoadmin-1.5.1-offline.tar.bz2
$ cd prestoadmin
$ sudo ./install-prestoadmin.sh

Expand Down
2 changes: 1 addition & 1 deletion prestoadmin/_version.py
Expand Up @@ -15,4 +15,4 @@

# This must be the last line in the file and the format must be maintained
# even when the version is changed
__version__ = '1.5'
__version__ = '1.5.1'

0 comments on commit 9ad0336

Please sign in to comment.