Commits


Krisztián Szűcs authored and Wes McKinney committed eaa60538ae7
ARROW-2300: [C++/Python] Integration test for HDFS Author: Krisztián Szűcs <szucs.krisztian@gmail.com> Author: Wes McKinney <wesm+git@apache.org> Closes #1889 from kszucs/ARROW-2300 and squashes the following commits: 6dbbfb52 <Wes McKinney> Apply Krisztian's errno 2 fix, nicer formatting for libhdfs errors 3f95b226 <Wes McKinney> More robust to state of local dev area 5d3e6ff6 <Wes McKinney> Give HDFS integration C++ build a distinct subdir name 78857353 <Wes McKinney> Remove python/testing/*hdfs*, add instructions to dev/README.md for running hdfs tests 3f8318e1 <Krisztián Szűcs> display errno in error msg; add pkgconfig; export hadoop env vars cde939a9 <Krisztián Szűcs> fix path_or_paths checking in _make_manifest c910538f <Krisztián Szűcs> use filesystem.read_parquet for both directory and single file path 7e3c0332 <Krisztián Szűcs> deepend on hadoop image to have libhdfs preinstalled 891ea36c <Krisztián Szűcs> configure libhdfs3 2eb227f9 <Krisztián Szűcs> install pinned libhdfs3; compile successfully bcbd1f35 <Krisztián Szűcs> dockerfile format 25becee8 <Krisztián Szűcs> build with newer gcc and ninja 6cbfdad6 <Krisztián Szűcs> remove conflict garbage e08d9890 <Krisztián Szűcs> ccache e8cb7dca <Krisztián Szűcs> reproduced segfault 3a840e8d <Krisztián Szűcs> ARROW-2300: Integration test for HDFS