Repository: incubator-impala Updated Branches: refs/heads/doc_prototype 95d118ad9 -> dd96540dc
Remove conrefs pointing to CDHVariables.xml. Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/dd96540d Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/dd96540d Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/dd96540d Branch: refs/heads/doc_prototype Commit: dd96540dc49f68a9b01e2051f67ec7eec20a9f73 Parents: 95d118a Author: John Russell <[email protected]> Authored: Mon Oct 31 12:40:14 2016 -0700 Committer: John Russell <[email protected]> Committed: Mon Oct 31 12:40:14 2016 -0700 ---------------------------------------------------------------------- docs/topics/impala_ssl.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/dd96540d/docs/topics/impala_ssl.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_ssl.xml b/docs/topics/impala_ssl.xml index c75933d..c736693 100644 --- a/docs/topics/impala_ssl.xml +++ b/docs/topics/impala_ssl.xml @@ -22,7 +22,17 @@ Impala supports TLS/SSL network encryption, between Impala and client programs, and between the Impala-related daemons running on different nodes in the cluster. This feature is important when you also use other features such as Kerberos authentication or Sentry authorization, where credentials are being transmitted back and forth. - <note conref="../shared/CDHVariables.xml#xd_583c10bfdbd326ba-3ca24a24-13d80143249--7f9a/CMCDH_EitherOK" + <!-- Formerly: conref="../shared/CDHVariables.xml#xd_583c10bfdbd326ba-3ca24a24-13d80143249- -7f9a/CMCDH_EitherOK" --> + <note type="important" id="CMCDH_EitherOK"> + <ul id="ul_e2s_bcd_np"> + <li>You can use either Cloudera Manager or the following command-line instructions + to complete this configuration.</li> + <!-- Took out another too-specific conref, to the CDH minor version also in CDHVariables.xml. --> + <li>This information applies specifically to the version of Impala shown in the HTML page header + or on the PDF title page. + If you use an earlier version of CDH, see the documentation for that version located at + <xref href="http://www.cloudera.com/content/support/en/documentation.html" format="html" scope="external">Cloudera Documentation</xref>.</li> + </ul></note> /> </p>
