I want to set up Hadoop, Spark, and Hive on my personal laptop.
Method
Installation
- Set up WSL following this guide.
- Install Hadoop following this guide.
- Install Hive following this guide.
- Install Spark following this guide.
Start
- Open WSL terminal.
- Type
sudo service ssh restart cd $HADOOP_HOME sbin/start-all.sh
- Open
http://localhost:8088/cluster
in browser to view resource manager. Note that only spark jobs submitted toyarn
will show up here.