Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-24708

Document the default spark url of master in standalone is "spark://localhost:7070"

    XMLWordPrintableJSON

Details

    • Documentation
    • Status: Resolved
    • Trivial
    • Resolution: Won't Fix
    • 2.3.1
    • None
    • Documentation
    • None

    Description

      In the section "Starting a Cluster Manually" we give a example of starting a worker.

      ./sbin/start-slave.sh <master-spark-URL>

      However, we only mention the default "web port" so readers may be misled into using the "web port" to start the worker. (of course, I am a "reader" too )

      It seems to me that adding a bit description of default spark url of master can avoid above ambiguity.

      for example:

      - Similarly, you can start one or more workers and connect them to the master via:
      + Similarly, you can start one or more workers and connect them to the master's spark URL (default: spark://<master>:7070) via:

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              chia7712 Chia-Ping Tsai
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: