Repository: ambari Updated Branches: refs/heads/branch-2.5 dc3e200cb -> ac6556642
AMBARI-18605. Hive Settings Page: Mouse-over on "HiveServer2 Interactive host" label repeats same message twice. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ac655664 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ac655664 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ac655664 Branch: refs/heads/branch-2.5 Commit: ac65566425e2283fa1f937ab4a00af856d449c3b Parents: dc3e200 Author: Jaimin Jetly <[email protected]> Authored: Fri Oct 14 18:08:34 2016 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Fri Oct 14 18:09:21 2016 -0700 ---------------------------------------------------------------------- .../HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ac655664/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml index c1a7592..1fd72eb 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml @@ -45,7 +45,7 @@ <property> <name>hive_server_interactive_host</name> <value>localhost</value> - <description>HiveServer2 Interactive Host</description> + <description>The host that has been assigned to run HiveServer2 Interactive</description> <display-name>HiveServer2 Interactive Host</display-name> <value-attributes> <overridable>false</overridable>
