Re: Persistent aggregator resets value to 0 after each superstep

2015-05-25 Thread Panagiotis Eustratiadis
Hello everyone, I still haven't found a way around it. Is it a bug of that particular release? Can anyone reproduce it for confirmation? Regards, Panagiotis Eustratiadis. On 22 May 2015 at 16:46, Panagiotis Eustratiadis ep.pan@gmail.com wrote: Hello everyone, A little while ago

Re: giraph-netbeans -simple question

2015-05-22 Thread Panagiotis Eustratiadis
(conf, tinyGraph, tinyGraph); for (String result : results) { LOGGER.debug(result); } } Note that the tests will run every time you compile it, unless you specify -DskipTests in the mvn command. Regards, Panagiotis Eustratiadis. On 22 May 2015 at 15:43, Anna Xenaki axen

Re: giraph-netbeans -simple question

2015-05-22 Thread Panagiotis Eustratiadis
edges and vertexes separately I currently have only one InputFormat and add edges as a List with createEdgeFactory Best Regards, Anna On 22/5/2015 4:16 μμ, Panagiotis Eustratiadis wrote: Hello Anna, I use two ways to run a Giraph job for testing. The one is to setup a single node

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

2014-11-17 Thread Panagiotis Eustratiadis
Hello Puneet, I am encountering a very similar problem, and I'm studying it. I will update this thread as soon as I find something. I think it has something to do with the code that initializes the aggregators, but I'm not quite sure. Regards, Eustratiadis Panagiotis. On 17 November 2014 05:25,

Re: [VOTE] Apache Giraph 1.1.0 RC2

2014-11-13 Thread Panagiotis Eustratiadis
Was the issue with the aggregators on release-1.1 fixed? On 13 November 2014 15:28, Roman Shaposhnik ro...@shaposhnik.org wrote: This vote is for Apache Giraph, version 1.1.0 release It fixes the following issues: http://s.apache.org/a8X *** Please download, test and vote by Mon 11/17

Giraph 1.0 | Computation stuck at map 100% - reduce 0% for my algorithm only, at multi-node cluster

2014-09-30 Thread Panagiotis Eustratiadis
, Superstep=-1 Is there anything I'm overlooking? I have Googled the obvious stack overflow solutions for two days now. Has anyone encountered anything similar? Regards, Panagiotis Eustratiadis.

Re: Giraph 1.0 | Computation stuck at map 100% - reduce 0% for my algorithm only, at multi-node cluster

2014-09-30 Thread Panagiotis Eustratiadis
, Panagiotis Eustratiadis ep.pan@gmail.com wrote: Good morning, I have been having a problem the past few days which sadly I can't solve. First of all I set up a Hadoop 0.20.203.0 cluster of two nodes a master and a slave. I followed this tutorial for the settings: http://www.michael-noll.com

Re: Generating unique vertex id's for addVertexRequest

2014-07-31 Thread Panagiotis Eustratiadis
. -- *From:* Panagiotis Eustratiadis [ep.pan@gmail.com] *Sent:* Tuesday, July 29, 2014 3:14 AM *To:* user@giraph.apache.org *Subject:* Generating unique vertex id's for addVertexRequest Hello everyone, I'm looking for a way to generate unique id's

Generating unique vertex id's for addVertexRequest

2014-07-29 Thread Panagiotis Eustratiadis
of the graph size? Panagiotis Eustratiadis.