Question - What are the most common input formats in Hadoop?
Answer -
There are three most common input formats in Hadoop:
- Text Input Format: Default input format in Hadoop
- Key-value Input Format: Used for plain text files where the files are broken into lines
- Sequence File Input Format: Used for reading files in sequence