Domanda di colloquio di Saama Technologies

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

Risposta di colloquio

Anonimo

9 nov 2017

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

8