Re: Where is the location of hive queries

2013-03-06 Thread Dean Wampler
Or use a variant of the INSERT statement to write to a directory or a table. On Wed, Mar 6, 2013 at 10:05 AM, Nitin Pawar wrote: > 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 "qu

Re: Where is the location of hive queries

2013-03-06 Thread Nitin Pawar
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 wrote: > After we run a query in hive shell as: > Select * from myTable; > > Are the

Re: Where is the location of hive queries

2013-03-06 Thread Sai Sai
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