Giraph-1.1.0 - Worker failed during input split (currently not supported)

2014-11-25 Thread Puneet Agarwal
Hi Phalguni, I am also facing the same problem as you did on 15th of Nov. I saw your post in dev forum. java.lang.IllegalStateException: coordinateVertexInputSplits: Worker failed during input split (currently not supported)Have you found a solution to this yet?If yes, please help me also. -

GIRAPH 1.1.0 - Example Does not work

2014-11-25 Thread Puneet Agarwal
On Hadoop 1.2.1, and Giraph 1.1.0 I tried following command hadoop jar $GIRAPH_HOME/giraph-examples/target/giraph-examples-1.1.0-for-hadoop-1.2.1-jar-with-dependencies.jar org.apache.giraph.GiraphRunner org.apache.giraph.examples.SimpleShortestPathsComputation -vif

Re: GIRAPH 1.1.0 - Example Does not work

2014-11-25 Thread Puneet Agarwal
/puneet/output/shortestpaths -w 1 The reason I'm asking is because it seems to be working for me. Thanks, Roman. On Tue, Nov 25, 2014 at 7:35 AM, Puneet Agarwal puagar...@yahoo.com wrote: On Hadoop 1.2.1, and Giraph 1.1.0 I tried following command hadoop jar $GIRAPH_HOME/giraph-examples/target

Re: GIRAPH 806 How to Apply Patch ?? Patch not on Giraph 1.0.0 - Pls Help

2014-11-22 Thread Puneet Agarwal
org.apache.giraph.utils.ProgressableUtils: waitFor: Waiting for org.apache.giraph.utils.ProgressableUtils$FutureWaitable@59bbe49d On Tuesday, November 18, 2014 8:21 AM, Puneet Agarwal puagar...@yahoo.com wrote: Hi All, First of all, I want the thank this forums (in particular Matthew) for helping me resolve

GIRAPH 806 Patch

2014-11-17 Thread Puneet Agarwal
Hi All, First of all, I want the thank this forums (in particular Matthew) for helping me resolve a problem related to Aggregators in Giraph.Here, I shareanother big, problem for which I have no clue on how to solve: Sometimes my Giraph jobs hang, because some workers wait for another worker,

Fw: Persistent Aggregator Forgets Previously Aggregated Value ????

2014-11-16 Thread Puneet Agarwal
On Sunday, November 16, 2014 12:11 PM, Puneet Agarwal puagar...@yahoo.com wrote: Hi All, I have been facing a problem in Giraph for last two weeks. Following is the detailed description, sample code, corresponding log message and a few questions. I will greatly appreciate any help

Persistent Aggregator Forgets Previously Aggregated Value ????

2014-11-15 Thread Puneet Agarwal
Hi All, I have been facing a problem in Giraph for last two weeks. Following is the detailed description, sample code, corresponding log message and a few questions. I will greatly appreciate any help in this regard. Code Description: = My algorithm assigns a score to select

Re: Issue in Aggregator

2014-11-09 Thread Puneet Agarwal
15:05, Puneet Agarwal puagar...@yahoo.com escribió: Hi All,In my algo, I use an Aggregator which takes a Text value. I have written my custom aggregator class for this, as given below. public class MyAgg extends BasicAggregatorText {...} This works fine when running on my laptop with one

Re: When do Giraph vertices receive their messages?

2014-11-09 Thread Puneet Agarwal
These are some very interesting questions. I also would like to know the answers to these. - PuneetIIT Delhi, India On Monday, November 10, 2014 9:30 AM, Vincentius Martin vincentiusmar...@gmail.com wrote: I am curious about how does Giraph receive messages before processing it I

Re: java.net.ConnectException: Connection refused

2014-11-08 Thread Puneet Agarwal
, 2014 4:09 AM, Xenia Demetriou xenia...@gmail.com wrote: Hi Puneet, I am not an expert but I had the same error and I solved it by changing the hostnames of the cluster-Pcs in lowercase e.g Make iHadoop3 - ihadoop3 -- Xenia 2014-11-02 14:08 GMT+02:00 Puneet Agarwal puagar...@yahoo.com

Issue in Aggregator

2014-11-08 Thread Puneet Agarwal
Hi All,In my algo, I use an Aggregator which takes a Text value. I have written my custom aggregator class for this, as given below. public class MyAgg extends BasicAggregatorText {...} This works fine when running on my laptop with one worker.However, when running it on the cluster, sometimes

java.net.ConnectException: Connection refused

2014-11-02 Thread Puneet Agarwal
I have setup a cluster of 4 computers for running my Pregel jobs. When running a job I often get the following error (given below).I followed another thread in giraph forums and learnt that this problem is because of the firewall stopping network traffic.I have stopped the firewall service on

Access Aggregator From Custom Vertex Output Format

2014-10-07 Thread Puneet Agarwal
I needed to access the aggregator from my custom vertex output format class. Following is how I did this, feel like sharing with the community. getAggregatedValue does not work from the custome vertex output class, so I have overridden getValue method in the vertex class. In the getValue method I

Re: getAggregatedValue calling aggregate

2014-10-06 Thread Puneet Agarwal
the default implementation does)? Best,Matthew On Sat, Sep 20, 2014 at 6:25 AM, Puneet Agarwal puagar...@yahoo.com wrote: I have created my own aggregator, by extending the BasicAggregator. In this aggregator I have overridden following methods aggregate()createInitialValue()getAggregatedValue

getAggregatedValue calling aggregate

2014-09-19 Thread Puneet Agarwal
() method of the aggregator class is getting called and it received the value returned by the method getAggregatedValue(). am I missing something very basic here? Please Help Puneet Agarwal IIT Delhi

Network Traffic Queries

2013-11-10 Thread Puneet Agarwal
message with 4 To-Addresses ? b. How can we find the hostname of the computer which processes a given vertex ? Regards Puneet Agarwal Ph.D. Scholar, IIT Delhi

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: 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 bosh...@ece.ubc.ca To: Maria Stylianou mars...@gmail.com Cc:

Re: What Version of Hadoop

2013-05-31 Thread Puneet Agarwal
Message - From: Ahme Emre Aladağ emre.ala...@agmlab.com To: user@giraph.apache.org; Puneet Agarwal puagar...@yahoo.com Cc: Sent: Thursday, May 30, 2013 9:31 PM Subject: Re: What Version of Hadoop Hi, I guess both will work with Giraph. By the way, I'm using Hadoop 1.1.2 and Giraph works

GiraphJob Vs InternalVertexRunner

2013-05-31 Thread Puneet Agarwal
It seems there are two ways to run a Giraph job. a) using the class InternalVertexRunner b) using the class GiraphJob Which one should be used where ? Thanks Puneet

What Version of Hadoop

2013-05-30 Thread Puneet Agarwal
Hi All, I am new to this community. I plan to remain active in this community for at-least a few more weeks to come. ( who knows how long ... ) I am trying to make Giraph work on my laptop. I downloaded Giraph 1.0.0, released recently. The readme file says it works with Hadoop 1.0.2. I have