You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Vitalyi Brodetskyi <vb...@hortonworks.com> on 2015/05/12 17:39:09 UTC

Review Request 34109: Output file for webhcat test is hardcoded to /apps/hive/warehouse/hcatsmoke.

-----------------------------------------------------------
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


Re: Review Request 34109: Output file for webhcat test is hardcoded to /apps/hive/warehouse/hcatsmoke.

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34109/#review83411
-----------------------------------------------------------

Ship it!


Ship It!

- Andrew Onischuk


On May 12, 2015, 3:39 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/34109/
> -----------------------------------------------------------
> 
> (Updated May 12, 2015, 3:39 p.m.)
> 
> 
> 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
> 
>