Re: how to determine hive version

2010-05-31 Thread Bill Graham
The getVersion method in the hive jdbc driver should give you the version, which is read from the manifest version in the META-INF folder of th hive jar. On Monday, May 31, 2010, Arvind Prabhakar wrote: > Hello Kortni, > One way to find out which version of Hive you are using is to look at the >

Re: how to determine hive version

2010-05-31 Thread Arvind Prabhakar
Hello Kortni, One way to find out which version of Hive you are using is to look at the hive-default.xml file under conf directory. In this file, check out the value of the property hive.hwi.war.file, which should be of the format: lib/hive-hwi-VERSION.war Form there you can infer the version.