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

When I log into the worker node presto cli doesn't work #3

Closed
mattroid opened this issue Jan 5, 2019 · 4 comments · Fixed by #4
Closed

When I log into the worker node presto cli doesn't work #3

mattroid opened this issue Jan 5, 2019 · 4 comments · Fixed by #4

Comments

@mattroid
Copy link

mattroid commented Jan 5, 2019

image

Looks like jansi is missing from the classpath. Maybe it's supposed to be packaged with presto?

@mattroid
Copy link
Author

mattroid commented Jan 6, 2019

The issue is with the version of Jline that presto is built with which uses an old version of jansi that's not supported on alpine.

fusesource/jansi#58

Maybe consider running with a different base image.

@smizy
Copy link
Owner

smizy commented Jan 8, 2019

@mattroid
Thanks for reporting. I confirmed the jansi missing error. Adding alpine package java-jansi-native fixed the issue in my environment.
Please give it a try. (smizy/presto:0.215-alpine-r1).

@mattroid
Copy link
Author

mattroid commented Jan 8, 2019

That does indeed fix it. Also, I'm no longer having the same issue as #2.

@mattroid mattroid closed this as completed Jan 8, 2019
@mattroid
Copy link
Author

mattroid commented Jan 8, 2019

Great fix by the way, I owe you a beer if you're ever in Portland.

@smizy smizy mentioned this issue Jan 15, 2019
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

Successfully merging a pull request may close this issue.

2 participants