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

Error starting userland proxy: Bind for 0.0.0.0:50090: unexpected error Permission denied #29

Open
jasonhue8183 opened this issue Sep 23, 2018 · 2 comments

Comments

@jasonhue8183
Copy link

jasonhue8183 commented Sep 23, 2018

Hi HariSekhon,

i having problem to start the hadoop docker-compose with the error below :

λ  docker-compose up -d
Starting hadoop_hadoop_1 ... error

ERROR: for hadoop_hadoop_1  Cannot start service hadoop: driver failed programming external connectivity on endpoint hadoop_hadoop_1 (114a6d530bf9e4f6eb8bd3528f2ac847feb1cf089c76e4733a3c00e99ee97f32): Error starting userland proxy: Bind for 0.0.0.0:50090: unexpected error Permission denied

ERROR: for hadoop  Cannot start service hadoop: driver failed programming external connectivity on endpoint hadoop_hadoop_1 (114a6d530bf9e4f6eb8bd3528f2ac847feb1cf089c76e4733a3c00e99ee97f32): Error starting userland proxy: Bind for 0.0.0.0:50090: unexpected error Permission denied
ERROR: Encountered errors while bringing up the project.

Appreciate for any advice
Jason

@HariSekhon
Copy link
Owner

Try commenting out the last line in the docker-compose.yml and see if it starts. You probably won't need that port mapping anyway.

It might be a permissions problem or the port might already be in use.

@jasonhue8183
Copy link
Author

Hi HariSekhon,

Thanks for reply. It able to start but it exited immediately.

hadoop exited

Appreciate for any advice
Jason

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

2 participants