2799/which-data-structure-is-used-in-case-of-map-reduce
In case of Hadoop, HDFS is used as a storage platform and The underlying HDFS uses block as a storing units. HDFS does not care about what structure the files have. A MapReduce program simply gets the file data from HDFS as an input.
You can refer the below book to get a complete detailed information:
https://www.isical.ac.in/~acmsc/WBDA2015/slides/hg/Oreilly.Hadoop.The.Definitive.Guide.3rd.Edition.Jan.2012.pdf
Hope this will help you!
Hey, Byte Array, Put p = new Put(Bytes.toBytes("John Smith")); All ...READ MORE
Hi@akhtar, Shuffle phase in Hadoop transfers the map output from ...READ MORE
MapReduce is a programming model to perform ...READ MORE
The syntax for Map-side join and Reduce-side ...READ MORE
In your case there is no difference ...READ MORE
Firstly you need to understand the concept ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
The distributed copy command, distcp, is a ...READ MORE
I can brief you the answer here ...READ MORE
Impala provides faster response as it uses MPP(massively ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.