└── big data installation.txt /big data installation.txt: -------------------------------------------------------------------------------- 1 | 2 | Downlaod cloudera 3 | https://drive.google.com/file/d/1WzYxDmaRnJUpAGhZcdl8WXlyc6NClDUe/view?usp=sharing 4 | 5 | Download VM 6 | 7 | https://www.virtualbox.org/wiki/Downloads 8 | 9 | 10 | Putty Downlaod 11 | 12 | https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html 13 | 14 | 15 | File Zilla dowonload 16 | 17 | https://filezilla-project.org/download.php?platform=win64 18 | 19 | FOR MAC 20 | 21 | Hi, for mac m1, try to go with below lsited steps. 22 | Go on to your terminal 23 | 1. docker ps - To list running docker containers 24 | 2. docker pull cloudera/quickstart:latest - To pull docker image from repository 25 | 3. docker run --hostname=quickstart.cloudera --privileged=true -t -i -v ~/Documents/dockersrc:/Src --publish-all=true -p 8888 cloudera/quickstart /usr/bin/docker-quickstart - To start cloudera docker container 26 | 27 | 28 | 29 | https://medium.com/@rakeshgopidi/installing-cloudera-quickstart-vm-through-docker-hub-on-mac-m1-879f4a3d0fd4 30 | --------------------------------------------------------------------------------