About 12,800,000 results
Open links in new tab
  1. Newest 'mapreduce' Questions - Stack Overflow

    1answer 37views MapReduce - round-robin scheduling of mappers? I was going through OSTEP's concurrency-mapreduce project which essentially involves building a toy …

  2. How does the MapReduce sort algorithm work? - Stack Overflow

    MapReduce's use of input files and lack of schema support prevents the performance improvements enabled by common database system features such as B-trees and hash …

  3. frameworks - Simple explanation of MapReduce? - Stack Overflow

    May 23, 2017 · 69 MapReduce is a method to process vast sums of data in parallel without requiring the developer to write any code other than the mapper and reduce functions. The …

  4. mapreduce - Hadoop Map Reduce read a text file - Stack Overflow

    Apr 8, 2023 · I'm trying to write a MapReduce program that can read an input file and write the output to another text file. I'm planning to use the BufferedReader class for this. But I don't …

  5. mapreduce - What is Hive: Return Code 2 from …

    I am getting: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.MapRedTask While trying to make a copy of a partitioned …

  6. How does partitioning in MapReduce exactly work? - Stack Overflow

    Dec 10, 2015 · I think I have a fair understanding of the MapReduce programming model in general, but even after reading the original paper and some other sources many details are …

  7. How can I multiply matrices in python using MapReduce?

    How can I multiply matrices in python using MapReduce? Asked 5 years, 3 months ago Modified 4 years, 6 months ago Viewed 3k times

  8. mapreduce - Hadoop/MR temporary directory - Stack Overflow

    Dec 18, 2013 · I've been struggling with getting Hadoop and Map/Reduce to start using a separate temporary directory instead of the /tmp on my root directory. I've added the following …

  9. mapreduce - Top N values by Hadoop Map Reduce code - Stack …

    Mar 19, 2018 · I am very new in hadoop world and struggling to achieve one simple task. Can anybody please tell me how to get top n values for word count example by using only Map …

  10. mapreduce - how to skip bad records in hadoop map-reduce

    Nov 3, 2015 · i am very much new to hadoop,can any one give me a simple program on how to skip bad recors in hadoop map/reduce? Thanks in Advance