You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Abhijit Pol <ap...@rocketfuelinc.com> on 2009/09/10 00:19:26 UTC

Re: conf.get environment variables

I had same issue. As a workaround I specified full path in hive-site.xml....
by the way, I think the default war file name is hive_hwi.war...

On Fri, Aug 28, 2009 at 8:32 PM, Edward Capriolo <ed...@gmail.com>wrote:

> I am getting this error...
>
> 09/08/28 23:19:56 WARN mortbay.log: Failed startup of context
> org.mortbay.jetty.webapp.WebAppContext@203c31
> {/hwi,${HIVE_HOME}/lib/hive-hwi.war}
> java.io.FileNotFoundException: ${HIVE_HOME}/lib/hive-hwi.war
>
> Should conf.get parse variables from the hive-site.xml
>
> Any ideas?
>

Re: conf.get environment variables

Posted by Edward Capriolo <ed...@gmail.com>.
Yes both of these are resolved in a recent patch. We have a few
patches backlogged.

On 9/9/09, Abhijit Pol <ap...@rocketfuelinc.com> wrote:
> I had same issue. As a workaround I specified full path in hive-site.xml....
> by the way, I think the default war file name is hive_hwi.war...
>
> On Fri, Aug 28, 2009 at 8:32 PM, Edward Capriolo
> <ed...@gmail.com>wrote:
>
>> I am getting this error...
>>
>> 09/08/28 23:19:56 WARN mortbay.log: Failed startup of context
>> org.mortbay.jetty.webapp.WebAppContext@203c31
>> {/hwi,${HIVE_HOME}/lib/hive-hwi.war}
>> java.io.FileNotFoundException: ${HIVE_HOME}/lib/hive-hwi.war
>>
>> Should conf.get parse variables from the hive-site.xml
>>
>> Any ideas?
>>
>