Pergunta de entrevista da empresa Saama Technologies

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

Resposta da entrevista

Sigiloso

9 de nov. de 2017

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

8