AMBARI-19804: Typo in preinstall_checker util script in the contrib project (dili)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7c8931a5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7c8931a5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7c8931a5 Branch: refs/heads/branch-dev-patch-upgrade Commit: 7c8931a5e5a6320145867ea3bcd48a379c1c87a8 Parents: c8b347c Author: Di Li <[email protected]> Authored: Thu Feb 2 10:57:39 2017 -0500 Committer: Di Li <[email protected]> Committed: Thu Feb 2 10:57:39 2017 -0500 ---------------------------------------------------------------------- .../utils/preinstall-check/src/main/python/preinstall_checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7c8931a5/contrib/utils/preinstall-check/src/main/python/preinstall_checker.py ---------------------------------------------------------------------- diff --git a/contrib/utils/preinstall-check/src/main/python/preinstall_checker.py b/contrib/utils/preinstall-check/src/main/python/preinstall_checker.py index 5da3772..eddb738 100644 --- a/contrib/utils/preinstall-check/src/main/python/preinstall_checker.py +++ b/contrib/utils/preinstall-check/src/main/python/preinstall_checker.py @@ -128,7 +128,7 @@ def validate_options(options): if not options.password: errors.append("No Ambari admin user passsword provided.") if not options.log: - errors.append("No log patch provided.") + errors.append("No log home path provided.") """General check for operations""" if not options.operation:
