Project repository for top-k queries project.
Files contains useful PDFs.
Datasets contains tested datasets.
Run the following:
sbt assembly
You can use the Intellij IDEA to run the jar LOCALLY as a program (via the Play/Debug) button. See bellow.
To use this project in IntelliJ, import the project from existing sources using "sbt". Ensure that the Scala plugin is
installed first. IntelliJ will download sbt
for you.
3. Add the -k 3 as programm arguments and check the "Include dependencies with Provided scope" on the bottom.
You can now run/debug the TopKDriver program from the top right corner of the IDE.
If it's greyed out simply click on it and Save it again.
The Spark app can now be run locally.
If the program isn't running or the output is empty try to run:
sbt clean assembly