Repository: incubator-impala Updated Branches: refs/heads/master 889494004 -> ac59489df
Change one instance of namenode to NameNode Change-Id: Ibf5f387fa07cf988a99b9ede4066bfd2b27afe16 Reviewed-on: http://gerrit.cloudera.org:8080/5594 Reviewed-by: Jim Apple <[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/63a9f3e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/63a9f3e1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/63a9f3e1 Branch: refs/heads/master Commit: 63a9f3e19426a6e70f9de68472d080f98ce456a1 Parents: 8894940 Author: Ambreen Kazi <[email protected]> Authored: Tue Jan 3 14:04:20 2017 -0800 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Jan 10 01:12:58 2017 +0000 ---------------------------------------------------------------------- docs/topics/impala_authorization.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/63a9f3e1/docs/topics/impala_authorization.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_authorization.xml b/docs/topics/impala_authorization.xml index a844ac3..c0449b9 100644 --- a/docs/topics/impala_authorization.xml +++ b/docs/topics/impala_authorization.xml @@ -949,7 +949,7 @@ server=server1->uri=hdfs://namenode:port/path/to/dir <note type="warning"> <p> Because the NameNode host and port must be specified, Cloudera strongly recommends you use High - Availability (HA). This ensures that the URI will remain constant even if the namenode changes. + Availability (HA). This ensures that the URI will remain constant even if the NameNode changes. </p> <codeblock>data_read = server=server1->uri=file:///path/to/dir,\ server=server1->uri=hdfs://ha-nn-uri/path/to/dir </codeblock>
