You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by di...@apache.org on 2017/02/02 15:57:58 UTC

ambari git commit: AMBARI-19804: Typo in preinstall_checker util script in the contrib project (dili)

Repository: ambari
Updated Branches:
  refs/heads/trunk c8b347c9e -> 7c8931a5e


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/trunk
Commit: 7c8931a5e5a6320145867ea3bcd48a379c1c87a8
Parents: c8b347c
Author: Di Li <di...@apache.org>
Authored: Thu Feb 2 10:57:39 2017 -0500
Committer: Di Li <di...@apache.org>
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: