Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 503 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 503 Bytes

TDP Incus

Launch a fully-featured virtual TDP Hadoop cluster with a single command or customize the infrastructure.

Requirements

  • incus
  • openssh
  • jq

Start Environment

export TDP_HOME=<Path>
./launch.sh

Stop Environment

./destroy.sh

Enter in VM

incus shell edge-01

Enter using SSH

If machine IPs defined in /etc/hosts:

ssh -i data/incus_key incus@edge-01.tdp

Else:

ssh -i data/incus_key incus@192.168.56.10