Repository: ambari Updated Branches: refs/heads/trunk 3cfc2be31 -> c20d80b65
AMBARI-11469. The explanation for 'Data per Reducer' could be more clear (Richard Zang via srimanth) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c20d80b6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c20d80b6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c20d80b6 Branch: refs/heads/trunk Commit: c20d80b658470ea2014b003f1f5b3ac60939f7da Parents: 3cfc2be Author: Srimanth Gunturi <[email protected]> Authored: Thu May 28 10:52:20 2015 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Thu May 28 10:52:27 2015 -0700 ---------------------------------------------------------------------- .../HDP/2.2.GlusterFS/services/HIVE/configuration/hive-site.xml | 2 +- .../stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml | 2 +- .../stacks/HDPWIN/2.2/services/HIVE/configuration/hive-site.xml | 2 +- .../stacks/HDPWIN/2.3/services/HIVE/configuration/hive-site.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c20d80b6/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/HIVE/configuration/hive-site.xml index fb6c0df..88fc999 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/HIVE/configuration/hive-site.xml @@ -159,7 +159,7 @@ limitations under the License. <property> <name>hive.exec.reducers.bytes.per.reducer</name> <value>67108864</value> - <description>size per reducer.The default is 256Mb, i.e if the input size is 1G, it will use 4 reducers.</description> + <description>Defines the size per reducer. For example, if it is set to 64M, given 256M input size, 4 reducers will be used.</description> </property> <property> http://git-wip-us.apache.org/repos/asf/ambari/blob/c20d80b6/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml index 34162d6..5e5c64f 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml @@ -174,7 +174,7 @@ limitations under the License. <property> <name>hive.exec.reducers.bytes.per.reducer</name> <value>67108864</value> - <description>size per reducer.The default is 256Mb, i.e if the input size is 1G, it will use 4 reducers.</description> + <description>Defines the size per reducer. For example, if it is set to 64M, given 256M input size, 4 reducers will be used.</description> <display-name>Data per Reducer</display-name> <value-attributes> <type>int</type> http://git-wip-us.apache.org/repos/asf/ambari/blob/c20d80b6/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/HIVE/configuration/hive-site.xml index 896268f..e6421ee 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/HIVE/configuration/hive-site.xml @@ -174,7 +174,7 @@ limitations under the License. <property> <name>hive.exec.reducers.bytes.per.reducer</name> <value>67108864</value> - <description>size per reducer.The default is 256Mb, i.e if the input size is 1G, it will use 4 reducers.</description> + <description>Defines the size per reducer. For example, if it is set to 64M, given 256M input size, 4 reducers will be used.</description> <display-name>Data per Reducer</display-name> <value-attributes> <type>int</type> http://git-wip-us.apache.org/repos/asf/ambari/blob/c20d80b6/ambari-server/src/main/resources/stacks/HDPWIN/2.3/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.3/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.3/services/HIVE/configuration/hive-site.xml index b83c706..e55b1de 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.3/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPWIN/2.3/services/HIVE/configuration/hive-site.xml @@ -28,7 +28,7 @@ limitations under the License. <property> <name>hive.exec.reducers.bytes.per.reducer</name> <value>67108864</value> - <description>size per reducer.The default is 256Mb, i.e if the input size is 1G, it will use 4 reducers.</description> + <description>Defines the size per reducer. For example, if it is set to 64M, given 256M input size, 4 reducers will be used.</description> </property> <property>
