HAWQ-540. Change output.replace-datanode-on-failure to true by default.
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/a7ad3753 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/a7ad3753 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/a7ad3753 Branch: refs/heads/HAWQ-459 Commit: a7ad3753c064d6a7f8c4c28f691fc346d7d68c96 Parents: d178062 Author: zhenglin tao <[email protected]> Authored: Tue Mar 15 10:12:36 2016 +0800 Committer: zhenglin tao <[email protected]> Committed: Tue Mar 15 10:12:36 2016 +0800 ---------------------------------------------------------------------- src/backend/utils/misc/etc/hdfs-client.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/a7ad3753/src/backend/utils/misc/etc/hdfs-client.xml ---------------------------------------------------------------------- diff --git a/src/backend/utils/misc/etc/hdfs-client.xml b/src/backend/utils/misc/etc/hdfs-client.xml index c0f395b..cf51e1a 100644 --- a/src/backend/utils/misc/etc/hdfs-client.xml +++ b/src/backend/utils/misc/etc/hdfs-client.xml @@ -236,7 +236,7 @@ HA --> <!-- output client configuration --> <property> <name>output.replace-datanode-on-failure</name> - <value>false</value> + <value>true</value> <description> whether the client add new datanode into pipeline if the number of nodes in pipeline is less the specified number of replicas. default is true. </description>
