GitHub user bomeng opened a pull request:
https://github.com/apache/spark/pull/12583
[SPARK-14819] [SQL] Improve SET / SET -v command
## What changes were proposed in this pull request?
Currently `SET` and `SET -v` commands are similar to Hive `SET` command
except the following difference:
1. The result is not sorted;
2. When using `SET` and `SET -v`, in addition to the Hive related
properties, it will also list all the system properties and environment
properties, which is very useful in some cases.
This JIRA is trying to make the current `SET` command more consistent to
Hive output.
## How was this patch tested?
A new test case was added to test the output of SET and SET -v.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bomeng/spark SPARK-14819
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12583.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 #12583
----
commit 01d3e5a545eeced71b82d26a8407ea5e1d8f49ab
Author: bomeng <[email protected]>
Date: 2016-04-21T20:17:53Z
improve SET / SET -v command
----
---
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]