Mention the usual Hadoop input formats
Hadoop's typical input formats are:
Text Input Format: Hadoop uses this as its default input format.
Key Value Input Format: Hadoop uses the Key-Value Input Format to read plain text files.
Sequence File Input Format: Hadoop reads files in a succession using the Sequence File Input format.





