Question d’entretien chez Saama Technologies

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

Réponse à la question d'entretien

Utilisateur anonyme

9 nov. 2017

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

8