You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Dmitro Lisnichenko <dl...@hortonworks.com> on 2015/02/26 20:22:07 UTC

Review Request 31492: Need to update HIVE_AUX_JARS_PATH in hive-env.sh

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31492/
-----------------------------------------------------------

Review request for Ambari and Vitalyi Brodetskyi.


Bugs: AMBARI-9821
    https://issues.apache.org/jira/browse/AMBARI-9821


Repository: ambari


Description
-------

In the hive-env.sh
Folder containing extra libraries required for hive compilation/execution can be controlled by:
if [ "$
{HIVE_AUX_JARS_PATH}" != "" ]; then 
export HIVE_AUX_JARS_PATH=${HIVE_AUX_JARS_PATH}
elif [ -d "/usr/hdp/current/hive-webhcat/share/hcatalog" ]; then 
export HIVE_AUX_JARS_PATH=/usr/hdp/current/hive-webhcat/share/hcatalog 
fi


Diffs
-----

  ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml 53ab0f8 

Diff: https://reviews.apache.org/r/31492/diff/


Testing
-------

manual verification


Thanks,

Dmitro Lisnichenko


Re: Review Request 31492: Need to update HIVE_AUX_JARS_PATH in hive-env.sh

Posted by Vitalyi Brodetskyi <vb...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31492/#review74338
-----------------------------------------------------------

Ship it!


Ship It!

- Vitalyi Brodetskyi


On Лют. 26, 2015, 7:22 після полудня, Dmitro Lisnichenko wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/31492/
> -----------------------------------------------------------
> 
> (Updated Лют. 26, 2015, 7:22 після полудня)
> 
> 
> Review request for Ambari and Vitalyi Brodetskyi.
> 
> 
> Bugs: AMBARI-9821
>     https://issues.apache.org/jira/browse/AMBARI-9821
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> In the hive-env.sh
> Folder containing extra libraries required for hive compilation/execution can be controlled by:
> if [ "$
> {HIVE_AUX_JARS_PATH}" != "" ]; then 
> export HIVE_AUX_JARS_PATH=${HIVE_AUX_JARS_PATH}
> elif [ -d "/usr/hdp/current/hive-webhcat/share/hcatalog" ]; then 
> export HIVE_AUX_JARS_PATH=/usr/hdp/current/hive-webhcat/share/hcatalog 
> fi
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml 53ab0f8 
> 
> Diff: https://reviews.apache.org/r/31492/diff/
> 
> 
> Testing
> -------
> 
> manual verification
> 
> 
> Thanks,
> 
> Dmitro Lisnichenko
> 
>