VOOZH about

URL: https://www.javacodegeeks.com/tag/mapreduce

⇱ MapReduce Archives - Java Code Geeks


  • Enterprise Java👁 Image
    Martin MoisFebruary 8th, 2016
    9 996

    Apache Hadoop Tutorial – The ULTIMATE Guide (PDF Download)

    EDITORIAL NOTE: In this post, we feature a comprehensive Apache Hadoop Tutorial. Apache Hadoop is an open-source software framework written…

    Read More »
  • Enterprise Java👁 Image
    Carol McdonaldNovember 4th, 2015
    0 357

    MapReduce Design Patterns Implemented in Apache Spark

    This blog is a first in a series that discusses some design patterns from the book MapReduce design patterns and…

    Read More »
  • Software Development👁 Image
    Arnon Rotem Gal OzJune 5th, 2014
    1 125

    Is there a future for Map/Reduce?

    Google’s Jeffrey Dean and Sanjay Ghemawat filed the patent request and published the map/reduce paper  10 year ago (2004). According to WikiPedia Doug Cutting…

    Read More »
  • Software Development👁 Image
    Kaushik PalApril 11th, 2014
    0 285

    Hadoop MapReduce Concepts

    What do you mean by Map-Reduce programming? MapReduce is a programming model designed for processing large volumes of data in…

    Read More »
  • Software Development👁 Image
    Geoffrey De SmetMarch 17th, 2014
    0 141

    Can MapReduce solve planning problems?

    To solve a planning or optimization problem, some solvers tend to scale out poorly: As the problem has more variables…

    Read More »
  • Software Development👁 Image
    Theodora FragkouliMarch 3rd, 2014
    0 134

    Apache Spark is now a top-level project

    The Apache Software Foundation (ASF) happily announced that Apache Spark has graduated from the Apache Incubator to become a Top-Level…

    Read More »
  • Enterprise Java👁 Image
    Bill BejeckFebruary 19th, 2014
    1 178

    MapReduce Algorithms – Understanding Data Joins Part II

    It’s been awhile since I last posted, and like last time I took a big break, I was taking some…

    Read More »
  • Enterprise Java👁 Image
    Pascal AlmaSeptember 9th, 2013
    1 199

    Run your Hadoop MapReduce job on Amazon EMR

    I have posted a while ago how to setup an EMR cluster by using CLI. In this post I will…

    Read More »
  • Enterprise Java👁 Image
    Pascal AlmaAugust 24th, 2013
    17 584

    Writing a Hadoop MapReduce task in Java

    Although Hadoop Framework itself is created with Java the MapReduce jobs can be written in many different languages. In this…

    Read More »
  • 1
  • 2
  • 3
  • »
Back to top button
Close