You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2015/08/27 14:39:01 UTC

[1/2] ambari git commit: AMBARI-12898. Configure dfs.content-summary.limit to 5000 by default. (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 8579b7bf9 -> 69307276b
  refs/heads/trunk a54812b44 -> 2ec1f8558


AMBARI-12898. Configure dfs.content-summary.limit to 5000 by default. (aonishuk)


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

Branch: refs/heads/trunk
Commit: 2ec1f8558283f64cde6bab32032bdf07778d3255
Parents: a54812b
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Thu Aug 27 15:38:47 2015 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Thu Aug 27 15:38:47 2015 +0300

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/HDFS/configuration/hdfs-site.xml   | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/2ec1f855/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hdfs-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hdfs-site.xml
index ee5566b..c1ff588 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hdfs-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hdfs-site.xml
@@ -41,6 +41,12 @@
   </property>
 
   <property>
+    <name>dfs.content-summary.limit</name>
+    <value>5000</value>
+    <description>Dfs content summary limit.</description>
+  </property>
+
+  <property>
     <name>dfs.encryption.key.provider.uri</name>
     <value></value>
     <depends-on>


[2/2] ambari git commit: AMBARI-12898. Configure dfs.content-summary.limit to 5000 by default. (aonishuk)

Posted by ao...@apache.org.
AMBARI-12898. Configure dfs.content-summary.limit to 5000 by default. (aonishuk)


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

Branch: refs/heads/branch-2.1
Commit: 69307276b73225adc868b313f53a100a38ac40b3
Parents: 8579b7b
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Thu Aug 27 15:38:51 2015 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Thu Aug 27 15:38:51 2015 +0300

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/HDFS/configuration/hdfs-site.xml   | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/69307276/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hdfs-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hdfs-site.xml
index ee5566b..c1ff588 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hdfs-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hdfs-site.xml
@@ -41,6 +41,12 @@
   </property>
 
   <property>
+    <name>dfs.content-summary.limit</name>
+    <value>5000</value>
+    <description>Dfs content summary limit.</description>
+  </property>
+
+  <property>
     <name>dfs.encryption.key.provider.uri</name>
     <value></value>
     <depends-on>