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

houyu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b71dcd435f AMBARI-25921: Remove configuration about phoenix from HBase 
(#3682)
b71dcd435f is described below

commit b71dcd435fd19e1a15df7765c179603272fed054
Author: guluo <lupeng_n...@qq.com>
AuthorDate: Sun Apr 9 12:50:47 2023 +0800

    AMBARI-25921: Remove configuration about phoenix from HBase (#3682)
---
 .../BIGTOP/3.2.0/services/HBASE/themes/theme.json  | 73 +++-------------------
 1 file changed, 10 insertions(+), 63 deletions(-)

diff --git 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HBASE/themes/theme.json
 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HBASE/themes/theme.json
index ae060176dc..71e9ced10b 100755
--- 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HBASE/themes/theme.json
+++ 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HBASE/themes/theme.json
@@ -97,8 +97,8 @@
                   "row-index": "2",
                   "column-index": "0",
                   "row-span": "1",
-                  "column-span": "1",
-                  "section-columns": "1",
+                  "column-span": "2",
+                  "section-columns": "2",
                   "section-rows": "1",
                   "subsections": [
                     {
@@ -107,31 +107,19 @@
                       "column-index": "0",
                       "row-span": "1",
                       "column-span": "1"
-                    }
-                  ]
-                },
-                {
-                  "name": "section-hbase-security",
-                  "display-name": "Security",
-                  "row-index": "2",
-                  "column-index": "1",
-                  "row-span": "1",
-                  "column-span": "1",
-                  "section-columns": "1",
-                  "section-rows": "1",
-                  "subsections": [
+                    },
                     {
-                      "name": "subsection-hbase-security-col1",
+                      "name": "subsection-hbase-timeouts-col2",
                       "row-index": "0",
-                      "column-index": "0",
+                      "column-index": "1",
                       "row-span": "1",
                       "column-span": "1"
                     }
                   ]
                 },
                 {
-                  "name": "section-hbase-phoenix",
-                  "display-name": "Phoenix SQL",
+                  "name": "section-hbase-security",
+                  "display-name": "Security",
                   "row-index": "2",
                   "column-index": "2",
                   "row-span": "1",
@@ -140,7 +128,7 @@
                   "section-rows": "1",
                   "subsections": [
                     {
-                      "name": "subsection-hbase-phoenix-col1",
+                      "name": "subsection-hbase-security-col1",
                       "row-index": "0",
                       "column-index": "0",
                       "row-span": "1",
@@ -207,7 +195,7 @@
         },
         {
           "config": "hbase-site/hbase.rpc.timeout",
-          "subsection-name": "subsection-hbase-timeouts-col1"
+          "subsection-name": "subsection-hbase-timeouts-col2"
         },
         {
           "config": "hbase-site/hbase.security.authentication",
@@ -216,18 +204,6 @@
         {
           "config": "hbase-site/hbase.security.authorization",
           "subsection-name": "subsection-hbase-security-col1"
-        },
-        {
-          "config": "hbase-env/phoenix_sql_enabled",
-          "subsection-name": "subsection-hbase-phoenix-col1"
-        },
-        {
-          "config": "hbase-site/phoenix.query.timeoutMs",
-          "subsection-name": "subsection-hbase-phoenix-col1"
-        },
-        {
-          "config": "hbase-site/phoenix.rpc.index.handler.count",
-          "subsection-name": "subsection-hbase-phoenix-col1"
         }
       ]
     },
@@ -387,36 +363,7 @@
         "widget": {
           "type": "toggle"
         }
-      },
-      {
-        "config": "hbase-env/phoenix_sql_enabled",
-        "widget": {
-          "type": "toggle"
-        }
-      },
-      {
-        "config": "hbase-site/phoenix.query.timeoutMs",
-        "widget": {
-          "type": "time-interval-spinner",
-          "units": [
-            {
-              "unit-name": "minutes,seconds"
-            }
-          ]
-        }
-      },
-      {
-        "config": "hbase-site/phoenix.rpc.index.handler.count",
-        "widget": {
-          "type": "slider",
-          "units": [
-            {
-              "unit-name": "int"
-            }
-          ]
-        }
       }
     ]
   }
-}
-
+}
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org
For additional commands, e-mail: commits-h...@ambari.apache.org

Reply via email to