Re: External Documentation about Giraph

2013-06-01 Thread Yazan Boshmaf
JIRA issue: https://issues.apache.org/jira/browse/GIRAPH-676 On Sat, Jun 1, 2013 at 10:12 PM, Yazan Boshmaf wrote: > @Puneer, sure! I'll ping you once we have a draft ready. Thanks! > > Cheers, > Yazan > > On Sat, Jun 1, 2013 at 9:58 PM, Puneet Agarwal wrote: >> Dear Yazan, >> >> I don't know if

Re: External Documentation about Giraph

2013-06-01 Thread Yazan Boshmaf
@Puneer, sure! I'll ping you once we have a draft ready. Thanks! Cheers, Yazan On Sat, Jun 1, 2013 at 9:58 PM, Puneet Agarwal wrote: > Dear Yazan, > > I don't know if you need this, still - I volunteer to review such a > documentation, from novice users' perspective. > > I am a newbie on Giraph

Re: External Documentation about Giraph

2013-06-01 Thread Puneet Agarwal
Dear Yazan, I don't know if you need this, still - I volunteer to review such a documentation, from novice users' perspective. I am a newbie on Giraph :) Cheers - Puneet - Original Message - From: Yazan Boshmaf To: Maria Stylianou Cc: user@giraph.apache.org Sent: Sunday, June 2, 20

Re: External Documentation about Giraph

2013-06-01 Thread Yazan Boshmaf
@Maria, this sounds great! I will start drafting one based on your posts + my own experience + know-how from user/dev emails that I have gathered. I will open a JIRA ticket and keep you in the loop. Once you're available, you can give the docs another pass to improve quality. I'm certain that exper

Re: GiraphJob Vs InternalVertexRunner

2013-06-01 Thread Yazan Boshmaf
Puneet, concerning the examples, recently there was a new diff to decouple vertex data and computation which was a significant change. Check issue GIRAPH-667 for more info (https://issues.apache.org/jira/browse/GIRAPH-667). On Sat, Jun 1, 2013 at 7:50 PM, Yazan Boshmaf wrote: > I think the Simple

Re: GiraphJob Vs InternalVertexRunner

2013-06-01 Thread Yazan Boshmaf
I think the SimpleShortestPathsVertex.java class got renamed to SimpleShortestPathsComputation.java, as can be seen in trunk (check here: https://github.com/apache/giraph/tree/trunk/giraph-examples/src/main/java/org/apache/giraph/examples). Concerning the issue you stated, you seem to have run Gi

Re: External Documentation about Giraph

2013-06-01 Thread Maria Stylianou
Yazan let's do it! But I'm afraid I will be super busy till 1st of July - day of thesis presentation. After that, I can dedicate more time. On Sat, Jun 1, 2013 at 5:29 AM, Avery Ching wrote: > Improving our documentation is always very nice. Thanks for doing this > you two! > > > On 5/31/13 7

Can it work with Hadoop in Standalone More ?

2013-06-01 Thread Puneet Agarwal
Can Giraph work with Hadoop in Standalone More ? Or is it compulsory to use Hadoop in Pseudo Distributed Mode ? Regards Puneet

Re: GiraphJob Vs InternalVertexRunner

2013-06-01 Thread Puneet Agarwal
Hi Yazan, This indeed if of great help especially the help command: "/directory-to-hadoop/bin/hadoop jar/directory-to-giraph/giraph-examples/target/giraph-examples-1.1.0-SNAPSHOT-for-hadoop-0.20.203.0-jar-with-dependencies.jar org.apache.giraph.GiraphRunner -h" But there seems to be some proble