Since I couldn't get maven to work with Ambari on my laptop, I followed this guide to use a Docker setup for testing:
https://cwiki.apache.org/confluence/display/AMBARI/Development+in+Docker The tests have been running for going on 7 hours now. Is that normal? Is there something I can do to make that sane? I ran the suggested unit tests command: docker run --privileged -h node1.mydomain.com -v $(pwd):/tmp/ambari ambari/build /tmp/ambari/dev-support/docker/docker/bin/ambaribuild.py test -b Maybe that was the wrong one? Greg
