GitHub user ueshin opened a pull request:
https://github.com/apache/spark/pull/22928
[SPARK-25926][CORE] Move config entries in core module to internal.config.
## What changes were proposed in this pull request?
Currently definitions of config entries in `core` module are in several
files separately. We should move them into `internal/config` to be easy to
manage.
## How was this patch tested?
Existing tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ueshin/apache-spark
issues/SPARK-25926/single_config_file
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/22928.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 #22928
----
commit e1dfa2dc2ecf9423e5e5eeb9825d45c59188afa5
Author: Takuya UESHIN <ueshin@...>
Date: 2018-11-01T04:28:30Z
Move configs for history server to internal.config.
commit 65371025b04376ecf72e379beabb885cbb252b88
Author: Takuya UESHIN <ueshin@...>
Date: 2018-11-01T04:37:51Z
Move configs for status to internal.config.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]