|
|
-
Re: Where is the location of hive queriesNitin Pawar 2013-03-06, 16:05
the results are not stored to any file .. they are available on console only
if you want to save to the results then write execute your query like hive -e "query" > file On Wed, Mar 6, 2013 at 9:32 PM, Sai Sai <[EMAIL PROTECTED]> wrote: > After we run a query in hive shell as: > Select * from myTable; > > Are these results getting saved to any file apart from the > console/terminal display. > If so where is the location of the results. > Thanks > Sai > -- Nitin Pawar |