Ramon Béjar b4ca8982a2 go | 3 years ago | |
---|---|---|
.. | ||
scripts | 3 years ago | |
src/main/scala | 3 years ago | |
README.md | 3 years ago | |
distributed-analyzer.sbt | 3 years ago |
Required sbt version: 1.4.6
You can get help here
Go to the project folder distributed_social_network_analyzer 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.