[ 
https://issues.apache.org/jira/browse/HIVE-5167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13768977#comment-13768977
 ] 

Eugene Koifman commented on HIVE-5167:
--------------------------------------

[~thejas]Couldn't HIVE_HOME logic be simpler?  In pseudo code:

if(!isset(HIVE_HOME)) {
   set HIVE_HOME = DEFAULT_HIVE_HOME
else {
   //do nothing; just use this assuming the user set this intentionally
}
// may optionally check that HIVE_HOME/bin/hive exists

                
> webhcat_config.sh checks for env variables being set before sourcing 
> webhcat-env.sh
> -----------------------------------------------------------------------------------
>
>                 Key: HIVE-5167
>                 URL: https://issues.apache.org/jira/browse/HIVE-5167
>             Project: Hive
>          Issue Type: Bug
>          Components: WebHCat
>    Affects Versions: 0.12.0
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>         Attachments: HIVE-5167.1.patch, HIVE-5167.2.patch
>
>
> HIVE-4820 introduced checks for env variables, but it does so before sourcing 
> webhcat-env.sh. This order needs to be reversed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to