Install Hadoop on MacOS (Macbook M1)

<p>The&nbsp;<a href="https://hadoop.apache.org/" rel="noopener ugc nofollow" target="_blank">Apache Hadoop</a>&nbsp;software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models.</p> <p>In this article I have shown how you can install hadoop on MacOS specific on Macbook M1 fixing the possible errors. So let&rsquo;s get started.</p> <p><strong>Step 1 : Install HomeBrew</strong></p> <blockquote> <p>/bin/bash -c &ldquo;$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)&quot;</p> </blockquote> <p>Use these commands to add homebrew on your bash_profile</p> <p><a href="https://codewitharjun.medium.com/install-hadoop-on-macos-efe7c860c3ed"><strong>Click Here</strong></a></p>
Tags: Hadoop macOS