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
Hi, Thanks for your response. I have already tried extending TextVertexReaderFromEachLineProce ssed.and it seems to solve my purpose. Best, Kaushik On Fri, Dec 18, 2015 at 2:10 PM, Alessio Arleo wrote: > Hel

Re: How to construct graph from rdf triples in Giraph

2015-12-18 Thread Alessio Arleo
Hello Kaushik To achieve your objective, I suggest you to read the Giraph I/O page at http://giraph.apache.org/io.html and to study the org.apache.giraph.io package on the java docs. Otherwise you could program a simple format converter so that you can use one of the existing input formats or cr