Basic GraphX deployment and usage question

2015-03-16 Thread Khaled Ammar
Hi, I'm very new to Spark and GraphX. I downloaded and configured Spark on a cluster, which uses Hadoop 1.x. The master UI shows all workers. The example command run-example SparkPi works fine and completes successfully. I'm interested in GraphX. Although the documentation says it is built-in

Re: Basic GraphX deployment and usage question

2015-03-16 Thread Takeshi Yamamuro
Hi, Your're right, that is, graphx has already be included in a spark default package. As a first step, 'Analytics' seems to be suitable for your objective. # ./bin/run-example graphx.Analytics pagerank graph-file On Tue, Mar 17, 2015 at 2:21 AM, Khaled Ammar khaled.am...@gmail.com wrote: