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

compose step is stuck #21

Open
sriramb12 opened this issue Sep 6, 2019 · 2 comments
Open

compose step is stuck #21

sriramb12 opened this issue Sep 6, 2019 · 2 comments

Comments

@sriramb12
Copy link

HI
I am using mac
The following step is hanging?
The final step to create your test cluster will be to run the compose file:

docker-compose up --scale spark-worker=3

and unable to open the url http://10.5.0.3:8081/

thanks
Sriram

@djarami
Copy link

djarami commented Oct 1, 2019

I'm on mac too and I'm not able to get the MasterUI to come up.

This site can’t be reachedhttp://10.5.0.2:8080/ is unreachable.
Search Google for 8080
ERR_ADDRESS_UNREACHABLE

Instructions say:

Validate your cluster
Just validate your cluster accessing the spark UI on each worker & master URL.

Spark Master
http://10.5.0.2:8080/

Thanks
David J

@djarami
Copy link

djarami commented Oct 1, 2019

It turns out that the readme is wrong or not updated not sure.

docker-compose.yml determines what what ports are exposed and from here you see it isn't port 8080, but 9090.

    image: spydernaz/spark-master:latest
    ports:
      - "9090:8080"
      - "7077:7077"

So from here you can find out that in order to launch the spark ui master
http://localhost:9090

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