On Mon, Aug 24, 2009 at 8:09 PM, Prasad Chakka<[email protected]> wrote: > Vijay, there is no solution for it yet. There may be a jira open but AFAIK, > no one is working on it. You are welcome to contribute this feature. > > Prasad > > > ________________________________ > From: Vijay <[email protected]> > Reply-To: <[email protected]> > Date: Mon, 24 Aug 2009 16:59:28 -0700 > To: <[email protected]> > Subject: Re: Adding jar files when running hive in hwi mode or hiveserver > mode > > Hi, is there any solution for this? How does everybody include custom jar > files running hive in a non-cli mode? > > Thanks in advance, > Vijay > > On Sat, Aug 22, 2009 at 6:19 PM, Vijay <[email protected]> wrote: > > When I run hive in cli mode, I add the hive_contrib.jar file using this > command: > > hive> add jar lib/hive_contrib.jar > > Is there a way to do this automatically when running hive in hwi or > hiveserver modes? Or do I have to add the jar file explicitly to any of the > startup scripts? > > >
Vijay, Currently HWI does not support this. The changes in https://issues.apache.org/jira/browse/HIVE-716 will make this possible (although I did not test but it should work as the cli does). The file will have to be in the servers local file system. We could probably include 'commons upload' to the web interface if there was a need for it. HIVE-716 should be in trunk soon. It does apply cleanly if its something you need today, Edward
