GitHub user zsxwing opened a pull request:
https://github.com/apache/spark/pull/6747
[SPARK-7961][SQL]Refactor SQLConf to display better error message
1. Add `SQLConfEntry` to store the information about a configuration. For
those configurations that cannot be found in `sql-programming-guide.md`, I left
the doc as `<TODO>`.
2. Verify the value when setting a configuration if this is in SQLConf.
3. Add a command `conf` to display all public configurations.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zsxwing/spark sqlconf
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6747.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 #6747
----
commit 326881d1b97a08ee45a46d12adcd19d86769fd1a
Author: zsxwing <[email protected]>
Date: 2015-06-09T09:32:54Z
Refactor SQLConf to display better error message
1. Add `SQLConfEntry` to store the information about a configuration. For
those configurations that cannot be found in `sql-programming-guide.md`, I left
the doc as `<TODO>`.
2. Verify the value when setting a configuration if this is in SQLConf.
3. Add a command `conf` to display all public configurations.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]