+1 vote
in Big Data | Hadoop by (30.5k points)
How will you display header row with the results of a Hive query?

1 Answer

0 votes
by (23.1k points)

Hive provides a property hive.cli.print.header to set the configuration in which header row is printed. It is as follows:

hive> set

hive.cli.print.header=true;

 

Related questions

+1 vote
...