Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the message shown when running 'collect logs -H' #251

Open
mattsfuller opened this issue Sep 8, 2016 · 0 comments
Open

Fix the message shown when running 'collect logs -H' #251

mattsfuller opened this issue Sep 8, 2016 · 0 comments

Comments

@mattsfuller
Copy link

When running the command 'collect logs -H ', the first line shown reads as 'Downloading logs from all the nodes'. This is incorrect. Change this line to show only the names of nodes from which logs are being downloaded.
See below for an example run:
S ./prestoadmin/presto-admin collect logs -H 172.30.1.55,172.30.1.57
Downloading logs from all the nodes...
Warning: Local file /tmp/presto-debug/logs/172.30.1.55/launcher.log already exists and is being overwritten.
Warning: Local file /tmp/presto-debug/logs/172.30.1.57/launcher.log already exists and is being overwritten.
logs archive created: /tmp/presto-debug-logs.tar.bz2
[root@ip-172-30-1-57 ~]#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant