Pregunta de entrevista de Saama Technologies

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

Respuesta de la entrevista

Anónimo

9 nov 2017

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

8