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.
URL: https://spark.apache.org/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install apache-spark using brew
brew install apache-spark
apache-spark is ready to use now!