-
Notifications
You must be signed in to change notification settings - Fork 100
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
Fatal error: [localhost] /bin/sh: 1: rpm: not found #71
Comments
Does your os have the rpm program installed? |
Default installations of Ubuntu do not have rpm. You should be able to get it by running "sudo apt-get install rpm" |
Thank you. I was able to pass that after I installed Alien. I now got another error Fatal error: [localhost] Needed to prompt for a connection or sudo password (host: localhost), but input would be ambiguous in parallel mode Aborting. My config.json file is { |
The primary advantage of presto-admin is that it makes it easy to operate on all the nodes of a cluster at once. For a single node installation, I think you will be better off following the manual installation process outlined here: |
presto-admin connects to the hosts through ssh (even localhost). If you don't have passwordless ssh set up, you can run your commands with -I (that's an uppercase 'i') , and it will prompt you for a password. Alternatively you can pass in a password using -p. |
@sweetfisheric did you get this figured out? |
Closing, as this seems to have been resolved. |
@rschlussel This is still happening. When I execute the following command:
I get:
I have all libraries installed like I am trying to deploy a single node Presto installation. Anything else I need to confirm? |
Hi, @sbmaggarwal
|
@yuokada I am not sure why this happens but when I run the above command, it deletes the
What can be the issue? |
What happens if you don't put the "./" on the argument? So simply enter: I'm assuming you have the rpm located in the current directory. |
@sbmaggarwal which version do you use? It's not reproduce on 2.3. (zsh 5.4.2 & presto-admin 2.3) |
Hello,
I tried to follow this page http://prestodb.github.io/presto-admin/installation/presto-server-installation.html to install Presto sever, but I got the error 'Fatal error: [localhost] /bin/sh: 1: rpm: not found.' I tried to change the permission and different Presto rpm files but haven't had good luck. I am using Ubuntu 15.04 if that matters. Thank you.
The text was updated successfully, but these errors were encountered: