Skip to content

Parallel implementation of Skyline Queries Computation in Map-Reduce systems

Notifications You must be signed in to change notification settings

ArisKonidaris/Skyline_Queries_Hadoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skyline Queries with Hadoop MapReduce

In the context of "Advanced Topics in Database Systems" course Technical University of Crete

Input files available here

https://www.dropbox.com/sh/wygdm7v9ex3avaf/AACNpEUHhjYQ2k0yNJ3rUbB4a?dl=0

To execute with jar type

hadoop jar JarName.jar input_file_1X.csv OutputFileName.csv NumberOfPartions random/angle Dimensions

Examples

hadoop jar Sky.jar input_file_1000.csv Skyline.csv 9 random 2
hadoop jar Sky.jar input_file_1000.csv Skyline.csv 6 random 2
hadoop jar Sky.jar input_file_1000.csv Skyline.csv 3 angle 2
hadoop jar Sky.jar input_file_10000.csv Skyline.csv 9 angle 3
hadoop jar Sky.jar FullPath\input_file_1000.csv FullPath\Skyline.csv 9 random 3

Angle based partitioning supports only 9 way partitioning at 3 dimensions.

About

Parallel implementation of Skyline Queries Computation in Map-Reduce systems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages