# Getting Started ## How to run 1. Install the following * `Docker Engine 1.6+` * [OPT] `Docker Compose 1.10+` (optional but recommended) 2. Build Image * `docker-compose build` 3. Run Container * `docker run -it ${your data volume and port options} hivemall` * Or 1. Edit `docker-compose.yml` 2. `docker-compose up -d && docker exec -it hivemall bash` (Note: need to wait for initialization) 4. Start Hivemall (in container) 1. [OPT] Load data into HDFS * You can load iris dataset by just `./prepare_iris.sh` 2. `hive` to run Hive with Hivemall 3. Run your queries ## Notice * **Use for testing only** * Including build tools for Hivemall