Skip to content

Example project on how to use apache spark for map reduce problem of big data

Notifications You must be signed in to change notification settings

rajanpupa/ApacheSparkExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApacheSparkExample

Example project on how to use apache spark for map reduce problem of big data

Introduction

Spark is a new technology, which eases the task of solving map reduce problem. It does not require NFS and can run on local file as well on single cluster machine.

It could also run on hdfs filesystem and is appropriate in a multi-cluster environment.

You could run its jar through a native compiled spark binary, which will run it in hdfs of nfs of some sort.

About

Example project on how to use apache spark for map reduce problem of big data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published