You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ar...@apache.org on 2019/09/23 18:41:09 UTC

[impala] 01/02: IMPALA-8878: [DOCS] Query profile export to Json in WebUI

This is an automated email from the ASF dual-hosted git repository.

arodoni pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 91f8f379a989f13d99b7dc6e5265ff1021f2937d
Author: Alex Rodoni <ar...@cloudera.com>
AuthorDate: Fri Sep 20 15:36:30 2019 -0700

    IMPALA-8878: [DOCS] Query profile export to Json in WebUI
    
    Change-Id: I10249f0019f51d8f6511ce2c2436f56a33099967
    Reviewed-on: http://gerrit.cloudera.org:8080/14276
    Reviewed-by: Michael Ho <kw...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 docs/topics/impala_webui.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/docs/topics/impala_webui.xml b/docs/topics/impala_webui.xml
index d49a370..45a7d77 100644
--- a/docs/topics/impala_webui.xml
+++ b/docs/topics/impala_webui.xml
@@ -602,9 +602,13 @@ under the License.
         </p>
 
         <p>
-          Each query has an associated link that displays the detailed query profile, which you
-          can examine to understand the performance characteristics of that query. See
-          <xref href="impala_explain_plan.xml#perf_profile"/> for details.
+          Click the <uicontrol>Details</uicontrol> link for a query to display the detailed
+          performance characteristics of that query, such as the profile output.
+        </p>
+
+        <p>
+          On the query detail page, in the <uicontrol>Profile</uicontrol> tab, you have options
+          to export the query profile output to the Thrift, text, or Json format.
         </p>
 
         <p>