GitHub user felixalbani opened a pull request:
https://github.com/apache/spark/pull/20883
[SPARK-23759][UI] Unable to bind Spark2 history server to specific hoâ¦
â¦st name / IP
Fixes SPARK-23759 by moving connector.start() after connector.setHost()
## What changes were proposed in this pull request?
This pull is to fix SPARK-23759 issue
Problem was created due connector.setHost(hostName) call was after
connector.start()
## How was this patch tested?
Patch was tested after build and deployment. This patch requires
SPARK_LOCAL_IP environment variable to be set on spark-env.sh
Please review http://spark.apache.org/contributing.html before opening a
pull request.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/felixalbani/spark SPARK-23759
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20883.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #20883
----
commit 4bed6be070883c8a845a6cc651b0e056fe976538
Author: bag_of_tricks <falbani@...>
Date: 2018-03-22T19:24:53Z
[SPARK-23759][UI] Unable to bind Spark2 history server to specific host
name / IP
Fixes SPARK-23759 by moving connector.start() after connector.setHost()
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]