skale-me / node-parquet

NodeJS module to access apache parquet format files
Apache License 2.0
57 stars 11 forks source link

arrow/util/bit-util.h: No such file or directory #47

Closed terebentina closed 6 years ago

terebentina commented 6 years ago

Getting this on a Fedora, all requirements listed in the readme installed:

  CXX(target) Release/obj.target/parquet/src/parquet_binding.o
In file included from ../deps/parquet-cpp/src/parquet/api/reader.h:22:0,
                 from ../src/parquet_reader.h:8,
                 from ../src/parquet_binding.cc:3:
../deps/parquet-cpp/src/parquet/column_reader.h:29:33: fatal error: arrow/util/bit-util.h: No such file or directory
 #include <arrow/util/bit-util.h>
terebentina commented 6 years ago

I tried installing on a different linux system and this time it worked. I suppose the install script failed earlier on the first system and I didn't catch that.