InterviewSolution
Saved Bookmarks
| 1. |
The Amazon EMR default input format for Hive is __________(a) org.apache.hadoop.hive.ql.io.CombineHiveInputFormat(b) org.apache.hadoop.hive.ql.iont.CombineHiveInputFormat(c) org.apache.hadoop.hive.ql.io.CombineFormat(d) All of the mentioned |
|
Answer» Right option is (a) org.apache.hadoop.hive.ql.io.CombineHiveInputFormat The best I can explain: You can specify the hive.base.inputformat option in Hive to select a different file format, |
|