LAM

SPARQL BGP matching over GraphX

View the Project on GitHub 8sukanya8/LAM

LAM

Location aware SPARQL query implementation over GraphX

Arguments to supply (Local mode):

-g “/path/to/N3File.nt” -q /path/to/queryFile -o /path/to/outputFile -p 4 -m local

where

Arguments to supply (Cluster YARN mode):

spark-submit –class main –master yarn –deploy-mode cluster –num-executors 6 –executor-cores 4 –files qyeryFile LAM.jar -g “/path/to/N3File.nt” -q /path/to/queryFile -o /path/to/outputFile -p 4