Repository: incubator-hawq Updated Branches: refs/heads/master 01a44739b -> e16895825
HAWQ-871. HAWQ CHECK looking for wrong YARN HA parameters Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/e1689582 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/e1689582 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/e1689582 Branch: refs/heads/master Commit: e1689582529220ed8236a164edc3ac5a237eed8f Parents: 01a4473 Author: rlei <[email protected]> Authored: Tue Jun 28 11:14:28 2016 +0800 Committer: rlei <[email protected]> Committed: Wed Jun 29 10:28:17 2016 +0800 ---------------------------------------------------------------------- tools/bin/gpcheck | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/e1689582/tools/bin/gpcheck ---------------------------------------------------------------------- diff --git a/tools/bin/gpcheck b/tools/bin/gpcheck index 1aefeb4..9b7be6a 100755 --- a/tools/bin/gpcheck +++ b/tools/bin/gpcheck @@ -965,8 +965,7 @@ def testHDFSConfig(host): yarn_property_exist_list = ['yarn.resourcemanager.address', 'yarn.resourcemanager.scheduler.address'] if options.yarn_ha: - yarn_property_exist_list = ['yarn.resourcemanager.address.rm1', 'yarn.resourcemanager.address.rm2', 'yarn.resourcemanager.scheduler.address.rm1', \ - 'yarn.resourcemanager.scheduler.address.rm2'] + yarn_property_exist_list = ['yarn.resourcemanager.hostname.rm1', 'yarn.resourcemanager.hostname.rm2'] if yarn_enabled: for item in yarn_property_exist_list:
