Skip to content

Commit

Permalink
Bump version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlussel-zz committed Sep 20, 2016
1 parent 069c1cf commit 083b301
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 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.4-SNAPSHOT-offline.tar.bz2``-- and the online installer --
``prestoadmin-1.4-SNAPSHOT-online.tar.bz2``. The offline installer includes all of the
``prestoadmin-1.5-offline.tar.bz2``-- and the online installer --
``prestoadmin-1.5-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.4-SNAPSHOT-offline.tar.bz2`` to the location where you want
1. Copy the installer ``prestoadmin-1.5-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.4-SNAPSHOT-offline.tar.bz2
$ tar xvf prestoadmin-1.5-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.4'
__version__ = '1.5'
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -94,7 +94,6 @@ def get_custom_rc_file(self):

setup(
name='prestoadmin',
# Make sure to update version in prestoadmin/__init__.py
version=__version__,
description="Presto-admin installs, configures, and manages Presto " + \
"installations.",
Expand Down

0 comments on commit 083b301

Please sign in to comment.