File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 29
29
30
30
To install ``presto-admin ``:
31
31
32
- 1. Copy the installer ``prestoadmin-<version>-offline.tar.gz `` to the
32
+ 1. Download an offline installer from
33
+ `releases page <https://github.com/prestodb/presto-admin/releases >`_.
34
+
35
+ 2. Copy the installer ``prestoadmin-<version>-offline.tar.gz `` to the
33
36
location where you want ``presto-admin `` to run.
34
37
Note that ``presto-admin `` does not have to be on the same node(s)
35
38
where Presto will run, though it does need to have SSH access to all
@@ -38,7 +41,7 @@ of the nodes in the cluster.
38
41
.. NOTE ::
39
42
For Amazon EMR, use the online installer instead of the offline installer.
40
43
41
- 2 . Extract and run the installation script from within the ``prestoadmin `` directory.
44
+ 3 . Extract and run the installation script from within the ``prestoadmin `` directory.
42
45
::
43
46
44
47
$ tar xvf prestoadmin-<version>-offline.tar.gz
@@ -53,7 +56,7 @@ PRESTO_ADMIN_CONFIG_DIR and PRESTO_ADMIN_LOG_DIR. The installation script will a
53
56
the directories pointed to by PRESTO_ADMIN_CONFIG_DIR and PRESTO_ADMIN_LOG_DIR. If those
54
57
directories already exist, the installation script will not erase their contents.
55
58
56
- 3 . Verify that ``presto-admin `` was installed properly by running the following
59
+ 4 . Verify that ``presto-admin `` was installed properly by running the following
57
60
command:
58
61
::
59
62
You can’t perform that action at this time.
0 commit comments