SPARQL BGP matching over GraphX
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