aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests
diff options
context:
space:
mode:
authorMarcelo Vanzin <vanzin@cloudera.com>2017-02-09 22:06:46 +0900
committerKousuke Saruta <sarutak@oss.nttdata.co.jp>2017-02-09 22:06:46 +0900
commit3fc8e8caf81d0049daf9b776ad4059b0df81630f (patch)
tree1c95fc4c278a08be5b72f11dd0cf89d1604028d8 /dev/run-tests
parent1a09cd634610329e85ff212c71cf67c697da5f84 (diff)
downloadspark-3fc8e8caf81d0049daf9b776ad4059b0df81630f.tar.gz
spark-3fc8e8caf81d0049daf9b776ad4059b0df81630f.tar.bz2
spark-3fc8e8caf81d0049daf9b776ad4059b0df81630f.zip
[SPARK-17874][CORE] Add SSL port configuration.
Make the SSL port configuration explicit, instead of deriving it from the non-SSL port, but retain the existing functionality in case anyone depends on it. The change starts the HTTPS and HTTP connectors separately, so that it's possible to use independent ports for each. For that to work, the initialization of the server needs to be shuffled around a bit. The change also makes it so the initialization of both connectors is similar, and end up using the same Scheduler - previously only the HTTP connector would use the correct one. Also fixed some outdated documentation about a couple of services that were removed long ago. Tested with unit tests and by running spark-shell with SSL configs. Author: Marcelo Vanzin <vanzin@cloudera.com> Closes #16625 from vanzin/SPARK-17874.
Diffstat (limited to 'dev/run-tests')
0 files changed, 0 insertions, 0 deletions