I'm trying to verify a PR [1] works with the HDFS integration test, but I am having trouble running docker compose.
I am trying to follow the README.md in dev [2] but I am running into an error "pull access denied for arrow". The full command and error are pasted below. (I think there is also a typo in the docs "_" instead of "-"). I'm new to docker and docker-compose in general, so please excuse me if this is something obvious. Any help would be appreciated. Thanks, Micah Environment details: Ubuntu 18. Docker version 18.06.1-ce, build e68fc7a docker-compose version 1.17.1, build 6d101fb Full run: ./run_docker_compose.sh hdfs-integration Building hdfs-integration Step 1/7 : FROM arrow:python-3.6 ERROR: Service 'hdfs-integration' failed to build: pull access denied for arrow, repository does not exist or may require 'docker login' [1] https://github.com/apache/arrow/pull/4081 [2] https://github.com/apache/arrow/blob/master/dev/README.md