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
with Spark, I could not find any GraphX jar files under lib. I also
wonder if any of the algorithms mentioned in GraphX programming guide page
is pre-combiled and available for testing.

My main objective is to ensure that at least one correct graph application
is working with no errors using GraphX, before I start writing my own.

-- 
Thanks,
-Khaled


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:

 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
 with Spark, I could not find any GraphX jar files under lib. I also
 wonder if any of the algorithms mentioned in GraphX programming guide page
 is pre-combiled and available for testing.

 My main objective is to ensure that at least one correct graph application
 is working with no errors using GraphX, before I start writing my own.

 --
 Thanks,
 -Khaled




-- 
---
Takeshi Yamamuro