-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[ALLUXIO-2031] fix Pseudo-terminal error when use alluxio on centos7 #3630
Conversation
Hi @lordk911, thanks for your contribution! In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. |
Can one of the admins verify this patch? |
Jenkins, add to whitelist |
ok to test |
Hi @lordk911 could you change the title to be "[ALLUXIO-2031] description of PR" and in the description box, have a link back to the jira ticket? Thanks! |
Merged build finished. Test PASSed. |
Test PASSed. |
@gpang ok. |
@lordk911 Any updates on this? |
just change '-t' to '-tt' ,if don't do this on centos7 alluxio cant not startup |
@lordk911 Please follow the PR naming format of "[ALLUXIO-2031] description of PR". You can edit the PR title at the top of the page |
@lordk911 could you please sign the CLA? |
You did it @lordk911! Thank you for signing the Contribution License Agreement. |
alluxio-bot, check this please. |
Running checks...
All checks passed! |
LGTM |
Why alluxio start workers need passwd ,I have set login by ssh no [sudo] password for ???? |
@mseaspring running |
On centos7 when try to start alluxio in cluster model will get error :
Pseudo-terminal will not be allocated because stdin is not a terminal.
sudo: sorry, you must have a tty to run sudo
Mount failed, not starting worker.
For detail please see:https://alluxio.atlassian.net/browse/ALLUXIO-2031