@@ -23,7 +23,7 @@ Adding the Presto service
23
23
24
24
This section and all others that follow within :ref: `Getting Started <getting_started >`
25
25
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 ``,
27
27
the latest version at the time of writing. To install the latest Teradata
28
28
Presto release (``0.148t `` at the time of writing), download the Ambari
29
29
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
32
32
33
33
To integrate the Presto service with Ambari, follow the steps outlined below:
34
34
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
36
36
the node where the ``ambari-server `` is running:
37
37
38
38
.. code-block :: bash
39
39
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
42
42
43
43
* Place the integration files within the newly created PRESTO directory.
44
44
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:
47
47
48
48
.. code-block :: bash
49
49
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
53
53
54
54
* Finally, make all integration files executable and restart the Ambari server:
55
55
56
56
.. code-block :: bash
57
57
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/*
59
59
$ ambari-server restart
60
60
61
61
* 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
195
195
is re-configured. The reason for this is that during RPM installation,
196
196
Presto's JDK is set in ``/etc/presto/env.sh ``. To
197
197
re-configure Presto's JDK, edit ``/etc/presto/env.sh `` on all
198
- hosts where Presto will run.
198
+ hosts where Presto will run.
0 commit comments