node-parquet icon indicating copy to clipboard operation
node-parquet copied to clipboard

Waiting for the API Release

Open BasilArockiaEdwin opened this issue 8 years ago • 7 comments

Hi, We are desperately in a need to parse parquet formatted files from node server to get some meaningful information out of it.we believe this module is the best fit for our need. So,If we could tell us when can we expect the initial working version of this module that would be of very helpful.

Thanks, Basil

BasilArockiaEdwin avatar Feb 17 '17 16:02 BasilArockiaEdwin

Working on it right now. Expect an initial working version in the following days

mvertes avatar Feb 17 '17 16:02 mvertes

@mvertes On Ubuntu 16.04 NPM install fails currently:

../deps/parquet-cpp/src/parquet/column/reader.h:28:33: fatal error: arrow/util/bit-util.h: No such file or directory

Do i need to install anything apart from Build tool chain?

mindnuts avatar Mar 07 '17 15:03 mindnuts

Check the 'before_install' parameter in .travis.yml file, which uses an ubuntu target for continuous integration (and it works). If you run as root, you must use npm install --unsafe-perm.

mvertes avatar Mar 07 '17 15:03 mvertes

@BasilArockiaEdwin, release 0.2.1 is ok now. Is it ok for you ?

mvertes avatar Mar 08 '17 10:03 mvertes

@mvertes Got the below error.

-- Configuring incomplete, errors occurred! See also "/home/dpdkpcap/TARTBALL/splunk-features/splunk_downloads/splunk_sdk_javascript_node_js/node_parquet/node_modules/.staging/node-parquet-5ebb3326/build_deps/parquet-cpp/CMakeFiles/CMakeOutput.log". npm WARN [email protected] No repository field. npm ERR! Linux 3.19.0-56-generic npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "node-parquet" npm ERR! node v7.0.0 npm ERR! npm v3.10.8 npm ERR! code ELIFECYCLE

npm ERR! [email protected] preinstall: ./build_parquet-cpp.sh npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] preinstall script './build_parquet-cpp.sh'.

BasilArockiaEdwin avatar Mar 08 '17 16:03 BasilArockiaEdwin

@BasilArockiaEdwin you probably miss some pre-requisites indicated by configure errors (not printed in your incomplete trace). Check full trace, and look at pre-requisites in README.md, and as an example on Ubuntu, .travis.yml.

mvertes avatar Mar 08 '17 16:03 mvertes

I have installed all of the dependencies stated. However, still getting error stated by @BasilArockiaEdwin . Please help @mvertes

oya163 avatar Jun 14 '18 15:06 oya163