Required sbt version: 1.4.6
You can get help here
Go to the project folder and execute
$sbt package
The main way to execute the project in Apache Spark after compiling:
$ spark-submit --master local[*] --class "MainAppFromXML" target/scala-2.12/social-network-analyzer_2.12-1.0.jar xmlfilewithconversationgraph
Or use the script found in scripts/solveXMLconversation.sh
https://spark.apache.org/docs/latest/graphx-programming-guide.html#pregel-api
spark-2.2.1-bin-hadoop2.7/examples/src/main/scala/org/apache/spark/examples/graphx/
Powered by TurnKey Linux.