Skip to content

How to run Query-to-file in my system #328

Answered by nilshansen94
JAgrit20 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Jagrit

The README.md on github has quite some instructions on how to get the Query-to-File running. First, you need to make sure to be working with Java 11. Furthermore, you need to install FUSE. The installation guide of JNR-FUSE contains useful information on how to install on different operating systems.

After installing FUSE, you need to locate the FUSE binary (.dll / .dylib / .so) and specify the path in the config file (Query-to-File/src/main/resources/config.properties). There are already common paths and library names in there (see this link). Make sure that there is only one entry for libraryPath and libfuseenabled in the config file.

The main-method is located in src/main/jav…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by vogti
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants