[DOCS] Genericize cdh_sg_component_kms link Re-enable an xref that was conditionalized out, but make it produce plaintext instead of a link.
Change-Id: I11fcac18533ea07ef03013034d246b8273882c96 Reviewed-on: http://gerrit.cloudera.org:8080/6396 Reviewed-by: Laurel Hale <[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/fa1361b8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/fa1361b8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/fa1361b8 Branch: refs/heads/master Commit: fa1361b86165b49fbb9de2fac9c53c4056a628c5 Parents: c19eb4f Author: John Russell <[email protected]> Authored: Tue Mar 14 12:42:45 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Mar 14 20:20:41 2017 +0000 ---------------------------------------------------------------------- docs/impala_keydefs.ditamap | 3 +++ docs/topics/impala_new_features.xml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/fa1361b8/docs/impala_keydefs.ditamap ---------------------------------------------------------------------- diff --git a/docs/impala_keydefs.ditamap b/docs/impala_keydefs.ditamap index 0c41dcc..ca0be37 100644 --- a/docs/impala_keydefs.ditamap +++ b/docs/impala_keydefs.ditamap @@ -204,6 +204,9 @@ under the License. <keydef href="" scope="external" format="html" keys="cdh_sg_cdh5_hadoop_security"> <topicmeta><linktext>the documentation for your Apache Hadoop distribution</linktext></topicmeta> </keydef> + <keydef href="" scope="external" format="html" keys="cdh_sg_component_kms"> + <topicmeta><linktext>the documentation for your Apache Hadoop distribution</linktext></topicmeta> + </keydef> <keydef href="" scope="external" format="html" keys="cdh_sg_hive_security"> <topicmeta><linktext>the documentation for your Apache Hadoop distribution</linktext></topicmeta> </keydef> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/fa1361b8/docs/topics/impala_new_features.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_new_features.xml b/docs/topics/impala_new_features.xml index 0c80447..482fa12 100644 --- a/docs/topics/impala_new_features.xml +++ b/docs/topics/impala_new_features.xml @@ -1864,9 +1864,9 @@ under the License. integrated build where the topic is available for link resolution. --> <p> Improved support for HDFS encryption. The <codeph>LOAD DATA</codeph> statement now works when the - source directory and destination table are in different encryption zones. <ph audience="integrated"><ph audience="PDF">See - <xref href="cdh_sg_component_kms.xml#impala_encryption"/> for details about using HDFS encryption with - Impala.</ph></ph> + source directory and destination table are in different encryption zones. See + <xref keyref="cdh_sg_component_kms"/> for details about using HDFS encryption with + Impala. </p> </li>
