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