Repository: incubator-impala Updated Branches: refs/heads/master e1b092de6 -> 1240e329e
[DOCS] Genericize impala_config_performance page Reword one reference to 'CM' inside a comment. Change-Id: I34509e677d220ecadd33e150143bacc6d7f302ae Reviewed-on: http://gerrit.cloudera.org:8080/6385 Reviewed-by: Ambreen Kazi <[email protected]> Reviewed-by: John Russell <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/3b3ef974 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/3b3ef974 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/3b3ef974 Branch: refs/heads/master Commit: 3b3ef9747b0d30f521f6da59c0db65b4178f360f Parents: e1b092d Author: John Russell <[email protected]> Authored: Tue Mar 14 08:03:04 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Mar 14 16:48:20 2017 +0000 ---------------------------------------------------------------------- docs/topics/impala_config_performance.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/3b3ef974/docs/topics/impala_config_performance.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_config_performance.xml b/docs/topics/impala_config_performance.xml index e096f8d..73f344d 100644 --- a/docs/topics/impala_config_performance.xml +++ b/docs/topics/impala_config_performance.xml @@ -76,8 +76,8 @@ under the License. <indexterm audience="hidden">dfs.domain.socket.path</indexterm> <indexterm audience="hidden">dfs.client.file-block-storage-locations.timeout.millis</indexterm> On all Impala nodes, configure the following properties in <!-- Exact timing is unclear, since we say farther down to copy /etc/hadoop/conf/hdfs-site.xml to /etc/impala/conf. - Which wouldn't work if we already modified the Impala version of the file here. Not to mention that this - doesn't take the CM interface into account, where these /etc files might not exist in those locations. --> + Which wouldn't work if we already modified the Impala version of the file here. Also on a 'managed' + cluster, these /etc files might not exist in those locations. --> <!-- <codeph>/etc/impala/conf/hdfs-site.xml</codeph> as shown: --> Impala's copy of <codeph>hdfs-site.xml</codeph> as shown: <codeblock><property> <name>dfs.client.read.shortcircuit</name>
