AMBARI-20410. Need to remove Tech Preview label from Hive View config for HSI. 
(dipayanb)


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

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: c3b5615cdf38d9edc3aafd63808ccefa7901cb61
Parents: e2818c6
Author: Dipayan Bhowmick <dipayan.bhowm...@gmail.com>
Authored: Tue Mar 14 17:01:29 2017 +0530
Committer: Dipayan Bhowmick <dipayan.bhowm...@gmail.com>
Committed: Tue Mar 14 17:06:55 2017 +0530

----------------------------------------------------------------------
 contrib/views/hive-next/src/main/resources/view.xml | 2 +-
 contrib/views/hive20/src/main/resources/view.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c3b5615c/contrib/views/hive-next/src/main/resources/view.xml
----------------------------------------------------------------------
diff --git a/contrib/views/hive-next/src/main/resources/view.xml 
b/contrib/views/hive-next/src/main/resources/view.xml
index 4c131b5..2a4628f 100644
--- a/contrib/views/hive-next/src/main/resources/view.xml
+++ b/contrib/views/hive-next/src/main/resources/view.xml
@@ -226,7 +226,7 @@
     <parameter>
         <name>use.hive.interactive.mode</name>
         <description>Connects to the hive interactive server if set 
true</description>
-        <label>Use Interactive Mode(Tech Preview)</label>
+        <label>Use Interactive Mode</label>
         <default-value>false</default-value>
         <required>true</required>
     </parameter>

http://git-wip-us.apache.org/repos/asf/ambari/blob/c3b5615c/contrib/views/hive20/src/main/resources/view.xml
----------------------------------------------------------------------
diff --git a/contrib/views/hive20/src/main/resources/view.xml 
b/contrib/views/hive20/src/main/resources/view.xml
index f0e9e34..8349b14 100644
--- a/contrib/views/hive20/src/main/resources/view.xml
+++ b/contrib/views/hive20/src/main/resources/view.xml
@@ -253,7 +253,7 @@
     <parameter>
         <name>use.hive.interactive.mode</name>
         <description>Connects to the hive interactive server if set 
true</description>
-        <label>Use Interactive Mode(Tech Preview)</label>
+        <label>Use Interactive Mode</label>
         <default-value>false</default-value>
         <required>true</required>
     </parameter>

Reply via email to