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

Ashish Thusoo commented on HIVE-737:
------------------------------------

Is the continue block needed? If the file does not exist then it will not be 
picked up by the globs in the the for loop.

Instead I think it may be better to either break out of the loop after the 
execs to ensure that only one exec is called even if there are multiple matches 
or more cleanly perhaps just pick the first file out of the matches and issue 
exec on it.


> bin/hive doesn't start the shell when using a src build of hadoop
> -----------------------------------------------------------------
>
>                 Key: HIVE-737
>                 URL: https://issues.apache.org/jira/browse/HIVE-737
>             Project: Hadoop Hive
>          Issue Type: Improvement
>    Affects Versions: 0.4.0
>            Reporter: Johan Oskarsson
>            Assignee: Johan Oskarsson
>            Priority: Blocker
>         Attachments: HIVE-737.patch
>
>
> After HIVE-487 "bin/hive" doesn't start the shell on our setup. This is 
> because we use a source version of hadoop, where the jar files are in 
> HADOOP_HOME/build/*.jar instead of in lib or in the root HADOOP_HOME.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to