ashniku opened a new pull request, #5288:
URL: https://github.com/apache/hive/pull/5288
**What changes were proposed in this pull request?**
Enabled hive.server2.webui.explain.output
**Why are the changes needed?**
So that we can get the explain plan from the webUI
Does this PR introduce any user-facing change?
No
Is the change a dependency upgrade?
No
How was this patch tested?
We have manually tested using StartMiniHS2Cluster
mvn test -Dtest=StartMiniHS2Cluster -DminiHS2.clusterType=Tez
-DminiHS2.run=true -DminiHS2.usePortsFromConf=true
-Dpackaging.minimizeJar=false -T 1C -DskipShade -Dremoteresources.skip=true
-Dmaven.javadoc.skip=true -Denforcer.skip=true -pl itests/hive-unit -Pitests
Connected using beeline:
beeline -u "jdbc:hive2://localhost:10000/default"
set hive.server2.webui.explain.output;
+-----------------------------------------+--+
| set |
+-----------------------------------------+--+
| hive.server2.webui.explain.output=true |
+-----------------------------------------+--+
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]