Skip to content

Commit fe8332f

Browse files
teamsoopetroav
authored andcommitted
Update documentation with new versions
1 parent 0c42970 commit fe8332f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/developers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ simple. Execute ``make dist`` to build the distribution, ``make test`` to run
4848
the unit tests and ``make help`` to get more info on all the available
4949
targets.
5050

51-
By default, the integration code installs Presto version ``0.148``. Change the
51+
By default, the integration code installs Presto version ``0.161``. Change the
5252
version displayed by Ambari when adding the Presto service by specifying a
5353
value for the ``VERSION`` variable when building the distribution. For
5454
example, to display Presto version ``0.134``, run ``make dist VERSION=0.134``.
5555
To download a different RPM and CLI to match version ``0.134``, edit the
56-
``package/scripts/download.ini`` file with URLs for both.
56+
``package/scripts/download.ini`` file with URLs for both.

docs/getting-started.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Adding the Presto service
2323

2424
This section and all others that follow within :ref:`Getting Started <getting_started>`
2525
walk you through the integration steps needed to get Presto working with
26-
Ambari. By default, this integration code installs Presto version ``0.148``,
26+
Ambari. By default, this integration code installs Presto version ``0.161``,
2727
the latest version at the time of writing. To install the latest Teradata
2828
Presto release (``0.148t`` at the time of writing), download the Ambari
2929
integration package from `here <http://www.teradata.com/presto>`_ and follow
@@ -32,13 +32,13 @@ another version, see :ref:`Build and custom distributions <build_and_custom_dist
3232

3333
To integrate the Presto service with Ambari, follow the steps outlined below:
3434

35-
* Assuming HDP 2.3 was installed with Ambari, create the following directory on
35+
* Assuming HDP 2.5 was installed with Ambari, create the following directory on
3636
the node where the ``ambari-server`` is running:
3737

3838
.. code-block:: bash
3939
40-
$ mkdir /var/lib/ambari-server/resources/stacks/HDP/2.3/services/PRESTO
41-
$ cd /var/lib/ambari-server/resources/stacks/HDP/2.3/services/PRESTO
40+
$ mkdir /var/lib/ambari-server/resources/stacks/HDP/2.5/services/PRESTO
41+
$ cd /var/lib/ambari-server/resources/stacks/HDP/2.5/services/PRESTO
4242
4343
* Place the integration files within the newly created PRESTO directory.
4444
Download the integration package that installs Teradata's version from
@@ -47,15 +47,15 @@ To integrate the Presto service with Ambari, follow the steps outlined below:
4747

4848
.. code-block:: bash
4949
50-
$ tar -xvf /path/to/integration/package/ambari-presto-1.1.tar.gz -C /var/lib/ambari-server/resources/stacks/HDP/2.3/services/PRESTO
51-
$ mv /var/lib/ambari-server/resources/stacks/HDP/2.3/services/PRESTO/ambari-presto-1.1/* /var/lib/ambari-server/resources/stacks/HDP/2.3/services/PRESTO
52-
$ rm -rf /var/lib/ambari-server/resources/stacks/HDP/2.3/services/PRESTO/ambari-presto-1.1
50+
$ tar -xvf /path/to/integration/package/ambari-presto-1.2.tar.gz -C /var/lib/ambari-server/resources/stacks/HDP/2.5/services/PRESTO
51+
$ mv /var/lib/ambari-server/resources/stacks/HDP/2.5/services/PRESTO/ambari-presto-1.2/* /var/lib/ambari-server/resources/stacks/HDP/2.5/services/PRESTO
52+
$ rm -rf /var/lib/ambari-server/resources/stacks/HDP/2.5/services/PRESTO/ambari-presto-1.2
5353
5454
* Finally, make all integration files executable and restart the Ambari server:
5555

5656
.. code-block:: bash
5757
58-
$ chmod -R +x /var/lib/ambari-server/resources/stacks/HDP/2.3/services/PRESTO/*
58+
$ chmod -R +x /var/lib/ambari-server/resources/stacks/HDP/2.5/services/PRESTO/*
5959
$ ambari-server restart
6060
6161
* Once the server has restarted, point your browser to it and on the main
@@ -195,4 +195,4 @@ use the same JDK it was installed with even if Ambari's JDK
195195
is re-configured. The reason for this is that during RPM installation,
196196
Presto's JDK is set in ``/etc/presto/env.sh``. To
197197
re-configure Presto's JDK, edit ``/etc/presto/env.sh`` on all
198-
hosts where Presto will run.
198+
hosts where Presto will run.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name='ambari-presto',
36-
version='1.1',
36+
version='1.2',
3737
description='This project contains the integration code for integrating \
3838
Presto as a service in Ambari.',
3939
long_description=readme + '\n\n' + history,

0 commit comments

Comments
 (0)