hadoop

Distributed framework for processing large datasets across clusters

brewmacoslinux
Try with needOr install directly
Source

About

Framework for distributed processing of large data sets

Commands

hadoophdfsmapredyarn

Examples

Check Hadoop version and configuration$ hadoop version
Start HDFS namenode and datanodes$ start-dfs.sh
Submit a MapReduce job to the cluster$ hadoop jar /path/to/job.jar input_path output_path