Add audience="hidden" to DITAVal. That's an alias for audience="Cloudera", which will be removed in a subsequent CR.
This 2nd patch set is just for practice amending the commit message without touching any files. Change-Id: I0771ccf912d8112194ad52a7fa76b092ea6cff72 Reviewed-on: http://gerrit.cloudera.org:8080/5591 Reviewed-by: John Russell <[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/62ec6de3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/62ec6de3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/62ec6de3 Branch: refs/heads/master Commit: 62ec6de367f7d6c69a8e5ad6d79bcecd5dfc87f7 Parents: f3de156 Author: John Russell <[email protected]> Authored: Fri Dec 9 13:05:17 2016 -0800 Committer: John Russell <[email protected]> Committed: Sat Jan 7 00:30:46 2017 +0000 ---------------------------------------------------------------------- docs/impala_html.ditaval | 8 +++++--- docs/impala_pdf.ditaval | 10 ++++++---- 2 files changed, 11 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/62ec6de3/docs/impala_html.ditaval ---------------------------------------------------------------------- diff --git a/docs/impala_html.ditaval b/docs/impala_html.ditaval index 688275e..11ccbb4 100644 --- a/docs/impala_html.ditaval +++ b/docs/impala_html.ditaval @@ -17,9 +17,11 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<!-- Exclude Cloudera-only content. This is typically material that's permanently hidden, - e.g. obsolete or abandoned. Use pre-release for material being actively worked on - that's not ready for prime time. --> +<!-- Exclude blocks of content. This is typically material that's permanently hidden, + (obsolete or abandoned), or aspirational (maybe write new topic somewhere down the road). + Use pre-release condition instead for material being actively worked on + that's not quite ready for prime time. --> +<prop att="audience" val="hidden" action="exclude"/> <prop att="audience" val="Cloudera" action="exclude"/> <!-- These two are backward: things marked HTML are excluded from the HTML and things marked PDF are excluded from the PDF. --> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/62ec6de3/docs/impala_pdf.ditaval ---------------------------------------------------------------------- diff --git a/docs/impala_pdf.ditaval b/docs/impala_pdf.ditaval index 041564e..6c69e9d 100644 --- a/docs/impala_pdf.ditaval +++ b/docs/impala_pdf.ditaval @@ -17,10 +17,12 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<!-- Exclude Cloudera-only content. This is typically material that's permanently hidden, - e.g. obsolete or abandoned. Use pre-release for material being actively worked on - that's not ready for prime time. --> - <prop att="audience" val="Cloudera" action="exclude"/> +<!-- Exclude blocks of content. This is typically material that's permanently hidden, + (obsolete or abandoned), or aspirational (maybe write new topic somewhere down the road). + Use pre-release condition instead for material being actively worked on + that's not quite ready for prime time. --> +<prop att="audience" val="hidden" action="exclude"/> +<prop att="audience" val="Cloudera" action="exclude"/> <!-- These two are backward: things marked HTML are excluded from the HTML and things marked PDF are excluded from the PDF. --> <prop att="audience" val="PDF" action="exclude"/>
