John Russell has uploaded a new patch set (#2). Change subject: IMPALA-4643: [DOCS] Phase 2 of genericizing cloudera.com links ......................................................................
IMPALA-4643: [DOCS] Phase 2 of genericizing cloudera.com links Get rid of cloudera.com URLs within the topics/*.xml source files. Abstract any that need to remain (e.g. blog posts) into impala_keydefs file for easy examining and editing. After this change, the number of source/artifact references to CDH and Cloudera is small enough that we can enumerate exceptions and start the endgame: Cleanup items remaining in XML source files: grep -EiI "[^a-zA-Z]cm[^a-zA-Z]|cdh|cloudera" *.xml | grep -v issues.cloudera.org | wc -l 282 Cleanup items remaining in HTML output files: grep -EiI "[^a-zA-Z]cm[^a-zA-Z]|cdh|cloudera" ../build/html/topics/*.html | grep -v issues.cloudera.org | wc -l 148 (These numbers will go down further when the 'installing' and 'updating' edits land in master.) Change-Id: I9e29c0feec7bd8e974d8a3d1eb84abe757514be7 --- M docs/impala_keydefs.ditamap M docs/shared/impala_common.xml M docs/topics/impala_admission.xml M docs/topics/impala_allow_unsupported_formats.xml M docs/topics/impala_authorization.xml M docs/topics/impala_complex_types.xml M docs/topics/impala_create_table.xml M docs/topics/impala_delegation.xml M docs/topics/impala_fixed_issues.xml M docs/topics/impala_grant.xml M docs/topics/impala_hbase.xml M docs/topics/impala_incompatible_changes.xml M docs/topics/impala_jdbc.xml M docs/topics/impala_kerberos.xml M docs/topics/impala_known_issues.xml M docs/topics/impala_logging.xml M docs/topics/impala_mem_limit.xml M docs/topics/impala_new_features.xml M docs/topics/impala_odbc.xml M docs/topics/impala_parquet.xml M docs/topics/impala_perf_cookbook.xml M docs/topics/impala_perf_stats.xml M docs/topics/impala_prereqs.xml M docs/topics/impala_proxy.xml M docs/topics/impala_relnotes.xml M docs/topics/impala_revoke.xml M docs/topics/impala_security_metastore.xml M docs/topics/impala_txtfile.xml M docs/topics/impala_udf.xml M docs/topics/impala_views.xml 30 files changed, 91 insertions(+), 633 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/45/6345/2 -- To view, visit http://gerrit.cloudera.org:8080/6345 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I9e29c0feec7bd8e974d8a3d1eb84abe757514be7 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: John Russell <[email protected]> Gerrit-Reviewer: Laurel Hale <[email protected]>
