You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/06/03 19:05:17 UTC

[1/3] ambari git commit: AMBARI-11660. 'hive server port' should be called 'HiveServer2 port' (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 4a5076d76 -> 22cac0a2a


AMBARI-11660. 'hive server port' should be called 'HiveServer2 port' (alexantonenko)


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

Branch: refs/heads/trunk
Commit: 45fdb8eb1010688833f8446f96c3f4eabbf43723
Parents: 4a5076d
Author: Alex Antonenko <hi...@gmail.com>
Authored: Wed Jun 3 19:56:18 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Wed Jun 3 20:03:04 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/site_properties.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/45fdb8eb/ambari-web/app/data/HDP2/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2/site_properties.js b/ambari-web/app/data/HDP2/site_properties.js
index 17629cf..d6ab273 100644
--- a/ambari-web/app/data/HDP2/site_properties.js
+++ b/ambari-web/app/data/HDP2/site_properties.js
@@ -545,7 +545,7 @@ var hdp2properties = [
   {
     "id": "site property",
     "name": "hive.server2.thrift.port",
-    "displayName": "Hive Server Port",
+    "displayName": "HiveServer2 Port",
     "description": "TCP port number to listen on, default 10000.",
     "recommendedValue": "10000",
     "displayType": "int",


[2/3] ambari git commit: AMBARI-11661. EC2: external host names in "Select Configuration Group Hosts" and in Heapmaps (alexantonenko)

Posted by al...@apache.org.
AMBARI-11661. EC2: external host names in "Select Configuration Group Hosts" and in Heapmaps (alexantonenko)


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

Branch: refs/heads/trunk
Commit: f37920be1ff24ee57e0e735dbb304b8241b64281
Parents: 45fdb8e
Author: Alex Antonenko <hi...@gmail.com>
Authored: Wed Jun 3 19:59:20 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Wed Jun 3 20:03:05 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/templates/common/configs/overrideWindow.hbs         | 2 +-
 .../app/templates/main/charts/heatmap/heatmap_host_detail.hbs      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f37920be/ambari-web/app/templates/common/configs/overrideWindow.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/common/configs/overrideWindow.hbs b/ambari-web/app/templates/common/configs/overrideWindow.hbs
index 8d75035..f64f787 100644
--- a/ambari-web/app/templates/common/configs/overrideWindow.hbs
+++ b/ambari-web/app/templates/common/configs/overrideWindow.hbs
@@ -108,7 +108,7 @@
                 {{view Ember.Checkbox checkedBinding="entry.selected"}}
               </td>
               <td width="45%">
-                {{entry.host.publicHostName}}
+                {{entry.host.hostName}}
               </td>
               <td>
                 {{entry.filterColumnValue}}

http://git-wip-us.apache.org/repos/asf/ambari/blob/f37920be/ambari-web/app/templates/main/charts/heatmap/heatmap_host_detail.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/main/charts/heatmap/heatmap_host_detail.hbs b/ambari-web/app/templates/main/charts/heatmap/heatmap_host_detail.hbs
index b94c8c2..ca45740 100644
--- a/ambari-web/app/templates/main/charts/heatmap/heatmap_host_detail.hbs
+++ b/ambari-web/app/templates/main/charts/heatmap/heatmap_host_detail.hbs
@@ -16,7 +16,7 @@
 * limitations under the License.
 }}
 
-<b>{{view.details.publicHostName}}</b><br/>
+<b>{{view.details.hostName}}</b><br/>
 {{t common.os}}: {{view.details.osType}}<br/>
 {{t common.ipAddress}}: {{view.details.ip}}<br/>
 {{t common.rack}}: {{view.details.rack}}<br/>


[3/3] ambari git commit: AMBARI-11662. Creating view, the permissions UI user addition box does not appear properly (alexantonenko)

Posted by al...@apache.org.
AMBARI-11662. Creating view, the permissions UI user addition box does not appear properly (alexantonenko)


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

Branch: refs/heads/trunk
Commit: 22cac0a2af6ee6f198650aa15e1d2c0d59dd13d6
Parents: f37920b
Author: Alex Antonenko <hi...@gmail.com>
Authored: Wed Jun 3 20:02:54 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Wed Jun 3 20:03:05 2015 +0300

----------------------------------------------------------------------
 ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/22cac0a2/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css
----------------------------------------------------------------------
diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css b/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css
index 9e791d6..ff963ee 100644
--- a/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css
+++ b/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css
@@ -146,13 +146,9 @@
 }
 .add-item-input span:empty:before{
   content: 'New';
-  position: absolute;
   left: 0;
   color: #ddd;
 }
-.add-item-input span:focus:before{
-  display: none;
-}
 .typeahead-box{
   position: absolute;
   left: 0;