0 votes
in Big Data | Hadoop by
What are the most common input formats in Hadoop?

2 Answers

0 votes
by
Text Input Format

Key Value Input Format

Sequence File Input Format
0 votes
by
Three widely used input formats are:

Text Input: It is default input format in Hadoop.

Key Value: It is used for plain text files

Sequence: Use for reading files in sequence
...