7 skills found
Tencent / FirestormFirestorm is a Remote Shuffle Service, and provides the capability for Apache Spark and Apache Hadoop MapReduce applications to store shuffle data on remote servers
arpitmathur89 / YouTube Data AnalysisThis project implements Hadoop MapReduce algorithm on the YouTube data and display the result on a web server.
hanglili / Serverless MapReduceServerlessMR is a MapReduce framework to be deployed and run on a serverless platform.
dpetrovics / Lein EmrLein plugin that servers as a wrapper over Amazon's ruby elastic-mapreduce client. Used to create job flows on Amazon Elastic MapReduce.
HawxChen / CloudComputingMapReduce, Spark, Hadoop, PostgreSQL, Cluster Management
ragu8 / DSCP507 MAPREDUCE PROGRAMMING WITH HADOOPMapReduce is a programming paradigm that enables massive scalability across hundreds or thousands of servers in a Hadoop cluster
AdamYee / HfaaHadoop FileSystem Agnostic API - extends Hadoop's abstract file system api to a generic TCP sockets interface. File system operations like read, write, delete, rename, etc. are made available to an API server that follows the HFAA op codes. In a nutshell, this abstracts Hadoop's MapReduce interface one step further to move file system integration to the file system itself. This removes the requirement to tinker with Hadoop internals and allows any file system with TCP socket support to integrate with Hadoop MapReduce.