-
Notifications
You must be signed in to change notification settings - Fork 551
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 the containers #39
Comments
Something is running, and listening, at 0.0.0.0:50075 and 0.0.0.0:50070. If
those weren't running then you should be able to connect.
…-ez
On Tue, Jan 26, 2021, 3:10 AM Wise Coders ***@***.***> wrote:
Hello,
I tried to start the containers, but I got this errors. What should I do?
c:\Temp\docker-hive>docker-compose up -d
Starting docker-hive_datanode_1 ... error Starting
docker-hive_hive-metastore-postgresql_1 ...
Starting docker-hive_hive-metastore_1 ...
Starting docker-hive_namenode_1 ...
Starting docker-hive_hive-server_1 ...
Starting docker-hive_presto-coordinator_1 ...
Starting docker-hive_namenode_1 ... error Starting
docker-hive_hive-metastore-postgresql_1 ... done Starting
docker-hive_hive-metastore_1 ... done
Starting docker-hive_hive-server_1 ... done Starting
docker-hive_presto-coordinator_1 ... done
ERROR: for datanode Cannot start service datanode: Ports are not
available: listen tcp 0.0.0.0:50075: bind: An attempt was made to access
a socket in a way forbidden by its access permissions.
ERROR: for namenode Cannot start service namenode: Ports are not
available: listen tcp 0.0.0.0:50070: bind: An attempt was made to access
a socket in a way forbidden by its access permissions.
ERROR: Encountered errors while bringing up the project.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#39>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIZBZOCBIYR45ATYC2LYKDS32BIHANCNFSM4WTDMHPQ>
.
|
@wise-coders @ezgoesit247 I am having the same issue. Were you able to resolve this problem? OS: Windows 10 latest updated version I ran following command
Resultant error
|
Solution: I resolved the issue. and guess what your container is up
To shutdown docker container run this command
|
change 50070:50070 to 40070:50070 and 50075:50075 to 40075:50075 in docker-compose.yml |
Hello,
I tried to start the containers, but I got this errors. What should I do?
c:\Temp\docker-hive>docker-compose up -d
Starting docker-hive_datanode_1 ... error Starting docker-hive_hive-metastore-postgresql_1 ...
Starting docker-hive_hive-metastore_1 ...
Starting docker-hive_namenode_1 ...
Starting docker-hive_hive-server_1 ...
Starting docker-hive_presto-coordinator_1 ...
Starting docker-hive_namenode_1 ... error Starting docker-hive_hive-metastore-postgresql_1 ... done Starting docker-hive_hive-metastore_1 ... done
Starting docker-hive_hive-server_1 ... done Starting docker-hive_presto-coordinator_1 ... done
ERROR: for datanode Cannot start service datanode: Ports are not available: listen tcp 0.0.0.0:50075: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
ERROR: for namenode Cannot start service namenode: Ports are not available: listen tcp 0.0.0.0:50070: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
ERROR: Encountered errors while bringing up the project.
The text was updated successfully, but these errors were encountered: