IMPALA-4380: Remove 'cloudera' from hostnames in bin/generate_minidump_collection_testdata.py
These host names don't need to be in cloudera.com. Change-Id: Icad9ba6ccba745ad3017cd6ad1c2a11c6af9cb42 Reviewed-on: http://gerrit.cloudera.org:8080/4858 Reviewed-by: Taras Bobrovytsky <[email protected]> Tested-by: Tim Armstrong <[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/c0304471 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/c0304471 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/c0304471 Branch: refs/heads/master Commit: c0304471728e402baf92e6232c138d1d258a590f Parents: 08ef70b Author: Lars Volker <[email protected]> Authored: Wed Oct 26 18:11:00 2016 -0700 Committer: Tim Armstrong <[email protected]> Committed: Mon Oct 31 22:45:22 2016 +0000 ---------------------------------------------------------------------- bin/generate_minidump_collection_testdata.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/c0304471/bin/generate_minidump_collection_testdata.py ---------------------------------------------------------------------- diff --git a/bin/generate_minidump_collection_testdata.py b/bin/generate_minidump_collection_testdata.py index 350f0e3..5e3d9fb 100755 --- a/bin/generate_minidump_collection_testdata.py +++ b/bin/generate_minidump_collection_testdata.py @@ -68,10 +68,10 @@ CONFIG_FILE = '''-beeswax_port=21000 -log_dir={0} -minidump_path={1} -max_lineage_log_file_size=5000 --hostname=vb0204.halxg.cloudera.com --state_store_host=vb0202.halxg.cloudera.com +-hostname=host1.example.com +-state_store_host=host2.example.com -state_store_port=24000 --catalog_service_host=vb0202.halxg.cloudera.com +-catalog_service_host=host2.example.com -catalog_service_port=26000 -local_library_dir=/var/lib/impala/udfs -disable_admission_control=true
