Skip to content

Latest commit

 

History

History

demo-vm-setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Kudu Quickstart VM

TL;DR

curl -s https://raw.githubusercontent.com/cloudera/kudu-examples/master/demo-vm-setup/bootstrap.sh | bash

Single Steps

To use Kudu with the special Kudu Quickstart VM follow the below instructions:

git clone https://github.com/cloudera/kudu-examples.git
cd kudu-examples
./demo-vm-setup/setup-kudu-demo-vm.sh

VM setup

The setup script will download a VirtualBox appliance image and import it in VirtualBox. In addition, it will create a new host-only network adapter with DHCP.

After the VM is started, it will extract the current IP address and add a new /etc/hosts entry pointing from the IP of the VM to the hostname quickstart.cloudera. This entry is required because HDFS and Kudu require a working reverse name mapping.

If you don't want to run the automated steps, review and follow the individual steps in the demo-vm-setup/setup-kudu-demo-vm.sh script.