Commits


Krisztián Szűcs authored and Wes McKinney committed 16498643eb5
ARROW-3180: [C++] Add docker-compose setup to simulate Travis CI run locally Also resolves: > ARROW-3078: [Python] Docker integration tests should not contaminate the local Python development environment Working: - [x] rust - [x] go - [x] c_glib - [x] ruby - [x] java - [x] cpp - [x] python - [x] hdfs integration The rest: - js (gulp error...) - matlab - R - dask integration - spark integration - gen_apidocs - hiveserver2 - iwyu Perhaps resolve them in follow-up PRs. Author: Krisztián Szűcs <szucs.krisztian@gmail.com> Author: Wes McKinney <wesm+git@apache.org> Closes #2572 from kszucs/ARROW-3180 and squashes the following commits: 41cd81082 <Krisztián Szűcs> shm_size c3b73e7c8 <Krisztián Szűcs> set shm_size 83929c98c <Krisztián Szűcs> remove js lock files from dockerignore 52c0d8917 <Wes McKinney> Add glog to C++ env 5074cf577 <Krisztián Szűcs> add integration data to java image 8ea75a67d <Krisztián Szűcs> java docker image 0d11fc67e <Krisztián Szűcs> organize js dockerfile 450311638 <Krisztián Szűcs> improve layer caching a5385ad23 <Krisztián Szűcs> update dockerignore to reduce the build context's size e28791942 <Krisztián Szűcs> meson install c_glib; run ruby tests 210d4eba1 <Krisztián Szűcs> c_glib dockerfile 09a3e6f49 <Krisztián Szűcs> js dockerfile 9e51cb90c <Krisztián Szűcs> mixed whitespaces in python Dockerfile c8d3f2651 <Krisztián Szűcs> mixed whitespaces in cpp Dockerfile 99ce42e44 <Krisztián Szűcs> mixed whitespaces in hdfs Dockerfile f505105b7 <Krisztián Szűcs> missing license headers 26fe1f61a <Krisztián Szűcs> license headers 1737ef4a5 <Krisztián Szűcs> comment fixes 2900810b5 <Krisztián Szűcs> docker-compose setup; go, rust, cpp, python, hdfs-integration