how to load zip file into hive
Answers
Answered by
0
Explanation:
1.Create hive table with columns mapping to CSV files fileds. (you can remove unnecessary fields at this step). Choose your delimiter in hive create table statement.
2.Convert csv files to delimited format (Ctrl A or Ctrl B)
3.Upload files to Hive table location.
HOPE IT HELPS U
IF HELPFUL MARK IT AS BRAINLIEST AND FOLLOW ME FOR MORE ANSWERS
Similar questions