Re: Command works inside hive but not outside

2011-10-02 Thread Mark Kerzner
the tables of other processes. > > Use derby in network server mode then it can work with the tables created > from other processes. > > > Hope it helps, > Chinna > > - Original Message - > From: Mark Kerzner > Date: Thursday, September 29, 2011 4:26 am > S

Re: Command works inside hive but not outside

2011-09-28 Thread Chinna Rao Lalam 72745
by) it can't see the tables of other processes. Use derby in network server mode then it can work with the tables created from other processes. Hope it helps, Chinna - Original Message - From: Mark Kerzner Date: Thursday, September 29, 2011 4:26 am Subject: Command works inside

Command works inside hive but not outside

2011-09-28 Thread Mark Kerzner
Hi, experts, the same command words in hive shell add jar WebLogAnalyzer-1.0-SNAPSHOT-jar-with-dependencies.jar; create temporary function get_browser as "com.shmsoft.webloganalyzer.GetBrowser"; SELECT get_browser(user_agent), COUNT(get_browser(user_agent)) AS NumOccurrences FROM apache_logs GRO