Many Thanks Jagat.
Sai
From: Jagat Singh
To: user@hive.apache.org; Sai Sai
Sent: Monday, 4 March 2013 12:44 AM
Subject: Re: hive columns display
Hi,
See this
http://svn.apache.org/repos/asf/hive/trunk/conf/hive-default.xml.template
There is one
Hi,
See this
http://svn.apache.org/repos/asf/hive/trunk/conf/hive-default.xml.template
There is one property , if you set that to true it would show.
hive.cli.print.header
false
Whether to print the names of the columns in query
output.
Thanks,
Jagat Singh
On Mon, Mar 4, 2013 at 7:
When we run a query in hive like:
Select * from myTable limit 10;
We get the results successfully but the column names r not displayed.
Is it possible to display the column names also so the data and the columns can
be related right away without running a describe table.
Thanks,
Sai