Uh oh!
There was an error while loading. Please reload this page.
[SPARK-6179][SQL] Add token for "SHOW PRINCIPALS role_name" and "SHOW TRANSACTIONS" and "SHOW COMPACTIONS" - #4902
[SPARK-6179][SQL] Add token for "SHOW PRINCIPALS role_name" and "SHOW TRANSACTIONS" and "SHOW COMPACTIONS"#4902pzzs wants to merge 11 commits into
Conversation
merge lastest spark
merge lastest spark
chenghao-intel
commented
Mar 5, 2015
We initially implemented the By the way, can you also add a unit test for this? In case we misspell the keyword. |
pzzs
commented
Mar 5, 2015
OK. I will add a unit test. @chenghao-intel |
marmbrus
commented
Mar 5, 2015
ok to test |
SparkQA
commented
Mar 5, 2015
Test build #28312 has finished for PR 4902 at commit
|
pzzs
commented
Mar 9, 2015
I add other two tokens. Could you test it again? @marmbrus |
SparkQA
commented
Mar 9, 2015
Test build #28383 has finished for PR 4902 at commit
|
merge lastest spark
merge lastest spark
pzzs
commented
Mar 12, 2015
/cc @marmbrus |
merge lastest spark
merge lastest spark
merge lastest spark
SparkQA
commented
Mar 26, 2015
Test build #29198 has finished for PR 4902 at commit
|
SparkQA
commented
Mar 26, 2015
Test build #29200 has finished for PR 4902 at commit
|
SparkQA
commented
Mar 26, 2015
Test build #29201 has finished for PR 4902 at commit
|
SparkQA
commented
Apr 7, 2015
Test build #29774 has finished for PR 4902 at commit
|
marmbrus
commented
Apr 12, 2015
Thanks, merged to master. |
[SHOW PRINCIPALS role_name]
Lists all roles and users who belong to this role.
Only the admin role has privilege for this.
[SHOW COMPACTIONS]
It returns a list of all tables and partitions currently being compacted or scheduled for compaction when Hive transactions are being used.
[SHOW TRANSACTIONS]
It is for use by administrators when Hive transactions are being used. It returns a list of all currently open and aborted transactions in the system.