Saama Technologies interview question

How to remove the header from a file before loading a file into Hive table using Hive property?

Interview Answer

Anonymous

9 Nov 2017

To get this you can use hive's property which is TBLPROPERTIES ("skip.header.line.count"="1")

8