You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by "abhatnagar@vantage.com" <ab...@vantage.com> on 2011/01/21 15:56:58 UTC

Re: Hive rc location

Where is this file located?

Also does anyone has a sample
-- 
View this message in context: http://lucene.472066.n3.nabble.com/Hive-rc-tp2296028p2302262.html
Sent from the Hadoop lucene-users mailing list archive at Nabble.com.

Re: Hive rc location

Posted by Edward Capriolo <ed...@gmail.com>.
On Fri, Jan 21, 2011 at 9:56 AM, abhatnagar@vantage.com
<ab...@vantage.com> wrote:
>
> Where is this file located?
>
> Also does anyone has a sample
> --
> View this message in context: http://lucene.472066.n3.nabble.com/Hive-rc-tp2296028p2302262.html
> Sent from the Hadoop lucene-users mailing list archive at Nabble.com.
>
Please register for the hive user or dev lists for these type of
questions. Hadoop user and common user is not the ideal place for this
question.

Hive will look for the file in two locations!
env[HIVE_HOME]/bin/.hiverc, property(user.home)/.hiverc

https://issues.apache.org/jira/browse/HIVE-1414

However this feature is currently only in trunk! So if you are running
hive-0.6.0 You do not have hiverc support yet.

Edward