You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2015/06/22 13:22:08 UTC

[1/2] ambari git commit: AMBARI-12052 - HBase has unfilled properties after deploy

Repository: ambari
Updated Branches:
  refs/heads/trunk 025093180 -> 533c8ee11


AMBARI-12052 - HBase has unfilled properties after deploy


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

Branch: refs/heads/trunk
Commit: f7492eb1df4cfcd55b33d0ee347c8a189082ffac
Parents: 0250931
Author: Artem Baranchuk <ab...@hortonworks.con>
Authored: Sun Jun 21 01:16:19 2015 +0300
Committer: Artem Baranchuk <ab...@hortonworks.con>
Committed: Mon Jun 22 14:21:42 2015 +0300

----------------------------------------------------------------------
 .../HDP/2.2/services/HBASE/configuration/hbase-site.xml     | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f7492eb1/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml
index 382608e..3451585 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml
@@ -106,15 +106,6 @@
     <description>Value to be set between 0.0 and 1.0</description>
   </property>
   <property>
-    <name>hbase.regionserver.global.memstore.size</name>
-    <value>${hbase.regionserver.global.memstore.upperLimit}</value>
-    <description>Maximum size of all memstores in a region server before new
-      updates are blocked and flushes are forced. Defaults to 40% of heap.
-      Updates are blocked and flushes are forced until size of all memstores
-      in a region server hits hbase.regionserver.global.memstore.size.lower.limit.
-    </description>
-  </property>
-  <property>
     <name>hbase.regionserver.wal.codec</name>
     <display-name>RegionServer WAL Codec</display-name>
     <value>org.apache.hadoop.hbase.regionserver.wal.WALCellCodec</value>


[2/2] ambari git commit: AMBARI-12053 - 2.1 repo url in Ambari is broken - points to 2.3 stack instead

Posted by ab...@apache.org.
AMBARI-12053 - 2.1 repo url in Ambari is broken - points to 2.3 stack instead


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

Branch: refs/heads/trunk
Commit: 533c8ee11f02759ddfc8cf394676f49d041ceff2
Parents: f7492eb
Author: Artem Baranchuk <ab...@hortonworks.con>
Authored: Sun Jun 21 02:03:10 2015 +0300
Committer: Artem Baranchuk <ab...@hortonworks.con>
Committed: Mon Jun 22 14:21:43 2015 +0300

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/533c8ee1/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml
index a4d1bf7..2a48b34 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml
@@ -19,7 +19,7 @@
   <latest>http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json</latest>
   <os family="redhat6">
     <repo>
-      <baseurl>REPLACE_WITH_CENTOS6_URL</baseurl>
+      <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.1.10.0</baseurl>
       <repoid>HDP-2.1</repoid>
       <reponame>HDP</reponame>
     </repo>
@@ -31,7 +31,7 @@
   </os>
   <os family="suse11">
     <repo>
-      <baseurl>REPLACE_WITH_SUSE11_URL</baseurl>
+      <baseurl>http://public-repo-1.hortonworks.com/HDP/suse11sp3/2.x/updates/2.1.10.0</baseurl>
       <repoid>HDP-2.1</repoid>
       <reponame>HDP</reponame>
     </repo>
@@ -43,7 +43,7 @@
   </os>
   <os family="ubuntu12">
     <repo>
-      <baseurl>REPLACE_WITH_UBUNTU12_URL</baseurl>
+      <baseurl>http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/updates/2.1.10.0</baseurl>
       <repoid>HDP-2.1</repoid>
       <reponame>HDP</reponame>
     </repo>