How do I access the Spark UI?

0

Hello!
So I enabled the Spark UI for a dev endpoint as described here:
https://docs.aws.amazon.com/en_pv/glue/latest/dg/monitor-spark-ui-dev-endpoints.html
After creating a GlueContext a table with a link to the Spark UI is printed in the Notebook.
The link leads to:
http://ip-172-32-2-76.eu-central-1.compute.internal:20888/proxy/application_123456789_0001/
But requesting that site with the browser yields a "Server not Found".
So, I suppose a setting is missing.
I would like to see that fancy Spark UI Web Interface.
Kind Regards

Raffael
질문됨 5년 전1584회 조회
3개 답변
0

If I log on to the endpoint server I can curl that URL successfully. How do I make it accessible via a browser?

Raffael
답변함 5년 전
0

https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-spark-webui.html

An SSH tunnel is the solution ...
... or lynx on the server.

Raffael
답변함 5년 전
0

Sorry for late reply.

The link you mentioned is for EMR, not for Glue.
Actually you can access to Spark history server running on dev endpoint with SSH tunnel, but you do not need to configure it anymore.

Currently Glue provides two different ways to access to Spark UI; EC2(CloudFormation) and local Docker.
See details here; https://docs.aws.amazon.com/glue/latest/dg/monitor-spark-ui.html

AWS
답변함 5년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠