Wake up a vertex

2015-12-26 Thread Kaushik Baruah
Hi, Can anyone please give an example how the vertex *wake up *method can be used. Can I somehow use the *wakUp * method from master compute to wake up a sleeping vertex. Best, Kaushik

Re: Log4j logs not working

2015-12-22 Thread Kaushik Baruah
FO level, but they *do* appear in container logs. > > Bye > Jose > > 2015-12-18 17:06 GMT-03:00 Kaushik Baruah : > >> Hi, >> >> Log4j logs are not working in Giraph. >> I have put line as below: >> >> LOG.info("my string"); >> >>

Master compute and workers

2015-12-21 Thread Kaushik Baruah
Hi Experts, Can you please let me know, if master compute halts automatically when all the workers halt. 1) If it is so, how can we know from master compute if all workers have halted or is there a way to keep the master compute running even though all the workers have halted. 2) Is there a way

Log4j logs not working

2015-12-18 Thread Kaushik Baruah
Hi, Log4j logs are not working in Giraph. I have put line as below: LOG.info("my string"); But it's not displaying anything in the console. I have checked the log4j properties file and everything seems to be fine. Do I need to put this properties file in some class path. Please help. Best, Kau

Re: How to construct graph from rdf triples in Giraph

2015-12-18 Thread Kaushik Baruah
s :) > > Alessio > > > Sent from Outlook Mobile <https://aka.ms/sdimjr> > > _ > From: Kaushik Baruah > Sent: Thursday, December 17, 2015 11:57 AM > Subject: How to construct graph from rdf triples in Giraph > To: > > > &

How to construct graph from rdf triples in Giraph

2015-12-17 Thread Kaushik Baruah
Hi, My input file consists of rdf triples of the following format – V1,EdgeRelation-1,V2 V3,EdgeRelation-2,V4 …….etc. Where Vi are vertices and EdgeRelation-i represent an edge between two vertices. For example – Fury,hasGenre,War How to take such file as input in Giraph and constr

How to construct graph from rdf triples in Giraph

2015-12-17 Thread Kaushik Baruah
Hi, My input file consists of rdf triples of the following format – V1,EdgeRelation-1,V2 V3,EdgeRelation-2,V4 …….etc. Where Vi are vertices and EdgeRelation-i represent an edge between two vertices. For example – Fury,hasGenre,War How to take such file as input in Giraph and constr