You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by wa...@apache.org on 2015/11/19 03:56:47 UTC

incubator-hawq git commit: HAWQ-173. Set parameter dfs.client.use.legacy.blockreader.local to false in hdfs-client.xml.

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 5475f1ab9 -> 096472785


HAWQ-173. Set parameter dfs.client.use.legacy.blockreader.local to false in hdfs-client.xml.


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

Branch: refs/heads/master
Commit: 096472785e11d3060ea61363f97164d847ba4959
Parents: 5475f1a
Author: Zhanwei Wang <wa...@apache.org>
Authored: Thu Nov 19 10:48:00 2015 +0800
Committer: Zhanwei Wang <wa...@apache.org>
Committed: Thu Nov 19 10:48:00 2015 +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/09647278/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 ad717cc..0e1e3af 100644
--- a/src/backend/utils/misc/etc/hdfs-client.xml
+++ b/src/backend/utils/misc/etc/hdfs-client.xml
@@ -319,7 +319,7 @@ HA -->
 
 	<property>
 		<name>dfs.client.use.legacy.blockreader.local</name>
-		<value>true</value>
+		<value>false</value>
 		<description>
 		Legacy short-circuit reader implementation based on HDFS-2246 is used
 		if this configuration parameter is true.