Make sure 'errata' page is hidden. The errata page is in an early experimental form and not expected to be ready for prime time anytime soon. Depends on some automation that's not practical to put in place during the transition to Apache infra. That page is chock full of references to CDH version numbers, so best to make sure it can't possibly appear in the output.
Using 'Cloudera' condition instead of 'pre-release' to clarify that the errata topic is experimental and will remain invisible for the foreseeable future. Also applying the same attribute to the corresponding <keydef> tag so the hidden topic doesn't get processed in some unforeseen way. Will change those conditions to 'hidden' after the other changes to audience= attributes land. Change-Id: Id254192b325ba18c415a2cf17e6357800d81c437 Reviewed-on: http://gerrit.cloudera.org:8080/5625 Reviewed-by: Jim Apple <[email protected]> Reviewed-by: Ambreen Kazi <[email protected]> Tested-by: John Russell <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/1072d076 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/1072d076 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/1072d076 Branch: refs/heads/master Commit: 1072d076e474d1c9d3edb009ed553cd97f05636a Parents: 1184b33 Author: John Russell <[email protected]> Authored: Thu Jan 5 14:21:54 2017 -0800 Committer: John Russell <[email protected]> Committed: Sat Jan 7 00:23:39 2017 +0000 ---------------------------------------------------------------------- docs/impala.ditamap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/1072d076/docs/impala.ditamap ---------------------------------------------------------------------- diff --git a/docs/impala.ditamap b/docs/impala.ditamap index b3c008a..f3a9639 100644 --- a/docs/impala.ditamap +++ b/docs/impala.ditamap @@ -1185,6 +1185,6 @@ https://issues.cloudera.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=p </topicref> <!-- Release coordinator: don't remove this pre-release tag, it will probably remain in pre-release state for some time. --> - <topicref audience="pre-release" href="topics/impala_errata.xml"/> - <keydef href="topics/impala_errata.xml" keys="errata"/> + <topicref audience="Cloudera" href="topics/impala_errata.xml"/> + <keydef audience="Cloudera" href="topics/impala_errata.xml" keys="errata"/> </map>
