A demo application of airflow-druid
Deep Cleanup
$ make clean-all
Start Airflow
$ make run
source environment variables
$ export INITDB_FIRSTNAME=admin
$ export INITDB_LASTNAME=admin
$ export INITDB_EMAIL=admin
$ export INITDB_PASSWORD=admin
$ export INITDB_USERNAME=admin
$ export INITDB_ROLE=Admin
$ export DRUID_HOST=xxxxxxxxxxxxx
$ export DRUID_LOGIN_USER=xxxxxxxxxxxxx
$ export DRUID_PASSWORD=xxxxxxxx
note: wait for couple of minutes for scheduler to comes up
$ make connections
note: wait for couple of minutes for webserver to comes up Airflow Login
http://localhost:8080
Development Login
username : admin
password : admin
$ make clean
http://localhost:5555