toddlipcon / kudu-examples

Example code for Kudu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kudu examples

This repository holds example code and tutorials for Kudu.

Setup Instructions with Cloudera Quickstart VM

The easiest way to try Kudu is to use the Cloudera Quickstart VM that comes pre-packaged with Kudu and a special build of Impala integrating with Kudu. To download and setup the VM. Simply execute the following command:

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

Once the setup is complete, you can ssh into the machine using the username and password 'demo'.

ssh demo@quickstart.cloudera

and you can access this directory containing the examples in the following location: /media/sf_examples.

About

Example code for Kudu

License:Apache License 2.0


Languages

Language:Python 79.0%Language:Java 15.8%Language:Shell 5.2%