IMPALA-4047: Remove occurrences of 'CDH'/'cdh' from repo

This change removes some of the occurrences of the strings 'CDH'/'cdh'
from the Impala repository. References to Cloudera-internal Jiras have
been replaced with upstream Jira issues on issues.cloudera.org.

For several categories of occurrences (e.g. pom.xml files,
DOWNLOAD_CDH_COMPONENTS) I also created a list of follow-up Jiras to
remove the occurrences left after this change.

Change-Id: Icb37e2ef0cd9fa0e581d359c5dd3db7812b7b2c8
Reviewed-on: http://gerrit.cloudera.org:8080/4187
Reviewed-by: Jim Apple <jbapple@cloudera.com>
Reviewed-by: Alex Behm <alex.behm@cloudera.com>
Tested-by: Internal Jenkins
This commit is contained in:
Lars Volker
2016-08-31 15:12:12 +02:00
committed by Internal Jenkins
parent 0449b5beab
commit ef4c9958d0
34 changed files with 56 additions and 60 deletions

View File

@@ -47,7 +47,7 @@ parser.add_option("--output_mdl_path", dest="output_mdl_path",
help="The path of the output mdl file. Default: %default")
# TODO: get default version value from bin/save-version.sh
parser.add_option("--output_mdl_version", dest="output_mdl_version",
metavar="IMPALA_VERSION", default="2.5.0-cdh5",
metavar="IMPALA_VERSION", default="2.8.0-SNAPSHOT",
help="The Impala version that is written in the output mdl.")
options, args = parser.parse_args()