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

1 Answer

0 votes
by

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
asked Apr 1, 2020 by AdilsonLima
0 votes
asked Jan 13, 2020 in Big Data | Hadoop by AdilsonLima
...