You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by xu...@apache.org on 2017/05/02 01:28:07 UTC

hive git commit: HIVE-16524: Remove the redundant item type in hiveserver2.jsp and QueryProfileTmpl.jamon (ZhangBing via Xuefu)

Repository: hive
Updated Branches:
  refs/heads/master 79e3c5a8d -> 5ab03cba5


HIVE-16524: Remove the redundant item type in hiveserver2.jsp and QueryProfileTmpl.jamon (ZhangBing via Xuefu)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/5ab03cba
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/5ab03cba
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/5ab03cba

Branch: refs/heads/master
Commit: 5ab03cba5999de0c95e24aafad074099231297bc
Parents: 79e3c5a
Author: Xuefu Zhang <xu...@uber.com>
Authored: Mon May 1 18:27:53 2017 -0700
Committer: Xuefu Zhang <xu...@uber.com>
Committed: Mon May 1 18:27:53 2017 -0700

----------------------------------------------------------------------
 .../src/jamon/org/apache/hive/tmpl/QueryProfileTmpl.jamon | 10 +++++-----
 .../resources/hive-webapps/hiveserver2/hiveserver2.jsp    |  8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/5ab03cba/service/src/jamon/org/apache/hive/tmpl/QueryProfileTmpl.jamon
----------------------------------------------------------------------
diff --git a/service/src/jamon/org/apache/hive/tmpl/QueryProfileTmpl.jamon b/service/src/jamon/org/apache/hive/tmpl/QueryProfileTmpl.jamon
index 07aa3c1..fa69eb2 100644
--- a/service/src/jamon/org/apache/hive/tmpl/QueryProfileTmpl.jamon
+++ b/service/src/jamon/org/apache/hive/tmpl/QueryProfileTmpl.jamon
@@ -169,7 +169,7 @@ org.apache.hive.service.cli.operation.SQLOperationDisplay;
 <%args>
     SQLOperationDisplay sod;
 </%args>
-   <table id="attributes_table" class="table table-striped">
+   <table class="table table-striped">
        <tr>
            <th>Stage Id</th>
            <th>Status</th>
@@ -218,7 +218,7 @@ org.apache.hive.service.cli.operation.SQLOperationDisplay;
 </%args>
     <section>
       <h3>Compile-time metadata operations</h3>
-        <table id="attributes_table" class="table table-striped">
+        <table class="table table-striped">
           <tr>
              <th>Call Name</th>
              <th>Time (ms)</th>
@@ -237,7 +237,7 @@ org.apache.hive.service.cli.operation.SQLOperationDisplay;
 
     <section>
       <h3>Execution-time metadata operations</h3>
-        <table id="attributes_table" class="table table-striped">
+        <table class="table table-striped">
           <tr>
              <th>Call Name</th>
              <th>Time (ms)</th>
@@ -256,7 +256,7 @@ org.apache.hive.service.cli.operation.SQLOperationDisplay;
 
     <section>
       <h3>Compile-Time Perf-Logger</h3>
-        <table id="attributes_table" class="table table-striped">
+        <table class="table table-striped">
           <tr>
              <th>Compile-time Call Name</th>
              <th>Time (ms)</th>
@@ -275,7 +275,7 @@ org.apache.hive.service.cli.operation.SQLOperationDisplay;
 
     <section>
       <h3>Execution-Time Perf-Logger</h3>
-        <table id="attributes_table" class="table table-striped">
+        <table class="table table-striped">
           <tr>
              <th>Execution-time Call Name</th>
              <th>Time (ms)</th>

http://git-wip-us.apache.org/repos/asf/hive/blob/5ab03cba/service/src/resources/hive-webapps/hiveserver2/hiveserver2.jsp
----------------------------------------------------------------------
diff --git a/service/src/resources/hive-webapps/hiveserver2/hiveserver2.jsp b/service/src/resources/hive-webapps/hiveserver2/hiveserver2.jsp
index 33797ed..0e0803b 100644
--- a/service/src/resources/hive-webapps/hiveserver2/hiveserver2.jsp
+++ b/service/src/resources/hive-webapps/hiveserver2/hiveserver2.jsp
@@ -98,7 +98,7 @@ if (sessionManager != null) {
 
 <section>
 <h2>Active Sessions</h2>
-<table id="attributes_table" class="table table-striped">
+<table class="table table-striped">
     <tr>
         <th>User Name</th>
         <th>IP Address</th>
@@ -128,7 +128,7 @@ for (HiveSession hiveSession: hiveSessions) {
 
 <section>
 <h2>Open Queries</h2>
-<table id="attributes_table" class="table table-striped">
+<table class="table table-striped">
     <tr>
         <th>User Name</th>
         <th>Query</th>
@@ -169,7 +169,7 @@ for (HiveSession hiveSession: hiveSessions) {
 
 <section>
 <h2>Last Max <%= conf.get(ConfVars.HIVE_SERVER2_WEBUI_MAX_HISTORIC_QUERIES.varname) %> Closed Queries</h2>
-<table id="attributes_table" class="table table-striped">
+<table class="table table-striped">
     <tr>
         <th>User Name</th>
         <th>Query</th>
@@ -213,7 +213,7 @@ for (HiveSession hiveSession: hiveSessions) {
 
     <section>
     <h2>Software Attributes</h2>
-    <table id="attributes_table" class="table table-striped">
+    <table class="table table-striped">
         <tr>
             <th>Attribute Name</th>
             <th>Value</th>