The output can be printed out on terminal when you run it, or can be stored if you specify a location for it through the operator >. For example:
/home/smith/bin/hive -f "file containing hive sql" > /home/smith/documents/output.txt On Thu, Jul 12, 2012 at 11:31 AM, Raihan Jamal <[email protected]>wrote: > I have one question related to the output from the HiveQL query. Suppose I > did some HiveQL query and I will be getting some output back, so those > result set are getting stored somewhere in HDFS? If yes? > > 1) Then where they are getting stored and how can I access it?** > > 2) And is there any time limit on that meaning after this much > particular time it will be deleted?** > > > *Raihan Jamal* > >
