Hey Micah,

Try the following [1]:

export PYTHON_VERSION=3.6
docker-compose build cpp
docker-compose build python
docker-compose build hdfs-integration
 docker-compose run hdfs-integration

[1]: https://github.com/apache/arrow/blob/master/docker-compose.yml#L444

On Mon, Apr 15, 2019 at 8:38 AM Micah Kornfield <emkornfi...@gmail.com>
wrote:

> 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
>

Reply via email to