Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fd3260

Browse files
committed
Presto 0.61. [ci skip]
1 parent 888b286 commit 6fd3260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/presto_common/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
tags: presto
1515

1616
- 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
1818
tags: presto
1919

2020
- name: configure presto in /usr/lib/presto/etc
@@ -37,7 +37,7 @@
3737
- presto
3838

3939
- 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
4141
tags: presto
4242

4343
- name: install upstart config for presto

0 commit comments

Comments
 (0)