If we want to see table column names in HiveQl, the following conf property for hive must be set to true.
hive> set hive.cli.print.header=true;
If you prefer to see column names, always update the $ HOME / .hiverc file with the above setting on the first line.
- Hive automatically searches for a file named .hiverc in your HOME directory and runs the commands it contains, if any
user2637464 Aug 01 '13 at 12:06 on 2013-08-01 12:06
source share