0

I have CSV file with 20 columns but I need only three of them.

Is is possible to load part of columns? Something like column mapping during the bulk load in MySQL.

Tioma
  • 2,120
  • 9
  • 35
  • 52

1 Answers1

1

No, sadly, if you want to use hive directly to load liek that it's impossible. Maybe try to use Java with MapReduce or an ETL like Talend

Junayy
  • 1,130
  • 7
  • 13