apache-spark Installation On Mac Using Brew

Package Information:

Name: apache-spark
Use: Engine for large-scale data processing

Apache Spark achieves high performance for both batch and streaming data, using a state-of-the-art DAG scheduler, a query optimizer, and a physical execution engine.

Logistic regression in Hadoop and Spark

URL: https://spark.apache.org/

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install apache-spark using brew
    brew install apache-spark

apache-spark is ready to use now!