Question - Mention the common input formats in Hadoop.
Answer -
The common input formats in Hadoop are -
- Text Input Format: This is the default input format in Hadoop.
- Key-Value Input Format: Used to read Plain Text Files in Hadoop.
- Sequence File Input format: This is used to read Files in a sequence in Hadoop.