Is there a way to have hive skip the first line of CSV loading (say, to skip column headers)?
Or will this require a second stage with a transform, and a) a hard coded knowledge of what a header row might contain, or b) a sequence number column for skipping? Seems like this should be a pretty common need.