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
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
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