Help for ruuning giraph example on multi-node cluster

2016-12-06 Thread Nitesh Upadhyay
Hi all, I'm ruuning giraph on multinode cluster as below "hadoop/bin/hadoop jar giraph-1.1.0/giraph-examples/target/giraph-examples-1.1.0-for-hadoop-1.2.1-jar-with-dependencies.jar org.apache.giraph.GiraphRunner -Dgiraph.zkList=turing.cds.iisc.ac.in:2181 ,node4:2181,192.168.1.26:2181 org.apache.gi

Re: OutOfCore and checkpointing

2016-12-06 Thread Hassan Eslami
Hi Denis, OOC + Checkpointing is one of the TODO's in the code base at the moment. Unfortunately, OOC cannot be used in combination with checkpointing at the moment. We are planning to make these two work with each other in the future. Best, Hassan On Tue, Dec 6, 2016 at 1:43 AM, Denis Dudinski