Application notes for Spark Web UI

Source: Internet
Author: User
Tags port number

Each Sparkcontext runtime runs a Web UI with a default port of 4040.

Interpretation: Each Spark application opens its own Web UI with a default port number of 4040. Access address: http://:4040. If more than one Spark application is running on the same node, the ports of these apps will be incremented, eg:4040,4041,4042.

Spark application is only valid during application run time, application run is complete, you cannot view the information by application the Web UI. Persistent application Web UI-related information requires the Spark log persistence feature to be turned on. Set spark.eventLog.enabled to True.

Interpretation: By default, if Spark application is executed, we will not be able to look through the Web UI for information about spark application execution, which is undoubtedly not good for troubleshooting and program tuning, so the Spark Events log feature Need to be turned on.

Spark Log service, which can be used to view spark application logs for various cluster modes.

Interpretation: not only to turn on the Spark Events log feature, but also to start the Spark log service. After startup, the log service Web UI can be accessed through a URL.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.