0 votes
in Big Data | Hadoop by
How does indexing work in Hadoop?

1 Answer

0 votes
by

Indexing in Hadoop has two different levels.

1. Index based on File URI: In this case data is indexed based on different files. When we search for data, index will return the files that contain the data.

2. Index based on InputSplit: In this case, data is indexed based on

 

locations where input split is located.

 

Related questions

0 votes
asked Jan 11, 2020 in Big Data | Hadoop by rajeshsharma
+1 vote
asked Jan 29, 2022 in Big Data | Hadoop by sharadyadav1986
...