Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.21 KB

README.md

File metadata and controls

48 lines (38 loc) · 1.21 KB

vagrant-spark

OS: CentOS 7

Requirements:

  • Vagrant
  • VirtualBox

Applications:

  • Spark 2.3.0
  • Hadoop 2.7
  • Java 1.8.0_161

This will setup two hosts, a spark master and a spark slave.

Private addressing is:

  • 192.168.50.11 spark-master-priv
  • 192.168.50.12 spark-slave1-priv
  • 192.168.50.13 spark-slave2-priv

Access management GUI for master http://127.0.0.1:8881/

  • Exposed and used ports: 8881
  • Not used. 7771 6661

Tasks:

  • vagant automate host setup
  • spark auto download and extract
  • setup systemd auto startup scripts.
  • hadoop stuff?
  • cassandara stuff?
  • python, pip, pyspark
  • python pandas?
  • jupyter ??
  • spark home variable and other spark variables. /opt/spark/conf/spark-env.sh.template
  • [ ]

Resources: