@@ -1150,7 +1150,8 @@ Apart from these, the following properties are also available, and may be useful
11501150 <td >
11511151 Hostname or IP address where to bind listening sockets. This config overrides the SPARK_LOCAL_IP
11521152 environment variable (see below).
1153- It also allows a different address from the local one to be advertised to executors or external systems.
1153+
1154+ <br />It also allows a different address from the local one to be advertised to executors or external systems.
11541155 This is useful, for example, when running containers with bridged networking. For this to properly work,
11551156 the different ports used by the driver (RPC, block manager and UI) need to be forwarded from the
11561157 container's host.
@@ -1750,15 +1751,15 @@ Apart from these, the following properties are also available, and may be useful
17501751 <td>
17511752 Whether to enable SSL connections on all supported protocols.
17521753
1753- When <code>spark.ssl.enabled</code> is configured, <code>spark.ssl.protocol</code>
1754+ <br /> When <code>spark.ssl.enabled</code> is configured, <code>spark.ssl.protocol</code>
17541755 is required.
17551756
1756- All the SSL settings like <code>spark.ssl.xxx</code> where <code>xxx</code> is a
1757+ <br /> All the SSL settings like <code>spark.ssl.xxx</code> where <code>xxx</code> is a
17571758 particular configuration property, denote the global configuration for all the supported
17581759 protocols. In order to override the global configuration for the particular protocol,
17591760 the properties must be overwritten in the protocol-specific namespace.
17601761
1761- Use <code>spark.ssl.YYY.XXX</code> settings to overwrite the global configuration for
1762+ <br /> Use <code>spark.ssl.YYY.XXX</code> settings to overwrite the global configuration for
17621763 particular protocol denoted by <code>YYY</code>. Example values for <code>YYY</code>
17631764 include <code>fs</code>, <code>ui</code>, <code>standalone</code>, and
17641765 <code>historyServer</code>. See <a href="security.html#ssl-configuration">SSL
0 commit comments