-0400
> From: pipeha...@gmail.com
> To: user@hive.apache.org
> Subject: Re: Question about query result storage
>
> Oh, actually is
> hive -S -f some_query.q > some_query.log
>
> On 08/09/2012 05:41 PM, Yue Guan wrote:
> > We always do something like this:
> &
Oh, actually is
hive -S -f some_query.q > some_query.log
On 08/09/2012 05:41 PM, Yue Guan wrote:
We always do something like this:
hive -f some_query.q > some_query.log
If the output is large, just insert overwrite to some table.
On 08/09/2012 05:32 PM, Tom Brown wrote:
Team,
I'm a new Hive
We always do something like this:
hive -f some_query.q > some_query.log
If the output is large, just insert overwrite to some table.
On 08/09/2012 05:32 PM, Tom Brown wrote:
Team,
I'm a new Hive user and I've just run my first large query (a few
hours). Unfortunately, I ran it from the CLI, an