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

[ALLUXIO-2031] fix Pseudo-terminal error when use alluxio on centos7 #3630

Merged
merged 1 commit into from
Jul 20, 2016

Conversation

lordk911
Copy link
Contributor

@lordk911 lordk911 commented Jun 30, 2016

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

@alluxio-bot
Copy link
Contributor

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.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@gpang
Copy link
Contributor

gpang commented Jun 30, 2016

Jenkins, add to whitelist

@gpang
Copy link
Contributor

gpang commented Jun 30, 2016

ok to test

@gpang
Copy link
Contributor

gpang commented Jun 30, 2016

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!

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Alluxio-Pull-Request-Builder/10601/
Test PASSed.

@lordk911
Copy link
Contributor Author

lordk911 commented Jul 1, 2016

@gpang ok.

@aaudiber
Copy link
Contributor

aaudiber commented Jul 6, 2016

@lordk911 Any updates on this?

@lordk911
Copy link
Contributor Author

lordk911 commented Jul 8, 2016

just change '-t' to '-tt' ,if don't do this on centos7 alluxio cant not startup

@aaudiber
Copy link
Contributor

aaudiber commented Jul 8, 2016

@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 lordk911 changed the title fix ALLUXIO-2031 [ALLUXIO-2031] description of PR Jul 8, 2016
@lordk911 lordk911 changed the title [ALLUXIO-2031] description of PR [ALLUXIO-2031] fix Pseudo-terminal error when use alluxio on centos7 Jul 8, 2016
@aaudiber aaudiber added the area-shell Alluxio Command Line Interface label Jul 9, 2016
@aaudiber
Copy link
Contributor

@lordk911 could you please sign the CLA?

@alluxio-bot
Copy link
Contributor

You did it @lordk911!

Thank you for signing the Contribution License Agreement.

@calvinjia
Copy link
Contributor

alluxio-bot, check this please.

@alluxio-bot
Copy link
Contributor

Running checks...

  • Valid pull request title: true
  • Contains JIRA link: true

All checks passed!

@jsimsa
Copy link
Contributor

jsimsa commented Jul 20, 2016

LGTM

@jsimsa jsimsa merged commit 702a611 into Alluxio:master Jul 20, 2016
@mseaspring
Copy link

mseaspring commented Jul 26, 2016

Why alluxio start workers need passwd ,I have set login by ssh no [sudo] password for ????
Linux spark29 2.6.32-431.el6.x86_64 #1 SMP Sun Nov 10 22:19:54 EST 2013 x86_64 x86_64 x86_64 GNU/Linux
alluxio-1.2.0

@jsimsa
Copy link
Contributor

jsimsa commented Jul 26, 2016

@mseaspring running bin/alluxio-start.sh all will attempt to ssh to all worker machines to start the worker process ... to avoid having to input password, you can add the public ssh key of the machine on which you are running bin/alluxio-start.sh all to ~/.ssh/authorized_keys on all worker machines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-shell Alluxio Command Line Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants