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

Carl Steinbach commented on HIVE-2757:
--------------------------------------

@Ed: o.a.h.Configuration is responsible for locating the Hadoop configuration 
files on the classpath at time of initialization. Since HiveConf extends 
Configuration we inherit this functionality for free. I agree that it may 
eventually become necessary to dynamically modify the classpath at runtime to 
include the Hadoop conf directory, but right now we don't do that, and in the 
meantime ConfVars.HADOOPCONF is dead code (which is really confusing, since 
developers always assume that the code they read is used somewhere).
                
> hive can't find hadoop executor scripts without HADOOP_HOME set
> ---------------------------------------------------------------
>
>                 Key: HIVE-2757
>                 URL: https://issues.apache.org/jira/browse/HIVE-2757
>             Project: Hive
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 0.8.0
>            Reporter: Roman Shaposhnik
>         Attachments: HIVE-2757.patch.txt
>
>
> The trouble is that in Hadoop 0.23 HADOOP_HOME has been deprecated. I think 
> it would be really nice if bin/hive can be modified to capture the which 
> hadoop
> and pass that as a property into the JVM.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to