IMPALA-3398: Remove references to a particular Cloudera server. Sometimes the .cloudera.com hostname of a test machine leaked into code examples or output. Replacing with a .example.com equivalent.
Change-Id: I7a641e11668fbe45af3e37cbd55f4955a996f3cf Reviewed-on: http://gerrit.cloudera.org:8080/5621 Reviewed-by: Ambreen Kazi <[email protected]> Reviewed-by: Jim Apple <[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/1184b33c Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/1184b33c Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/1184b33c Branch: refs/heads/master Commit: 1184b33cd461604b2d8019d85e22fa04eba52c74 Parents: 37827ed Author: John Russell <[email protected]> Authored: Thu Jan 5 13:14:28 2017 -0800 Committer: John Russell <[email protected]> Committed: Sat Jan 7 00:19:21 2017 +0000 ---------------------------------------------------------------------- docs/topics/impala_parquet.xml | 5 ++--- docs/topics/impala_tutorial.xml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/1184b33c/docs/topics/impala_parquet.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_parquet.xml b/docs/topics/impala_parquet.xml index 46bdf7d..0a34413 100644 --- a/docs/topics/impala_parquet.xml +++ b/docs/topics/impala_parquet.xml @@ -776,10 +776,9 @@ ALTER TABLE <varname>table_name</varname> SET FILEFORMAT syntax. </p> -<!-- Sample commands/output for when the 'distcp' business is expanded into a tutorial later. Part of - a1730.halxg.cloudera.com:/home/jrussell/jdr/mixed_format_partitions.log. +<!-- Sample commands/output for when the 'distcp' business is expanded into a tutorial later. <codeblock>$ hdfs fsck -blocks /user/impala/warehouse/parquet_compression.db/parquet_everything -Connecting to namenode via http://a1730.halxg.cloudera.com:50070 +Connecting to namenode via http://a1730.example.com:50070 FSCK started by jrussell (auth:SIMPLE) from /10.20.198.130 for path /user/impala/warehouse/parquet_compression.db/parquet_everything at Fri Aug 23 11:35:37 PDT 2013 ............................................................................Status: HEALTHY Total size: 74504481213 B http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/1184b33c/docs/topics/impala_tutorial.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_tutorial.xml b/docs/topics/impala_tutorial.xml index 6b5af1d..2b161ed 100644 --- a/docs/topics/impala_tutorial.xml +++ b/docs/topics/impala_tutorial.xml @@ -2109,7 +2109,7 @@ The <codeph>SHOW CREATE TABLE</codeph> statement gives us the starting point. | late_aircraft_delay INT COMMENT 'inferred from: optional int32 late_aircraft_delay' | ) | STORED AS PARQUET -| LOCATION 'hdfs://a1730.halxg.cloudera.com:8020/user/impala/staging/airlines' +| LOCATION 'hdfs://a1730.example.com:8020/user/impala/staging/airlines' | TBLPROPERTIES ('numFiles'='0', 'COLUMN_STATS_ACCURATE'='false', | 'transient_lastDdlTime'='1439425228', 'numRows'='-1', 'totalSize'='0', | 'rawDataSize'='-1') @@ -2169,7 +2169,7 @@ Copyright (c) 2012 Cloudera, Inc. All rights reserved. late_aircraft_delay INT COMMENT 'inferred from: optional int32 late_aircraft_delay' ) STORED AS PARQUET -LOCATION 'hdfs://a1730.halxg.cloudera.com:8020/user/impala/staging/airlines' +LOCATION 'hdfs://a1730.example.com:8020/user/impala/staging/airlines' TBLPROPERTIES ('numFiles'='0', 'COLUMN_STATS_ACCURATE'='false', 'transient_lastDdlTime'='1439425228', 'numRows'='-1', 'totalSize'='0', 'rawDataSize'='-1')"
