File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
roles/presto_common/tasks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
tags : presto
15
15
16
16
- name : install Presto at /usr/lib/presto
17
- shell : creates=/usr/lib/presto/bin/launcher chdir=/tmp curl http://central.maven.org/maven2/com/facebook/presto/presto-server/0.60 /presto-server-0.60 .tar.gz | tar xz && mv presto-server-0.60 /* /usr/lib/presto
17
+ shell : creates=/usr/lib/presto/bin/launcher chdir=/tmp curl http://central.maven.org/maven2/com/facebook/presto/presto-server/0.61 /presto-server-0.61 .tar.gz | tar xz && mv presto-server-0.61 /* /usr/lib/presto
18
18
tags : presto
19
19
20
20
- name : configure presto in /usr/lib/presto/etc
37
37
- presto
38
38
39
39
- name : install presto command line client
40
- shell : chdir=/usr/bin curl -o presto http://central.maven.org/maven2/com/facebook/presto/presto-cli/0.60 /presto-cli-0.60 -executable.jar && chmod +x presto
40
+ shell : chdir=/usr/bin curl -o presto http://central.maven.org/maven2/com/facebook/presto/presto-cli/0.61 /presto-cli-0.61 -executable.jar && chmod +x presto
41
41
tags : presto
42
42
43
43
- name : install upstart config for presto
You can’t perform that action at this time.
0 commit comments