You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2016/10/16 13:30:18 UTC

[28/30] ambari git commit: AMBARI-18605. Hive Settings Page: Mouse-over on "HiveServer2 Interactive host" label repeats same message twice. (jaimin)

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/3417db94
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3417db94
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3417db94

Branch: refs/heads/branch-feature-AMBARI-18456
Commit: 3417db944c909485ca0af54019b712cd509debc0
Parents: 96d66e0
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Fri Oct 14 18:08:34 2016 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Fri Oct 14 18:09:56 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/3417db94/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>