This Drill deployment can also work with Hive 1.2.0.
I assume you have successfully installed ansible (I use version 1.9) and have installed the dependencies for the ec2 modules. Specifically, you should install the boto python module (pip install boto
) and awscli (pip install awscli
). Then do awscli configure
to store your EC2 credentials.