-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34109/
-----------------------------------------------------------
Review request for Ambari and Andrew Onischuk.
Bugs: AMBARI-11068
https://issues.apache.org/jira/browse/AMBARI-11068
Repository: ambari
Description
-------
Output file for webhcat test is hardcoded to /apps/hive/warehouse/hcatsmoke.
If the user changes the hive apps directory the test fails because of hard
coded path in :
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hcat_service_check.py
{code}
output_file = format("/apps/hive/warehouse/hcatsmoke{unique}")
{code}
Diffs
-----
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hcat_service_check.py
e69d420
Diff: https://reviews.apache.org/r/34109/diff/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi