Repository: ambari Updated Branches: refs/heads/branch-2.5 bf03c8ee2 -> 8620f4c4e
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/8620f4c4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8620f4c4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8620f4c4 Branch: refs/heads/branch-2.5 Commit: 8620f4c4ec30ca7257241bc70cd4eb8595b2254d Parents: bf03c8e Author: Dipayan Bhowmick <[email protected]> Authored: Tue Mar 14 17:01:29 2017 +0530 Committer: Dipayan Bhowmick <[email protected]> Committed: Tue Mar 14 17:01:53 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/8620f4c4/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/8620f4c4/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>
