Skip to content

Instantly share code, notes, and snippets.

@lmlongna
lmlongna / Hadoop_install_osx.md
Created February 24, 2020 01:58 — forked from viecode09/Hadoop_install_osx.md
This is how to install hadoop on Mac OS

STEP 1: First Install HomeBrew, download it from http://brew.sh

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

STEP 2: Install Hadoop

$ brew search hadoop
$ brew install hadoop