Installing Hadoop on MacOS (M1/M2) : 2023
<p>Follow the below steps carefully and in order. It took me a really long time to set it up correctly after running into several issues. However, the overall process in straightforward. Good luck.</p>
<p>Install hadoop with brew.</p>
<p><code>$ brew install hadoop</code></p>
<p>Go into the said directory. Also replace 3.3.6 with whatever version you’re working with.</p>
<p><code>$ cd /opt/homebrew/Cellar/hadoop/3.3.6/libexec/etc/hadoop</code></p>
<p>Open the directory on any code editor of choice.</p>
<p><code>$ code .</code></p>
<p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/1*qnTEgrDkZTljaMpuvSlfGg.png" style="height:512px; width:700px" /></p>
<p>the expected list of files</p>
<p>Now, we are concerned about the following files.</p>
<p><a href="https://medium.com/@MinatoNamikaze02/installing-hadoop-on-macos-m1-m2-2023-d963abeab38e"><strong>Click Here</strong></a></p>