Re: [Python/C++] Help running HDFS integration test for C++/Python

2019-04-15 Thread Krisztián Szűcs
Or: `make -f Makefile.docker run-hdfs-integration` dev/container/README.md is definitely outdated On Mon, Apr 15, 2019 at 9:09 AM Krisztián Szűcs wrote: > Hey Micah, > > Try the following [1]: > > export PYTHON_VERSION=3.6 > docker-compose build cpp > docker-compose build python > docker-compos

Re: [Python/C++] Help running HDFS integration test for C++/Python

2019-04-15 Thread Krisztián Szűcs
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 Mi

Re: [Python/C++] Help running HDFS integration test for C++/Python

2019-04-15 Thread Micah Kornfield
Thanks to a hint from Wes, I found the https://github.com/apache/arrow/tree/master/dev/container/README.md which I think I need to run through first before running the steps in the dev/README, I'll try this and update the documentation if this seems to work. On Sun, Apr 14, 2019 at 11:37 PM Micah

[Python/C++] Help running HDFS integration test for C++/Python

2019-04-14 Thread Micah Kornfield
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 t