Team 3 Github: https://github.com/CodeFreddy/DataScienceSubmission1.git
Usage:
- Clone the project to local or server
- Direct into the folder and run “mvn clean package” to generate the jar file which will located under “target” folder
- Run command : “java -jar ./target/CS953-1.0-SNAPSHOT-jar-with-dependencies.jar [index’s dir] [query file dir] [output dir]” [index’s dir]: the directory of index, which is “/home/xl1044/ds/index ” for our project [query file dir]: the query file’s location. We used “train.pages.cbor” [output dir]: please specific the folder to save the run files
- The program runs taking a little while. Run by “nohup” will be a good idea