Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the most common input formats in Hadoop?
Home
Big Data | Hadoop
What are the most common input formats in Hadoop?
0
votes
asked
Feb 5, 2020
in
Big Data | Hadoop
by
SakshiSharma
What are the most common input formats in Hadoop?
#hadoopinput-format
Bigdata-questions-answers
Hadoop-questions-answers
Please
log in
or
register
to answer this question.
2
Answers
0
votes
answered
Feb 5, 2020
by
rajeshsharma
Text Input Format
Key Value Input Format
Sequence File Input Format
0
votes
answered
Oct 29, 2022
by
SakshiSharma
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
...