Repository: ambari Updated Branches: refs/heads/trunk eaaef9a1f -> 294268060
AMBARI-11068. Output file for webhcat test is hardcoded to /apps/hive/warehouse/hcatsmoke.(vbrodetskyi) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/29426806 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/29426806 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/29426806 Branch: refs/heads/trunk Commit: 294268060cd35e6cdc716b7673f3ac86a2e9332c Parents: eaaef9a Author: Vitaly Brodetskyi <[email protected]> Authored: Sat May 9 02:57:05 2015 +0300 Committer: Vitaly Brodetskyi <[email protected]> Committed: Sat May 9 02:57:05 2015 +0300 ---------------------------------------------------------------------- .../HIVE/0.12.0.2.0/package/scripts/hcat_service_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/29426806/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hcat_service_check.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hcat_service_check.py b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hcat_service_check.py index e69d420..e8bad81 100644 --- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hcat_service_check.py +++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hcat_service_check.py @@ -35,7 +35,7 @@ def hcat_service_check(): def hcat_service_check(): import params unique = get_unique_id_and_date() - output_file = format("/apps/hive/warehouse/hcatsmoke{unique}") + output_file = format("{hive_apps_whs_dir}/hcatsmoke{unique}") test_cmd = format("fs -test -e {output_file}") if params.security_enabled:
